
/* CSS Document */

#main-container{
	width:400px;
	margin:30px auto;
}

#form-container{
	padding:0px;
	-moz-border-radius:12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius:12px;
	margin-right: auto;
	margin-left: auto;
}

td{
	white-space:nowrap;
} 

td.right { text-align: right }

a, a:visited {
	/*color:#00BBFF;*/
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#form-container h1{
	color:#777777;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
}

#form-container h2{
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	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;
	text-align: right !important;
	
	
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:200px;
}

td > button{
	text-indent:8px;
}

.error{
	
	color:red;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

/* .tutorial-info{
	color:white;
	text-align:center;
	padding:10px;
	margin-top:10px; 
} */
.phone {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 20px;
}
#contact-form .formlabel {
	margin-left: 40px;
	/* clear: both; */
	/* width: 100px; */
	/* text-align: right; */
	
}
#contact-form {
	margin-top: 20px;
	margin-left: 80px;
}
/* #contact-form .formfield {
	width: 400px;
	float: left;
	white-space:nowrap;
	text-align: left; 
}*/
/* #contact-form #formfield textarea {
	height: 100px;
} */
#form-container .lmargin80 {
	margin-left: 10px;
}