
/* ----------- My Form ----------- */
.myform{

width:400px;
padding:14px;
}
.myform1{

width:auto;
padding:14px;
}
/* ----------- stylized ----------- */
#stylized1{
border:solid 0px #9a0002;

}

#stylized{
border:solid 1px #9a0002;
background:#f5f5f5;
}

#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #A31400;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

#stylized .small{
color:#666666;
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 #D14B52;
width:200px;
margin:2px 0 20px 10px;
}
#stylized1 select{
font-size:12px;
padding:4px 2px;
border:solid 1px #9a0002;
width:80px;
margin-top:9px;
}
#stylized button{
clear:both;
margin-left:150px;
width:98px;
height:28px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:28px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized1 button{
clear:both;
margin-left:6px;
width:98px;
height:28px;
background:#f5f5f5;
text-align:center;
line-height:28px;
color:#000;
font-size:14px;
font-weight:bold;
border:solid 1px #9a0002;
}
#stylized button.cancel{
	clear:both;
	width:98px;
	height:29px;
	margin-left:150px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:29px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-top: -29px;
	margin-left: 258px;
	position: absolute;
}
h1.form {border-bottom: 0px dashed; color:#9a0002; margin-bottom: -10px;}
