/* start: form styles */
.areacode {
	background-image: url("/_Images/System/background_area_code.gif");
	background-repeat:no-repeat;
	background-position: center center;
}
.extension {
	background-image: url("/_Images/System/background_extension.gif");
	background-repeat:no-repeat;
	background-position: center center;
}

table.formTable {}
	table.formTable td {
		vertical-align: middle;
		text-align: left;
		padding: 5px;
	}
	table.formTable td.label {
		width: 125px;
	}
	table.formTable td.required {
		width: 5px;
	}
	
.required
	{
	color: #ff0000;
	font-weight: normal;	
}

.formButton {
	margin-top: 15px;
	border: 1px solid #000000;
	background-color: #991d1d;
	color: #FFFFFF;
	font-weight: bold;
}

#messagebox {
	background-color: #ffc;
	border: 1px dotted #c00;
	color: #c00;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	margin: 5px 0 5px 0;
	overflow: hidden;
	padding: 0 8px;
	text-align: left;
}
#contentwide #messagebox {
	margin-left: 5px;
}
#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; }

#pagination {
	float: right;
	text-align: right;
	width: 250px;
	font-size: 80%;
	margin-top: 5px;
}
	#pagination p {
		margin: 0;
	}
	#pagination ul {
		float: right;
		list-style-type: none;
		margin: 0 0 10px 0;
	}
	#pagination ul li {
		display: inline;
		list-style: none;
		margin: 0 0 0 5px;
		padding: 0;
	}
	
#alphalinks {
	float: left;
	margin-top: 5px;
}
	#alphalinks ul {
		float: left;
		list-style-type: none;
		margin: 0 0 0 10px;
	}
	#alphalinks ul li {
		display: inline;
		list-style: none;
		margin: 0 0 0 5px;
		padding: 0;
	}
.formright {
	float: right;	
}
.formleft {
	float: left;	
}
.button {
	text-align: center;
	margin-top: 15px;
}
