input {
	background: url('../images/_input_bg.jpg') no-repeat #f2f4e9;
	width: 240px;
	height: 12px;
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 11px;
	color: #5e5e5e;
	margin: 0 0 0 20px;
}

textarea {
	background: url('../images/_input_bg.jpg') no-repeat #f2f4e9;
	width: 240px;
	height: 180px;
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 11px;
	color: #5e5e5e;
	margin: 0 0 0 20px;	
}

select {
	background: url('../images/_input_bg.jpg') no-repeat #f2f4e9;
	width: 240px;
	height: 15px;
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 11px;
	color: #5e5e5e;
	margin: 0 0 0 20px;
}

.submitButton {
	background: #f2f4e9;
	width: auto;
	height: 20px;
	border: 1px solid #ccc;
	font-family: arial;
	font-size: 11px;
	color: #5e5e5e;
	margin: 0 0 0 20px;	
}

.formTable {

}

.formTable td {
	padding: 0 0 7px 0;
	vertical-align: top;
}