@charset "UTF-8";

p, h1, form, button {
	border:0;
	margin:0;
	padding:0;
}
.spacer {
	clear:both;
	height:1px;
}
/* ----------- My Form ----------- */
.myform {
	width:350px;
	padding:5px;
	text-align: center;
}
/* ----------- stylized ----------- */
#stylized {
	width: 350px;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:120px;
	float:left;
}
#stylized .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:120px;
}
#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
	border-top-color: #B5121B;
	border-bottom-color: #B5121B;
	border-left-color: #B5121B;
	border-right-color: #B5121B;
}
#stylized select {
	width:200px;
	font-size:12px;
	border:1px solid #B5121B;
	float: left;
	margin:2px 0 20px 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#stylized textarea {
	width:200px;
	font-size:12px;
	border:1px solid #B5121B;
	float: left;
	margin:2px 0 20px 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#stylized button {
	width:101px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	display: inline;
	background-color: #4D4D4D;
	margin-right: 10px;
	margin-left: 10px;
}
#stylized p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
.hoverbtn  {
	background-image: url(../images/css_art/request_btn_notxt_u.gif);
	background-repeat: no-repeat;
}
