.pageNav {text-transform:none;}
a.toggleLink {text-transform:none;font-size:120%;}
table.pwd_protected {
	border:1px solid #ccc;
	margin-top:20px;
}
.section li {
	width:440px;
}
.rowHeight {
	height:400px;
}
#form {
	margin:12px 0;
	font-size:100%;
	background-color:#f1f1e7;
	padding:10px;
	width:410px;
	overflow:hidden;
}
.formFields label {
	float:left;
	width:90px;
	padding-bottom:8px;
	font-weight:bold;
}
.formFields input,
.formFields textarea {
	border:1px solid #b68e09;
	background-color:#fff;
	padding:1px;
	width:200px;
}
.formFields textarea {
	height:100px;
	width:300px;
}
.formFields input {margin-bottom:6px;}
div.captcha_margin {margin:12px 0 0 90px;}
div.submitForm {
	text-align:right;
	width:90%;
}
input.submitForm {
	background-color:#336b00;
	font-size:100%;
	font-weight:bold;
	padding:2px;
	color:#fff;
	margin-top:14px;
	font-family:verdana,arial,sans-serif;
	cursor:pointer;
}
div.field_error 
{
	border:1px solid #900;
	padding:0 2px 2px 2px;
}

div.field_error div.message	
{
	font-weight: bold; 
	color:#900;
}
.ie7 .section ul,
.ie6 .section ul {
	list-style-type:none;
}
.ie7 .section li,
.ie6 .section li {
	padding-left:12px;
	padding-bottom:1px;
	background: url(images.css/bullet_custom_ie_3.gif) 0 0.6em no-repeat;
}

div.invalid_password	
{
	color:#900;
	margin:12px 0;
}
div.height {height:350px;}
