.form-bg {margin:0 auto; padding:0; height:268px; width:500px;}
.form-bg {font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#fff;}
.form_div {width:auto; margin:0 auto; padding:0 0 0 0;}

.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}
.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}
.form .submit {clear:both}
#msg {display:none; position:absolute; z-index:1000; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px;}
#msgcontent {
	display:block;
	padding:5px;
	min-width:150px;
	max-width:250px;
	color: #343434;
	background-color: #F4F4F4;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #924949;
	border-right-color: #924949;
	border-bottom-color: #924949;
	border-left-color: #924949;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}
#form_box {
	margin:20px auto;
	padding:0 0 0 10px;
	width:auto;
	
	
}
#form_box span {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #282d07;
	margin:0;
}
.fieldclass {
	background-image: url(../images/field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 5px;
	margin-bottom: 12px;
	width: 360px;
}
#submitter {
	height: 35px;
	width: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	cursor:pointer;
	display:block;
	background-color: transparent;
	background-image: url(../images/send-button.png);
}