/**
  * career.css
  * 
  * @author Andy Do <andy.do@resiteonline.com>
  * @version $Id$
  **/ 

/* =========================== */
/* CSS for Sexton History Page */
/* =========================== */
#propertyList UL LI {
	list-style: none;
	width: 293px;
	float: left;
	margin-bottom: 2px;
}
#propertyList .propDetail {
	background-image: url('../images/topRightCorner.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 8px 8px 12px 8px;
}
.propDetail IMG {
	float: left;
	margin-right: 8px;
}
.oddRow {
	background-color: #ced5f9; /* Lighter Blue */
}
.evenRow {
	background-color: #90a2f5; /* Darker Blue */
}

/* =========================== */
/* CSS for Contact Us Page     */
/* =========================== */
.info {
	float: left;
	margin-top: 15px;
}
.form {
	background: url('../images/multiGradientBG.png') repeat;
	width: 384px;
	float: right;
}
.form FORM {
	padding: 12px 24px 24px 12px;
}
.form LABEL {
	width: 90px;
	text-align: right;
	vertical-align: top;
	display: inline-block;
	padding: 4px 12px 0px 0px;
	font: bold 8pt Arial;
	color: #000066;
}
.form INPUT {
	margin-bottom: 6px;
}
.form INPUT.longText {
	width: 204px;
}
.phone INPUT#area_code, .phone INPUT#number1 {
	width: 54px;
}
.phone INPUT#number2 {
	width: 79px;
}
.form .button {
	float: right;
	margin: 16px 34px 12px 0px;
}
.required { background-color: #FEF69F; }

