/********** Input Layout **********/
.field {
	clear: both;
	height: 35px;
}

.field .left {
	color: #000000;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
	width: 140px;
}

.middleColumn {
	float: left;
	padding: 4px;
}


/********** Input **********/
/*
.formtextbox, input.text, textarea, select, #ct100_body_form_department {
	border: 1px solid #000000 !important;
	color: #000000;
	padding: 2px;
	width: 250px;
}*/

select {
	width: auto;
}



.submit_button 
{
    border: 1px solid #000000 ;
    background-color: #0C5086;
    color: White;
}
