/*
ecode web site stylesheet
Register - Supplementary Style sheet
*/	

h2.TextHeader {	
	font-family: arial,sans-serif; 
	width: 100%;
	font-size: 12pt; 
	font-weight: bold; 	
	padding-left: 190px;
	margin-top: 10px;
	text-align: left;
	}

.Form-Error {
	background: #FDE8E5;
	}
	
p.Form, p.Form-Error  {
	width: 155px;
	text-align: left;
	float: left;
	clear: left;
	margin-right: 5px;
	}

p.Form-Error {
	color: red;
	background: transparent;
	}

p.FormSmall {
	width: 155px;
	text-align: left;
	float: left;
	clear: left;
	font-size: 80%;
	margin-right: 5px;
	}
	
p.FormWide{
	width: 255px;
	text-align: left;
	float: left;
	clear: left;
	margin-right: 5px;
	}
	
p.Data {
	float: left;
	}

div.Form {
	clear: left;
	width: 100%;
	}
	
input.button {
	float: right; 
	margin-right: 10px;
	margin-top: -20px;
	}
