@charset "UTF-8";



/**/
#docform {
	float:left;
}

#docform p{
	position:relative;
	width: 595px;
	margin: 15px 0;
}

input {
	width: 200px;
}

/*reset width for non-text inputs*/

input.radio, input.checkbox, input.submit {
width:auto;
}

/*display labels next to form elements. Add class to display labels above*/

label{
	float:left;
	margin-right: 2em;
}

label.top{
display:block;
float:none;
}

#specialOffers {
margin: 20px 0;
}

#specialOffers label{
float:none;
display:inline;
padding-left: 5px;
}

.clear {
	float: none;
	clear: both;
}
