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

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin-left:0;
margin-top:20px;
width:530px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 0px #F6AC1A;
}
#stylized h1 {
font-size:18px;
font-weight:lighter;
/*font-style:italic;*/
margin-bottom:8px;
color:#446688;
font-family: "futura-pt",sans-serif;
}
#stylized p{
font-size:11px;
font-style:italic;
color:#333333;
margin-bottom:20px;
border-top:solid 1px #EEEEEE;
padding-bottom:10px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
#stylized label{
display:block;
font-weight:normal;
text-align:right;
width:140px;
float:left;
color:#333333;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
}
#stylized .small{
color:#333333;
display:block;
font-size:9px;
font-weight:normal;
text-align:right;
width:140px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #F6AC1A;
width:320px;
margin:-5px 0 10px 10px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #F6AC1A;
width:320px;
margin:2px 0 20px 10px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
#stylized button{
clear:both;
margin-left:150px;
width:80px;
height:31px;
background:#C7041E url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#ffffff;
font-size:12px;
font-weight:normal;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
