﻿body 
{
	font-family:Segoe UI, Lucida Grande, Sans-Serif;
	font-size:13px;
	color:#333333;	
}
input[type=text], select, textarea
{
	font-family:Segoe UI,Lucida Grande, Sans-Serif;
	font-size:13px;
	border:solid 1px #AAAAAA;
	padding:7px;
}
input[type=text].failedvalidate, select.failedvalidate, textarea.failedvalidate,.failedvalidate
{
	border-color:#B42D2D;
	color:#B42D2D;
	
}

a { color:#558ACC; }
input[type=submit] 
{
	cursor:pointer;	
}
hr 
{
	border:1px solid #DDDDDD; 
	padding:0px;
	margin:20px 0;
	width:100%;
}
h2, .greybox
{
	width:780px;
	font-size:16px;
	background:#DDDDDD;
	padding:20px 10px;	
}
.greybox { font-size:1em; }
.clear 
{
	clear:both;	
}
div#reqLeft 
{
	width:385px;
	float:left;
	margin-right:15px;
}
div#reqRight 
{
	width:385px;
	float:left;
	margin-left:15px;
}
label 
{
	display:block;
	color:#666666;
	margin-bottom:2px;	
}
table { margin:0; padding:0; 
}
.placeholder
{
	color:#AAA;
}	