/* CSS for FORM  :: Copyright Ascended Development */




div.container {
	margin: 0 auto;
	background-color:#EEEEEE;
	color:#000000;
	
	margin-top: 10px;
	width: 450px;
	
	border:solid;
	border-width:1px;
	border-color:#999999;
	
}

p.subheader{
	margin-left:10px;
	font: 11px/1.5 Verdana, sans-serif;
}

div.form {
	margin: 10px 10px 10px 10px;
}

div.inputboxes {
	height: auto;
	margin-bottom: 20px;
	width:100%;
}




h2.header{
	text-align:left;
	font-size:20px;
	margin-left:10px;
}
div.inputboxesLeft{
	float:left;
	width:180px;
	font-weight:bold;
}

div.inputboxesRight{
}



div.error {
	color:#FF0000;
	margin: 5px 5px 5px 5px;
	background-color:#E9E9E9;
	width: auto;
	font-size:13px;	
	padding: 5px 5px 5px 5px;
	border:solid;
	border-width: 1px;
	border-color:#000000;
	}
	
.inputError {
	border:solid;
	border-width: 1px;
	border-color:#FF0000;
}

div.copyright {
	text-align:center;
	clear:both;
	font-size: 10px;
	bottom:0px;
	font: 10px/1.5 Verdana, sans-serif;
}

a.copyright {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

a.copyright:hover{
	text-decoration:underline;
}
