img.plusminus
{
	margin: 5px;
	cursor: pointer;
}

.userForm p,
.userForm h1,
.userForm form,
.userForm button
{
	border: 0;
	margin: 0;
	padding: 0;
}

.userForm .spacer
{
	clear: both;
	height: 1px;
}

.userForm
{
	margin: 0 auto;
	width: 500px;
	padding: 20px 60px;
	background-image: url(../images/quote-shadow.png);
	background-repeat: repeat-y;
}

.userForm h1
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.userForm p
{
	font-size: 11px;
	color: #CCCCCC;
	margin-bottom: 20px;
	border-bottom: solid 1px #888888;
	padding-bottom: 10px;
}

.userForm label
{
	display: block;
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
	clear: left;
}

.userForm .small
{
	color: #AAAAAA;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}

.userForm div.formControl
{
	float: left;
	margin: 2px 0 20px 10px;
	color: #000000;
}

.userForm div.formControl input,
.userForm div.formControl textarea
{
	font-family: arial;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #888888;
	width: 300px;
}

.userForm div.formControl input#phone1,
.userForm div.formControl input#phone2
{
	width: 30px;
}

.userForm div.formControl input#phone3
{
	width: 40px;
}

.userForm div.formControl select
{
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #888888;
}

.userForm div.buttons
{
	clear: both;
	margin-left: 150px;
}

.userForm div.buttons button
{
	width: 88px;
	height: 48px;
	cursor: pointer;
}

.userForm div.buttons button.request
{
	background-image: url(../images/quote-request.png);
}

.userForm div.buttons button.clear
{
	background-image: url(../images/quote-clear.png);
}

/* Redefine .service-button for the quote page. */
.service-button
{
	float: left;
	display: inline;
	text-align: center;
	font-size: 11px;
}

.service-button div
{
	width: 154px;
	height: 94px;
	background-position: 0px -94px;
}