/* start: form styles */

form ul {
	margin: 0;
	padding: 0;
}
form li {
	clear: left;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
form li.checkbox { padding-left: 170px; }
	form li label {
		float: left;
		padding-right: 10px;
		text-align: right;
		width: 160px;
	}
	form li.checkbox label {
		float: none;
		width: auto;
	}
	form li input, form li select { border: 1px solid #bbb; font-size: 1em; padding: 1px; }
	form li.checkbox input { border-width: 0; margin-left: -20px; }
	form li small { clear: left; float: left; font-size: 0.9em; margin: 0 0 10px 170px; width: 275px; }
form button {
	background: #797979;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font-size: 0.9em;
	padding: 2px 5px;
	text-transform: uppercase;
}


.buttonset { clear: both; margin-top: 2em; padding-left: 170px; }

.required {
	color: #6dba44;
	font-weight: normal;
}
.areacode {
	background-image: url("/_Images/System/background_area_code.gif");
	background-repeat:no-repeat;
	background-position: center center;
}
.areacode:focus, .areacode:active { background-image: none; }
.extension {
	background-image: url("/_Images/System/background_extension.gif");
	background-repeat:no-repeat;
	background-position: center center;
}
.extension:focus, .extension:active { background-image: none; }

.formButton {
}

#messagebox {
	background-color: #ffc;
	border: 1px dotted #c00;
	color: #c00;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	margin: 5px 10px 5px 15px;
	overflow: hidden;
	padding: 0 8px;
	text-align: left;
}
#messagebox.success {
	background: #efe url("/_Images/System/iconSuccess.png") 8px 0.7em no-repeat;
	border-color: #0f0;
	color: #172;
	padding-left: 30px;
}
#messagebox.warning {
	background: #ffe url("/_Images/System/iconWarning.png") 8px 0.7em no-repeat;
	background-color: #ffe;
	border-color: #f60;
	color: #983d00;
	padding-left: 30px;
}
#messagebox.failure {
	background: #fee url("/_Images/System/iconFailure.png") 8px 0.7em no-repeat;
	border-color: #f00;
	color: #c00;
	padding-left: 30px;
}
#messagebox #buttonset {
	float: right;
	text-align: right;
	width: 20%;
}
#messagebox #messagedown { display: none; }
#messagebox img { border: 0; padding: 0 2px; }
#messagebox p { margin: 0; padding: 8px 0; }
	