
/* ----------- My Form ----------- */
.myform{
	width:400px;
	padding:14px;
	margin-left: 265px;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #c80000;
	background-color: #006699;
	background-image: url(images/formbacs.jpg);
	background-repeat: repeat-x;
}

#stylized h1.form {
font-size:14px;
font-weight:bold;
letter-spacing: 2px;
margin-bottom:8px;
color:#000000;
}
#stylized p{
	font-size:14px;
	color:#ECECEC;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c80000;
}
#stylized p.black{
	font-size:12px;
	color:#000000;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c80000;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	color:#000000;
	padding-top: 5px;
}

#stylized .small{
color:#ECECEC;
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 #fc0000;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:98px;
height:28px;
background:#fc0000 url(img/button.png) no-repeat;
text-align:center;
line-height:28px;
color:#000000;
font-size:11px;
font-weight:bold;
}
#stylized button.cancel{
	clear:both;
	width:98px;
	height:29px;
	margin-left:150px;
	background:#fc0000 url(img/button.png) no-repeat;
	text-align:center;
	line-height:29px;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin-top: -29px;
	margin-left: 258px;
	position: absolute;

}