@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
html {min-width:100%;}
body { background:#fff url(../img/cloud.png) top center no-repeat; text-align:center;

font:0.75em Arial, Tahoma, Verdana, Helvetica, sans-serif;  color:#000; }

.skiplink {
position: absolute; left: 0px; top: -500px; overflow: hidden;
}

.clr {clear: both; overflow: hidden; height:0;}
.clear {clear:both;   
height: 1px;
  overflow: hidden;
  line-height: 1px;
  margin-top:-1px;}
  
a {
	text-decoration:none;
	color:#97c92b;
}
a:hover {
	text-decoration:underline;
	color:#0097db ;
}

 .inp, select {
  height:20px; 
  border:1px solid #1391c9; 
  width:220px;
  }
  .inp_small, select.small {
  height:20px; 
  border:1px solid #1391c9; 
  width:70px; margin:0 5px;
  }
  .inp:focus, 
  select:focus, 
  textarea:focus, 
  input.text, 
  textarea.text, 
  .inp_small:focus { 
  background-color:#dadee2
  }

textarea 
{
height:auto;
border:1px solid #1391c9; 
width:320px; 
overflow:auto;
vertical-align:top;
}
label {padding-right:10px}

p {margin:10px 0;}
.pix {padding:10px;  border:1px solid #dadee2;}

img {border:0;}

div#content {width:800px; text-align:left; margin:0 auto; }
div#top {padding:10px 0 0 157px;}

div#left, div#right {float:left; width:120px; padding:10px 10px 3px 10px; border:1px solid #dadee2;}
div#left img, div#left object , div#right img, div#right object {margin-bottom:10px;}
div#center {float:left; position:relative; width:496px; height: 80px; padding:20px 10px;}


div.cBox {background: url(../img/box_dol.gif) left bottom no-repeat; padding-bottom:10px; margin:30px 0;}
div.cBoxBody {border:1px solid #dadee2; border-width:0 1px; padding:10px 20px; height: 468px;}
div.cBox div.top {background:url(../img/box_top.gif) bottom no-repeat; height:10px;}
div.cBox h1 {height:21px; text-indent:-9999px;}

div.cBox table {text-align:left;}
div.cBox table td {padding:3px;}

div.cBox h2 {color:#f48e38; font-size:1.8em; text-align:center; margin:10px 0}

div.cBox form {margin:20px 0; background:#b2c6cc; padding:20px; text-align:center;}


h1.step1 {background:url(../img/step1.gif) no-repeat;}
h1.step2 {background:url(../img/step2.gif) no-repeat;}
h1.step3 {background:url(../img/step3.gif) no-repeat;}
h1.step4 {background:url(../img/step4.gif) no-repeat;}
h1.step5 {background:url(../img/step5.gif) no-repeat;}

div.btns {text-align:center;}
div.btns img {margin-left:10px;}

