body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{

	color:#555555;
	font-size:13px;
	background: url(img/dark_wood_texture.jpg) center repeat-y #FF9324;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

#main-container{
	width:900px;
	margin:30px auto;
}

#form-container{
	background-color:#f5f5f5;
	padding:15px;
	
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2{
	font-weight:normal;
	font-size:10px;
	
	text-transform:uppercase;
	
	color:#aaaaaa;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

#ajaxsubmit {
width:300px;
margin:30px auto;
border:1px solid #333;
padding:55px 0 30px 90px;
position:relative;
}
* html #ajaxsubmit { /* helps hide form in IE6 */
overflow:hidden;
}

/* ----- AJAX Submit ----- */
#ajaxsubmit #message {
clear:both;
display:none;
}
/* below rules style elements on thank you and error page */ 
#ajaxsubmit #success { /* hides form */
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#fff;
}
* html #ajaxsubmit #success { /* hides form in IE6 */
height:999px;
width:999px;
}
#ajaxsubmit #success p { /* thank you message */
position:absolute;
top:120px;
left:45px;
font-size:120%;
width:330px;
line-height:48px;
}
#ajaxsubmit #success p img {
float:left;
padding:0 10px 120px 0;
}
#ajaxsubmit #error { /* error message */
position:absolute;
bottom:12px;
left:90px;
color:red;
font-weight:bold;
}
