/* --------- 5. form  --------- */



.spacer{clear:both; height:1px;}



.myform{
margin-top:20px;
margin-left: 2px;
width:475px;

}



#formstyle{

background: transparent;

}



#formstyle label{

display:block;

text-align:left;

width:140px;

float:left;

}

#formstyle .small{

color:#5fa9fe;

display:block;

font-size:12px;

font-weight:normal;

text-align:left;

width:140px;

}



#formstyle input{

float:left;

font:1.1em Arial,Helvetica,sans-serif;

padding:2px 2px;

border: none;

width:280px;

margin:2px 0 10px 1px;

color: #000;

}



#formstyle textarea{

float:left;

font:1.1em Arial,Helvetica,sans-serif;

padding:4px 2px;

border: none;

width:280px;

margin:2px 0 0px 1px;

color: #000;

}



#formstyle #submitbutton{

clear:both;

margin-top: 12px;

margin-left:243px;

width:80px;

height:22px;

background:#2fb3e2;

text-align:center;

color:#fff;

font-size:11px;

font-weight:bold;

cursor: pointer;

border: 1px solid #fff;

}



