*{
outline: 0px none;
}

body{
	color:#FFF;
	font-size:13px;
	background: #388FC7;
	font-family:"Lucida Grande",  "Lucida Sans Unicode", Helvetica, Verdana,  Arial,   sans-serif;
}

.clear{
	clear:both;
}

#main-container{
	width:410px;
	margin:30px auto;
}

#form-container{
	
	padding:15px;
	
	
}

td{
	white-space:nowrap;
}

a, a:visited {
	color:silver;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
padding: 0 0 10px;
font-weight: bold;
}

h1{
	
	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;
}

h1.mainheading{
color: #F9EB00;
font-size: 55px;
font-family: "Arial Black";
font-weight: bold;
}

.hidden{
display: none;
}


label{
font-weight: bold;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}
.t304{
width: 285px;
background: url(form-txtfieldbg.gif) no-repeat;
border: 0px none;
height: 25px;
padding: 5px 10px;
color: #9D1C20;
}
textarea{
	color: #9D1C20;
	font-family:Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	font-size:12px;
	border: 0px none;
	

}

select{
	height:35px;
	background: url(form-txtfieldbg.gif) no-repeat;
	width:305px;
	border: 0px none;
	padding-left:10px;
	padding-right:5px;
	padding-top:8px;
	color: #9D1C20;
}

textarea.t304{
	background: url(form-txtareabg.gif) no-repeat;
	height: 226px;
}

td > button{
	text-indent:8px;
}


label.error{
	padding-left: 10px;
	text-transform: none;
	font-style: italic;
	font-weight: bold;
	color: #9D1C20;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px;
	font-size: 10px;
}

#button{
background: url(form-submitbg.gif) no-repeat;
border: none;
width: 320px;
height: 59px;
float: right;
}

#button:hover{
background-position:center bottom;
}

#button2{
float: right;
background:none repeat scroll 0 0 transparent;
color:#FFF;
border: none;


}

#button2:hover{
background-position:center bottom;
}


