/**** CSS file for pages with general content ****/


/**** CSS for login Form ****/
#generalContent p.formField{
position: relative;
left: 0px;
top: 0px;
}

#generalContent p.formField input{
position: absolute;
left: 100px;
width: 150px;
}

#generalContent p.formButton input{
margin-left: 100px;
}

/**** CSS for free appraisal table ****/

table#freeAppraisal td{
font-size: 12px;
padding: 5px;
vertical-align: top;
}

/**** CSS for agent bio page ****/

div#biopic{
width: 120px; 
float: left;
}

div#biopicInner img{
width: 100px;
} 

div#biopicInner{
padding: 0px 10px 0px 0px;
}

div#contactDetails{
width: 199px; 
float: left;
border-left: 1px solid #cccccc;
}

div#contactDetailsInner{
padding: 0px 10px 0px 10px;
}

div#references{
width: 199px; 
float: left;
border-left: 1px solid #cccccc;
}

div#referencesInner{
padding: 0px 10px 0px 10px;
}

/**** CSS for find me a rental table ****/

table#findRentalTabe td{
font-size: 12px;
padding: 5px;
vertical-align: top;
}

/**** css for the two  free rental appraisal tables *****/
table#rentalAppraisalTable td{
padding: 5px;
vertical-align: top;
}

table#rentalAppraisalAgentsTable{
margin-bottom: 10px;
}

table#rentalAppraisalAgentsTable td{
padding: 5px;
}

/****CSS for my property file signup form ****/
table.myPropertyFileForm{
}

table.myPropertyFileForm td{
width: 250px;
vertical-align: top;
padding: 5px;
}

table.myPropertyFileForm td select{
width: 120px;
}

.small{
font-size: 10px;
}

span.small{
color: #888888;
}

/**** CSS for rental listings ****/

div.rentalBox{
border-bottom: 1px solid #cccccc;
padding: 10px 0px;
}

div.rentalImage{
width: 200px; 
height: 150px; 
float: left;
/*border-right: 1px solid #cccccc;*/
margin-right: 10px;
overflow: hidden;
text-align: center;
}

div.rentalImage img{
width: 200px; 
}

div.rentalPrices{
width: 132px; 
float: left;
}

div.rentalPricesInner{
padding: 0px 10px 10px 10px;
}

div.rentalDescription{
width: 172px; 
float: left;
border-left: 1px solid #cccccc;
}

div.rentalDescriptionInner{
padding: 0px 10px 10px 10px;
}

/**** CSS for news ****/

div.newsItem{
border-bottom: 1px solid #cccccc; padding: 10px 0px
}

/**** CSS for client feedback form ****/

form#feedbackForm  input.textField{
width: 200px;
}

form#feedbackForm  p{
line-height: 15px;
}