.spacer{
clear:both; 
height:1px;
}

.myform{
margin: 10px auto;
width: 600px;
padding: 0 10px 10px 10px;
}

#stylized{
border: solid 2px #d8dfe7;
background-color: #fbfcfc;
}
	
#stylized h1 {
font-size: 14px;
font-weight: bold;
margin: 5px 0;
}

#stylized p{
font-size: 11px;
color: #666;
margin: 0 0 20px 0;
border-bottom: solid 1px #d8dfe7;
padding: 10px 0;
}

#stylized label{
display: block;
font-weight: bold;
text-align: right;
width: 250px;
float: left;
}

#stylized .small{
color: #666;
display: block;
font-size: 11px;
font-weight: normal;
text-align: right;
width: 250px;
}

#stylized input{
float: left;
font-size: 12px;
padding: 4px 2px;
border: solid 1px #d8dfe7;
width: 200px;
margin: 2px 0 15px 10px;
}

#stylized select{
float: left;
width: 200px;
margin: 2px 0 15px 10px;
}	

#stylized img{
float: left;
margin: 2px 110px 15px 10px;
}	

#stylized button{ 
clear: both;
margin: 0 0 0 260px;
width: 125px;
height: 31px;
background: #666 URL('../images/btn-contact.png') no-repeat;
text-align: center;
line-height: 31px;
color: #fff;
font-size: 11px;
font-weight: bold;
border: 0;
}

.contactTextArea{
float: left;
margin: 2px 0 15px 10px;
width: 200px;
border: solid 1px #d8dfe7;
}	

.errorText{
float: left;
width: 120px;
margin: 8px 0 0 5px;
color: #ff0000;
font-weight: bold;
font-size: 10px;
height: 30px;
}

.textRed{
color: #ff0000;
}
