input, select, option, textarea  {
border: none;
} 

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

/* ----------- My Form ----------- */
.myform{
float: right;
width: 300px;
}

/* ----------- stylized ----------- */


#stylized label{
display:block;
text-align:left;
width:140px;
float:left;
margin:0 0 0 2px;
}

#stylized label.star{
width:10px;
float:left;
margin:0 0 0 2px;
}

#stylized input, #stylized textarea, #stylized select{
float:left;
padding:4px 2px;
border:solid 1px #CCCCCC;
width:270px;
margin:2px 0 10px 0;
}

#stylized select{
width:277px;
}

#stylized span.radio{
float:left;
width:270px;
margin:2px 0 5px 0;
}

#stylized span.radio input, #stylized span.radio span.txt{
width:20px;
float:left;
border: none;
margin-right: 10px;
}



#stylized button{
display: block;
float:left;
width:92px;
height:28px;
text-indent: -9999px;
}

#stylized button.send{
background:#ffffff url(../images/btn_send.png) no-repeat;
border: none; 

}
