
.myform{
float:left;
margin:0 auto;
width:500px;
padding:0px;
}

/* ----------- stylized ----------- */
.text_form {font-size: 12px; color:#330000; text-align:right;}

.text_check {font-size:10px;}

.star {color:#FF0000;}

.textarea{
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
padding: 2px;
border:solid 1px #666666;
background-color:#f9f9f9 ;
width:200px;
}

.input{
float:left;
font-size:11px;
padding:2px;
border:solid 1px #666666;
background-color:#f9f9f9;
width:200px;

}

.button{
margin-left:0px;
width:100px;
height:25px;
background:#c0272d;  
text-align:center;
line-height:150%;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border: 0px;
}

.button2{
margin-left:0px;
width:160px;
height:25px;
background:#c0272d;  
text-align:center;
line-height:150%;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border: 0px;
}