/* CSS Document - FORM STYLES */

fieldset {
	margin-bottom: 1em;
	border: none;
	border-top: 1px solid #000;
	display: block;
}

legend {
	padding-right: 10px;
	margin-bottom: 6px;
	color: #E34D15;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	float: left;
	width: 125px;
	padding-right: .5em;
	text-align: right;
}

select, textarea, input {
	width: 180px;
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #999;
}

fieldset p {
	margin-bottom: 6px;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

.fieldWidth {
	width: auto;
}

.buttonWidth {
	width: auto;
	border: none;
}

.phone {
	width: 30px;
}

/* Login Styling
------------------------------------------------ */
#bodyRight label {
	float: none;
	width: 0;
	padding-right: 0;
	text-align: right;
}

#bodyRight input {
	width: 160px;
}

#bodyRight .buttonWidth {
	width: auto;
	border: none;
}