/* forms */
/* common start */
.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:#005AA3 url(tln_bg_off.jpg) repeat-x;
text-align: left;
color: #fff;
padding: 6px 10px;
margin: 0 0 4px 0;
font-family: Georgia, Times;
font-weight: normal;
}

#registration hr {
background: #eee;
margin: 5px 0;
border-collapse:collapse;
}

#registration fieldset {
color: #333;
background:#fdfcf7 url(block_bg_1.jpg) repeat-x 0 0;
padding: 0px;
border: none;
border-bottom: 2px solid #EDF2F7;
font-size: 76%;
}

#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:#005AA3 url(tln_bg_off.jpg) repeat-x;
text-align: left;
color: #fff;
padding: 6px 10px;
margin: 0 0 4px 0;
font-family: Georgia, Times;
font-weight: normal;
}

#login_frm hr {
background: #eee;
margin: 5px 0;
border-collapse:collapse;
}

#login_frm fieldset {
color: #333;
background:#fdfcf7 url(block_bg_1.jpg) repeat-x 0 0;
padding: 0px;
border: none;
border-bottom: 2px solid #EDF2F7;
font-size: 76%;
}

#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;
}

#quick_search, #mlsnum_search {
}

#quick_search fieldset, #mlsnum_search fieldset{
padding:10px;
margin:0;
font-size: 76%;
background: #ffffcc url(form_bg.jpg) repeat-x top left;
border: none;
border-bottom: 2px solid #EDF2F7;
}

#quick_search legend{
}

#quick_search label, #mlsnum_search label {
float:left;
width:25%;
margin: 2px 0;
margin-right:1.1em;
padding-top:0.2em;
text-align:left;
font-weight:bold;
color: #333;
white-space: nowrap;
}

#quick_search select {
margin: 2px 0;
}

#quick_search select#beds, select#baths{
margin: 2px 0;
}

#quick_search input {
margin: 2px 0;
}

#quick_search input.checkbox {
margin: 2px 0;
}

#quick_search #pricelow {
margin: 2px 0;
}

#quick_search #pricehigh {
margin: 2px 0;
}

#frm_search{
margin:0;
padding:0;
font-size: 74%;
clear:both;
}

#frm_search #citylist{
overflow: auto !important; 
width: 200px; 
height: 170px; 
padding: 2px; 
margin: 1px; 
border: 1px solid #ddd; 
font-size: 10px;
}

#frm_search #countylist{
overflow: auto !important; 
width: 200px; 
height: 60px; 
padding: 2px; 
margin: 1px; 
border: 1px solid #ddd; 
font-size: 10px;
}

#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;
}

button, .button {
font-size: 100%;
padding: 2px;
text-align: center;
text-transform:uppercase;
vertical-align: middle;
margin:0;
cursor: pointer;
background:#014B92 url(tln_bg_off.jpg) repeat-x;
color: #fff;
border: 1px solid #fff;
}

button:hover, .button:hover {
cursor: pointer;
background:#0080C9 url(tln_bg_on.jpg) repeat-x;
}

.button_disabled {
border: 1px solid #999;
font-size: 95%;
color: #9c9c9c;
background:#014B92 url(tln_bg_off.jpg) repeat-x;
padding: 2px;
width: 60px;
text-align: center;
cursor: not-allowed;
text-transform:uppercase;
margin:0;
}

.cssform{
color: #333;
}

.cssform h2 {
font-size: 14px;
background: #827b5b url(tln_bg_off.jpg) repeat-x;
text-align: left;
color: #fff;
padding: 4px 10px;
margin: 0 0 4px 0;
}


.cssform fieldset {
padding:10px;
margin:0;
font-size: 76%;
background:#fdfcf7 url(block_bg_1.jpg) repeat-x;
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 textarea{
width: 250px;
height: 150px;
}

.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:350px; height:100px; border:1px solid silver;}