/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}


/* ACTION BUTTONS
---------------------------------------- */
input.action {
	cursor: pointer;
	padding: 2px;
}


/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}

.field {
	clear: both;
	height: 35px;
	padding: 0 5px;
}

.field .left {
	color: #402A10;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
	width: 140px;
}

.middleColumn {
	color: #402A10;
	float: left;
	padding: 4px;
}

	.middleColumn .message {
		margin: 0;
	}


/* INPUT BOXS
---------------------------------------- */
input.text, textarea, select {
	border: 1px solid #402A10 ;
	color: #000000;
	padding: 2px;
	width: 250px;
}


/* SELECT DROPDOWN
---------------------------------------- */
select {
	width: auto;
}