@charset "utf-8";
/* CSS Document */

*
{
margin:0px;
padding:0px;
}
body
{
margin:0px;
padding:0px;
/*background:#01040d;*/
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}
.wrapper_outer
{

margin:auto;
width:100%;
}
.wrapper_inner
{
width:980px;
margin:auto;
overflow:hidden;
}

.wrapper
{
width:980px;
float:left;
}
.wrapper_top
{
width:980px;
height:21px;
background:url(../image/wrapper_top.png);
float:left;
margin-top:5px;
}
.wrapper_middle
{
width:980px;
background:url(../image/wrapper_middle.png);
float:left;
}
.wrapper_bottom
{
width:980px;
height:21px;
background:url(../image/wrapper_bottom.png);
float:left;
margin-bottom:30px;
}
.header
{
height:150px;
width:976px;
margin-left:2PX;
float:left;

}
.logo
{
height:150px;
width:200px;
float:left;
margin-left:30px;


}
.help
{
height:30px;
float:right;
width:330px;
margin-right:10px;
margin-top:3px;
line-height:24px;
float:clear;
}
.offers
{
height:100px;
width:500px;
margin-right:50px;
float:right;
}
.conatiner
{
width:976px;
margin-left:2PX;
float:left;
}
.footer
{
width:976px;
margin-left:2px;
float:left;
}
.footer_header
{
height:33px;
width:100%;
background:url(../image/gradient.jpg);
line-height:33px;
font-size:16px;
color:#003366;
font-weight:bold;
}
.service
{
width:250px;
border-radius:10px;
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid #CCCCCC;
margin-left:50px;
margin-top:20px;
float:left;
background:#fafafa;
}


p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:600px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:20px;
font-weight:bold;
padding:10px 0px 5px 10px ;
color:#003366;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:160px;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:90px;
width:80px;
height:26px;
background:#666666 no-repeat;
text-align:center;
line-height:25px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border:1px solid white;
margin-bottom:20px;
}


