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

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

/* ----------- stylized ----------- */
#stylized{
border:solid 1px #F6AC1A;
/*background:#EEEEEE;*/
}
#stylized h1 {
font-size:24px;
font-weight:normal;
margin-bottom:8px;
color:#194630;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
#stylized p{
font-size:11px;
font-style:italic;
color:#333333;
margin-bottom:20px;
/*border-bottom:solid 1px #4F3F33;*/
padding-bottom:10px;
font-family: Arial, Helvetica, Verdana, sans-serif;
}
#stylized label{
display:block;
font-weight:bold;
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:100px;
height:31px;
background:#4F3F33 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#ffffff;
font-size:12px;
font-weight:bold;
font-family: Arial, Helvetica, Verdana, sans-serif;
}