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

form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin: 0 auto;
	width: 480px;
	padding: 14px;
	margin-bottom: 50px;
}

.field {
	position: relative;
	clear: both;
}
.err_msg1, .err_msg2, .err_msg3{
	display: none;
	background: none repeat scroll 0 0 #CCCCCC;
	border: 1px solid red;
	padding: 3px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -8px;
	width: 200px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 1px #72103D;
background:#B78988;
margin-top:10px;
position: relative;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
color:#72103D;
}
#stylized p{
font-size:11px;
color:#FFF;
margin-bottom:20px;
border-bottom:solid 1px #c77c02;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
color:#FFF;
margin-top: 5px;
}
#stylized .small{
color:#FFF;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #72103D;
width:200px;
color:#72103D;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #72103D;
width:300px;
height: 75px;
color:#72103D;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background-color:#663322 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
#stylized .button-submit{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background-color:#72103D;
text-align:center;

color:#FFFFFF;
font-size:14px;
font-weight:bold;
cursor: pointer;
}
.result-display{
	height: 20px;
	color: #F60;
}