@import '../includes/ISContactForm/ISContactForm.css';

input, select, textarea
{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	border : 1px solid #8C1942;
}

input:focus, select:focus, textarea:focus
{
	background-color: #EDE0E3;
}	

label.label_1_2
{
	width : 48%;
	float : left;
	margin-right : 5px;
	text-align : right;
}

select.search
{
	width : 180px;
	height : 155px;
}

input.qty
{
	width : 45px;
	text-align : center;
}

input.button
{
	width : auto;
	background-color : #8C1942;
	border : 1px solid #000;
	color : #FFF;
}
div.form_label {
	text-align: right;
	float:left;
	width:175px;
}
div.form_label2 {
	text-align: right;
	float:left;
	width:75px;
}
div.form_element {
	text-align: left;
	float: right;
	width: 220px;
}
.form_textbox {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #8A1A40;
	margin-bottom: 2px;
}
.form_textbox_focus {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #8A1A40;
	margin-bottom: 2px;
	background-color: #;
	background-color: #EDE0E3;
}
