* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
}

p {
	margin: 5px 0 12px 0;
}

ul {
	margin: 0 0 15px 20px;
}

form disabled {
	background-color: red;
	border: 1px solid black;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

legend {
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 5px;
	color: #333333;
}

fieldset {
	border: 1px solid #cbcbcb;
	margin: 10px 0;
	padding: 10px;
}

fieldset.login {
	width: 300px;
}

fieldset.narrow {
	width: 800px;
}

fieldset.wide {
	
}

fieldset.registrationForm {
	width: 500px;
}

.formTable td {
	padding: 4px;
	font-size: 8pt;
}

.formTable th {
	text-align: left;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #cbcbcb;
}

.required {
	color: red;
}

.note {
	font-size: 8pt;
}

.endOfForm {
	border-bottom: 1px solid #cbcbcb;
}

tr.header td 
{
	background-color: #EBEBEB;
	font-weight:bold;
}
.header a {
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

.message {
	color: red;
	font-size: 10pt;
}
