@charset "utf-8";
/* Forms */
.atable input,
.atable select,
.atable textarea{
	font:bold normal 1.2em "Lucida Grande", Arial, sans-serif;
	border:1px solid #000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 0 0 7px;
	padding:7px;
	vertical-align:middle;
	width: 325px;
	color: #039;
	background-color: #FFF;
}
input,
select,
textarea{
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border:1px solid #888;
	border-bottom-color:#ccc;
	border-right-color:#ccc;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:0 0 0 7px;
	padding:7px;
	vertical-align:middle;
	background:#BF352B;
	width: 150px;
	color: #FFF;
}

	.atable input:focus,
	.atable select:focus,
	.atable textarea:focus{
	color:#990000;
	border-width: 1px;
	border-color:#000066;
	background-color:#FFFFF4;
	}
	
	.atable input.empty,
	.atable select.empty,
	.atable textarea.empty{
		font-style:italic; color:#888;
	}


.atable select optgroup{font-style:normal;}



.contactTable {
	color: #FFFFFF;
	width: 520px;
	height: 452px;
	background: url(../images/contact.jpg) no-repeat scroll left bottom;

}
.contactTable table {
	margin-top: 25px;
	margin-left: 15px;
}

#wrapper .content .centerizer {
	margin-bottom: 100px;
	margin-top: 25px;
}

select {
position: relative;
left: 7px;
cursor: pointer;
}
.submitButton {
margin-top:15px;
	background: url(../images/submit.jpg) no-repeat scroll left top;
	height: 65px;
	width: 205px;
	border:none;
	cursor: pointer;
	}
.submitButton:hover {
	cursor: pointer;
	}