/* CSS Document */
<!--
html, body {
	background: #D5DCEF url(../images/elipse.gif) no-repeat fixed right top;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006AB0;
	}
	
#ucBox {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	border: 1px solid #006AB0;
	background-color: #FFFFFF;
	/* padding: 80px 0; */
	text-align: center;
	}
	
#ucBox a:link {
	color: #83A7D7;
	font-weight: bold;
	text-decoration: none;
	}
#ucBox a:visited {
	color: #006AB0;
	font-weight: bold;
	text-decoration: none;
	}
#ucBox a:hover {
	color: #83A7D7;
	font-weight: bold;
	text-decoration: underline;
	}
#ucBox a:active {
	color: #83A7D7;
	font-weight: bold;
	text-decoration: none;
	}
.title {
	margin-top: 80px;
	}
.contact {
	color: #83A7D7;
	font-size: 18px;
	padding: 50px 0 80px 0;
	}

/* Form Styles */
form {
	margin:10px 0;
	padding:0;
	}
#formBox {
	width: 440px;
	/* background-color: #83A7D7; */
	margin: 0 auto 40px auto;
	text-align: left;
}

label,input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 2px;
}

textarea {
	display: block;
	width: 200px;
	height: 100px;
	float: left;
	margin-bottom: 2px;
	border: 1px solid #006AB0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 3px;
}

label {
	text-align: right;
	width: 100px;
	padding: 2px 10px 0 0;
}

input{
	border: 1px solid #006AB0;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

#submit{
	margin: 10px 0 0 110px;
	}

.buttons{
	border: 1px solid #006AB0;
	background-color:#FFFFFF;
	color: #006AB0;
	width: 75px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 20px;
}

.hidden{
	border:0;
}

br {
	clear: left;
}

/* Form Validation Styles*/
.required{
	width: 50px;
	padding-left: 10px;
	float: left;
	}
.label {
	color: #006AB0;
	}
.labelerror {
	color: #990000;
	}
.error{
	margin: 0 0 2px 110px;
	color: #990000;
	}
-->