/* Start of CMSMS style sheet 'forms' */
/* register form*/

div.registerform /* the table */{
/*background-color: #fcfdf7;*/
width: 470px;
}

div.registerform div /* the cells */{
position: relative;
text-align: left;
/*background-color: #fcfdf7;*/
padding-left: 200px;
width:70px;

}

div.registerform label /* the questions */{
position: absolute;
top: 0px;
left: 0px;
line-height:15px;
width:270px
}

div.registerform input,  div.registerform select /* 1 line text answers and check box */{

margin-left: 70px;                               
margin-bottom:5px;

}

div.registerform question  /* ? */{
width: 80px; }

div.registerform textarea /* big text answer */{
width: 180px; 
margin-left: 70px;}

div.registerform li /* ? */ {
color: red;}

*/sell your property form below*/

div.sellingform {
/*background-color: #fcfdf7;*/
width: 430px;
/*border:1px solid blue;*/
}

div.sellingform div {
position: relative;
text-align: left;
/*background-color: #fcfdf7;*/
padding-left: 200px;
width:70px;
}

div.sellingform label {
position: absolute;
top: 0px;
left: 0px;
/*border: 1px solid red;*/
line-height:15px;
width:270px
}

div.sellingform question {
width: 80px;
}

div.sellingform submit {
}

div.sellingform input, div.sellingform select {
margin-left: 70px;
margin-bottom:5px;
/*border: 1px solid green;*/
}

div.sellingform textarea {
width: 180px; 
margin-left: 70px;}
/* End of 'forms' */

