
.form {

	padding: 3px;

}

.form .formCol1 {

	width: 150px;

	font-weight: bold;

}

.form input.text {

	width: 150px;

	border: solid 1px #ccc;

	margin-bottom: 8px;

}

.form input.textError {

	width: 150px;

	border: solid 1px red;

	margin-bottom: 8px;

}

.form .textarea {

	width: 300px;

	height: 200px;

	border: solid 1px #ccc;

	margin-bottom: 8px;

}

.form .buttonSubmit {

	float: left;

	margin-top: 10px;

	margin-right: 10px;

}

.form .buttonReset {

	float: left;

	margin-top: 10px;

}

/* Registration form */

.inputCont label {

	display: block;

	float: left;

	width: 150px;

}

.inputCont .floatLeft .text {

	width: 150px;

	border: solid 1px #ccc;

	margin-bottom: 8px;

}

.inputCont .floatLeft .textError {

	width: 150px;

	border: solid 1px red;

	margin-bottom: 8px;

}

#errorMessages {

	color: red;

}

			        