#contacts #rfq div {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #006699;
	
	color: white;
	
	margin-left: 2%;
	margin-right: 2%;
	border: 1px solid #00AAFF;
	margin-bottom: 1.5em;
	padding-left: 1em;
	
	-webkit-border-top-right-radius: 1.5em;
	-webkit-border-top-left-radius: 1.5em;
	-webkit-border-bottom-left-radius: 1.5em;
	-webkit-border-bottom-right-radius: 1.5em;
	-moz-border-radius: 1.5em 1.5em 1.5em 1.5em;
	border-radius: 1.5em 1.5em 1.5em 1.5em;
}

#contacts #rfq fieldset {
	border: none;
	margin: 0 0 .2em 0;
}

#contacts #rfq label {
	display: block;
	margin: 0 0 .15em 0;
	font-weight: bold;
}

#contacts #rfq fieldset textarea,
#contacts #rfq fieldset input {
	width: 95%;
	padding: 2px;
	font-size: 1em;
	border: none;
	background: #ffffff url(img/input_shadow.gif) repeat-x top left;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#contacts #rfq #rfq_radio  fieldset {
	display: inline;
	margin-right: 1.5em;
}

#contacts #rfq #rfq_radio input {
	width: 1em;
}

#contacts #rfq #rfq_radio{
	border: none;
	margin: 0;
}

#contacts #rfq #rfq_radio fieldset {
	margin: .5em 0;
}

#contacts #rfq #rfq_address {
	float: right;
	width: 44%;
}

#contacts #rfq #rfq_contact {
	float: left;
	width: 44%;
}

#contacts #rfq #rfq_message {
	clear: both;
}

#contacts ul {
	list-style: none;
}