#errorBox {
	color: #c00;
	padding: 5px;
	margin: 0 0 15px 0;
	border: 1px solid #c00;
}

.formRow {
	position: relative;
	*height: 1%;
	padding-left: 75px;
	margin-bottom: 5px;
	}
	/* IE7 */
	*:first-child+html .formRow {
	height: auto;
	}
	#textarea {
		padding: 10px 0 20px 75px;
	}
	.formRow label {
		position: absolute;
		top: 2px;
		left: 0;
		text-align: left;
		width: 75px;
		color: #666;
		}
		#textarea {
			padding: 10px 0 20px 75px;
		}
		#textAreaLabel { width: 150px; color: #666;}
		
		.formRow span.multiElement * {
			position: static;
			width: auto;
			display: inline;
		}
	.formRow input, .formRow select, .formRow textarea {
		width: 200px;
		border: 1px solid #a5acb2;
		padding: 1px;
		
	}
		.formRow select { width: 204px; }
	.checkbox { 
		width: 350px; 
		float: left;
		color: #666; 
		padding-bottom: 20px;
	}
		.checkbox input#receiveEmails { 
			float: left; 
			margin: 0 5px 45px 0; 
		}
	.submit {
		clear: left;
		text-align: center;
		padding-bottom: 50px;
	}
	.submit img#clearBtn { padding-left: 6px; }
	.longLabel { 
		width: 350px; 
		float: left;
		color: #666; 
		padding-bottom: 5px;
	}
	
.buttonRow {
	position: relative;
	*height: 1%;
	padding-left: 120px;
	margin-bottom: 5px;
}

.formErrorMsg {
	color: #c00;
}

#emailForm input#subscribe{
	position: relative;
	float: left;
	margin: 10px 0 0 10px;

}
#emailForm input#email{
	position: relative;
	float: left;
	width: 115px;
		w\idth: 109px;
	padding: 2px 3px;
	margin: 10px 0 0 0;
}


/* register form ............................... */

#register .formRow {
	position: relative;
	padding-left: 150px;
	margin-bottom: 5px;
}

#register .formRow label {
		position: absolute;
		top: 2px;
		left: 0;
		text-align: left;
		width: 140px;
		color: #666;
		}

		#register .formRow label.formErrorMsg {
			color: #c00;
		}
		
#register .formRow input,
#register .formRow select {
	font-size: 100%;
	padding: 2px;
}

#register .buttonRow {
	position: relative;
	*height: 1%;
	padding-left: 150px;
	margin-bottom: 20px;
}

.formRow input.radio {

width: auto;

}

.radioWithComment p {
	padding: 0 0 0 30px;
}