#realestate {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width:100%;
list-style-type: none;
text-align: center;
margin: 2px 0 0 2px;
background:#f4f4f4;
border:1px dotted #cfcfcf;
padding: 1px;
}

#realestate li a {
color: #777777;
text-decoration: none;
display: block;
font-weight: bold;
}

#realestate li a:hover {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #FFF;
background: #4d4d4c;
}

.realestate_main
{
width: 100%;
padding: 8px;
}


.realestate_show {
text-align: left;
padding:2px;
margin:4px;
border:1px dotted #B9B9B9;
width:100%;
}

.realestate_show_img {
border:1px solid #AAAAAC;
float:left;
padding:1px;
}

.realestate_show_L {
border-right:1px dotted #B9B9B9;
float:left;
padding:2px;
margin: 5px;
width:55%;
}

.realestate_show_R {
float:right;
padding:2px;
margin: 5px;
width:30%;
text-align: left;
}


.realestate_showcontent {
border:1px dotted #B9B9B9;
width:98%;
list-style-type: none;
text-align: center;
margin: 2px;
border:1px solid #cfcfcf;
padding: 4px;
}

.realestate_showcontent_title {
list-style-type: none;
text-align: center;
margin: 2px;
background:#dff1d7;
border:1px dotted #cfcfcf;
padding: 5px;
font-weight: bold;
color: #9d181b
}

.input150 {
border:1px solid #378516;
width:150px;
}

.input250 {
border:1px solid #378516;
width:250px;
}
