/* Page Elements */
form {
	position: relative;
}

/* Form Elements */
label {
	position: relative;
	display: block;
	float: left;
	width: 350px;
	clear: both;
	/*border:				1px solid #dedede;*/
	padding: 0px;
	font-size: .945em;
	line-height: 30px;
	margin-bottom: 5px;
}

label.nocontent {
	border: none;
}

label.active {
	background-color: #fff;
	/*border:				1px solid green;*/
}

label.error {
	background-color: #ecd0ce;
	border: 1px solid red;
}

label.required {
	background-image: url(required.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

label.isgood {
	background-image: url(mt_tick.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

label input.mt {
	width: 200px;
	float: right;
	padding: 5px;
	font-size: .945em;
	/*border:				2px solid #afafaf;*/
}

label input.mt2 {
	width: 200px;
	float: right;
	padding: 5px;
	font-size: .945em;
	/*border:				2px solid #afafaf;*/
}

label input.active {
	border: 2px solid #a1b7e5;
}

label input.error {
	border: 2px solid red;
}

#formsubmit {
	width: 150px;
}

/* Info pop up classes */
.infopop {
	display: block;
	position: absolute;
	left: 513px;
	top: -11px;
	background: transparent url(../images/popBox.gif) no-repeat top left;
	line-height: 40px;
	color: white;
	font-size: .945em;
	width: 360px;
	height: 52px;
	line-height: 52px;
	text-indent: 30px;
}

.errorpop {
	background-image: url(popBoxWarning.gif);
}

label.form-error {
	position: relative;
	display: inline;
	float: left;
	width: 350px;
	clear: both;
	line-height: 11px;
	font-size: .945em;
	color: red;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}

