/*Form styles*/
.formText {
	width : 105px;
	line-height : 25px;
	float : left;
	text-align : right;
	vertical-align : middle;
}

.formField {
	float : left;
	padding-left : 5px;
}

.error {
	float : left;
	clear : both;
	color : #D2221C;
	padding-left : 5px;
}


INPUT, TEXTAREA {
	font-family : Verdana, Sans-serif;
	font-size : 11px;
	font-style : normal;
	width : 250px;
	border:1px solid #87B655;
}

TEXTAREA {
	height : 100px;
}


form DIV.label {
	width : 200px;
	line-height : 25px;
	float : left;
	clear : both;
	text-align : right;
	vertical-align : middle;
	padding-right : 5px;
}


form DIV.field {
	line-height : 25px;
}



form DIV.field input {
	width : 250px;
}

form DIV.field input.radio {
	width : auto;
	line-height : 25px;	
}



form {
	clear : both;
}

form input.button {
	clear : both;
}

/*Checkbox fixes*/

form DIV.checkbox {
	padding-left : 5px;
	line-height : 25px;
}


form DIV.checkbox input {
	width : auto;
	line-height : 25px;	
}

form DIV.field input.checkbox {
	width : auto;
	line-height : 25px;	
}



