

#formSubmit {
	margin-top: 20px;
	padding: 5px;
	clear: both;
}

label {
	font-family:verdana;
	font-size: 11px;
	float: left;
	padding: 3px;
	margin: 3px;
	width: 200px; 
	font-weight:bold;
	text-align: right;
}

.formHolder {
	padding: 3px;
	background-color: #f0f0f0;
}

.formWarning {
	clear: both;
	background-color: #cccccc;
	padding: 3px;
}

.formMissing {
	clear: both;
	background-color: #dddddd;
	padding: 3px;
}

.formMessage {
	color: red;
}


.formText {
	float: left;
	width:350px;
	padding: 4px;
}

.formHelpText {
	font-family:verdana;
	font-size: 11px;
	font-weight: normal;
}

.formLabel {
	font-weight:bold;
	float:left;
	width:180px;
	padding: 3px;
	margin: 3px;
	text-align: right;
	background-color: #f0f0f0;
}

.formTextAreaStyle {
	font-size:10px;
	font-family:verdana;
	width:260px;
}

div.spacer {
	clear: both;
}

.formTextInputStyle {
	font-size:10px;
	font-family:verdana;
}

input.formOtherTextInputStyle {
	font-size:10px;
	font-family:verdana;
	width: 200px;
}

div a.popup3{
	text-decoration:none;
}
div a.popup3 span.comment{
	display:none;
	text-decoration:none;
	background-color:#eeeeee;
	z-index:10;
	padding:6px;
	border:1px solid #cccccc;
	font-weight:normal;
	font-size:.85em;
	width:300px;
	text-align: left;
	visibiliy: none;
}

html>body div a.popup3 span.comment{
	position:absolute;
}
div a:hover.popup3{
	color:#333333;
}
div a:hover.popup3 span.comment{
	position:absolute;
	display:block;
	visibility: visible;
	z-index:20;
}

.regform {
	margin:0px; 
}

.regform input[type='text'] {
	width:300px;
}

.regform select {
	width:300px;
}

.regform textarea {
	width:300px;
}

.smallform {
	margin:0px; 
}

.smallform input[type='text'] {
	width:300px;
}

.smallform select {
	width:300px;
}

.greyback {
	background-color:#f0f0f0;
}
