/* forms */
/* common start */
input, select {
	border:1px solid #999;
}
.fieldset_content {
	padding:10px;
}
.form_instructions {
	color: #333;
	margin: 0 0 0 10px;
	text-align:left;
}
/* common stop */
#registration {
}
#registration h2 {
	font-size: 14px;
	background:#6388A5 url(tln_bg_off.jpg) repeat-x top left;
	text-align: left;
	color: #fff;
	padding: 6px 10px;
	margin: 0 0 4px 0;
}
#registration hr {
	background: #EDF2F8;
	margin: 5px 0;
	border-collapse:collapse;
}
#registration fieldset {
	color: #333;
	background:#EDF2F8;
	padding: 0;
	border: none;
}
#registration legend {
}
#registration label {
	float:left;
	width:25%;
	margin: 2px 0;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
	color: #333;
	white-space: nowrap;
}
#registration select {
	width: 240px;
	margin: 2px 0;
}
#registration select#beds, select#baths {
	width: 98px;
	margin: 2px 0;
}
#registration input {
	margin: 2px 0;
	width: 160px;
}
#registration input.checkbox {
	margin: 2px 0;
	width: 10px;
}
#registration input#pricelow, input#pricehigh {
	margin: 2px 0;
}
#login_frm {
}
#login_frm h2 {
	font-size: 14px;
	background:#6388A5 url(tln_bg_off.jpg) repeat-x top left;
	text-align: left;
	color: #fff;
	padding: 6px 10px;
	margin: 0 0 4px 0;
}
#login_frm hr {
	background: #EDF2F8;
	margin: 5px 0;
	border-collapse:collapse;
}
#login_frm fieldset {
	padding:0px;
	margin:0px;
	background:#EDF2F8;
	border: none;
}
#login_frm legend {
}
#login_frm label {
	float:left;
	width:30%;
	margin: 2px 0;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
	color: #333;
	white-space: nowrap;
}
#login_frm input {
	margin: 2px 0;
	width: 160px;
}
#login_frm input.checkbox {
	margin: 2px 0;
	width: 10px;
}
#agent_quick_search fieldset {
	padding:10px;
	margin:0;
	border: none;
}
#frm_search {
	margin:0;
	padding:0;
	clear:both;
}
#frm_search #citylist {
	overflow: auto !important;
	width: 220px;
	height: 300px;
	padding: 2px;
	margin: 1px;
	border: 1px solid #999;
}
#frm_search #arealist {
	overflow: auto !important;
	width: 220px;
	height: 300px;
	padding: 2px;
	margin: 1px;
	border: 1px solid #ddd;
}
#frm_search #countylist {
	overflow: auto !important;
	width: 220px;
	height: 80px;
	padding: 2px;
	margin: 1px;
	border: 1px solid #ddd;
}
#frm_search #pricelow {
	margin: 0;
}
#frm_search #pricehigh {
	margin: 0;
}
#frm_search h2 {
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
}
#frm_search h3 {
	font-weight: bold;
}
#frm_search .checkbox {
	margin: 2px;
	vertical-align: middle;
}
/*  qsform is wrapped in table for perfect alignment in a tight space */
table#qstable {
	width:100%;
}
table#qstable td {
	vertical-align:top;
	padding:2px 0px;
	font-size:12px;
}
table#qstable td.tdlabel {
	font-weight:bold;
	padding-right:8px;
}
table#qstable td.tdbutton {
	text-align:right;
}
table#qstable select, table#qstable input, table#qstable input.checkbox {
	font-size:12px;
	margin:0;
	padding:0;
}
table#qstable select#beds, table#qstable select#baths {
	width:87px;
}
table#qstable select#city, table#qstable select#propertytype {
	width:182px;
}
table#qstable input#pricelow, table#qstable input#pricehigh {
	width:83px;
	text-align:right;
}
table#qstable button#btn_submit, table#qstable button#btn_submit_1 {
}
table#qstable input#MLSNumber {
	width:130px;
}
/*  aqsform is wrapped in table for perfect alignment in a tight space */
table#aqstable {
	width:100%;
}
table#aqstable td {
	vertical-align:top;
	padding:2px 0px;
	font-size:10px;
}
table#aqstable td.tdlabel {
	font-weight:bold;
	padding-right:8px;
	width:130px;
}
table#aqstable td.tdbutton {
	text-align:right;
}
table#aqstable select, table#aqstable input, table#aqstable input.checkbox {
	font-size:10px;
	margin:0;
	padding:0;
}
input[type="submit"], button {
	font-size: 14px;
	padding: 2px 6px;
	text-align: center;
	text-transform:uppercase;
	vertical-align: middle;
	margin:0;
	cursor: pointer;
	background:#7799BB url(tln_bg_off.jpg) repeat-x;
	color: #fff;
	border: 1px solid #fff;
}
input[type="submit"]:hover, button:hover {
	cursor: pointer;
	background:#BBCCDD url(tln_bg_on.jpg) repeat-x;
}
.button_disabled {
	border: 1px solid #999;
	font-size: 95%;
	color: #9c9c9c;
	background: #ddd;
	padding: 2px;
	width: 60px;
	text-align: center;
	cursor: not-allowed;
	text-transform:uppercase;
	margin:0;
}
.cssform {
	color: #333;
}
.cssform h2 {
	font-size: 14px;
	background: #7799BB url(tln_bg_off.jpg) repeat-x top left;
	text-align: left;
	color: #fff;
	padding: 4px 10px;
	margin: 0 0 4px 0;
}
.cssform fieldset {
	padding:10px;
	margin:0;
	font-size: 76%;
	background:#EDF2F8;
	border: none;
}
.cssform p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}
.cssform input[type="checkbox"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 16px;
	margin:0px;
}
.cssform textarea {
	width: 200px;
	height: 150px;
}
.cssform select {
	width: 250px;
}
.cssform select#bedrooms {
	width: 50px;
}
.cssform select#baths {
	width: 50px;
}
.cssform a {
	color: #fff;
	text-decoration:underline;
}
.cssform a:hover {
	color: #ffffcc;
	text-decoration:none;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
}
.notesform textarea {
	width:400px;
	height:100px;
	border:1px solid silver;
}
#mapSearchButton {
	background:#cc3333 url(nav_right.jpg)
}
#mapSearchButton:hover {
	background:#660000 url(nav_right.jpg) 0 -32px
}
input[type="checkbox"] {
	border:1px solid #eee;
}
input[type="radio"] {
	border:1px solid #eee;
}

