@charset "utf-8";
/* CSS Document */

#front{
height:365px;
background:url('../images/front_bk.jpg') 0 20px no-repeat;
}
#front_cont{
padding-right:22px;
width:440px;
float:right;
}
.front_title{
padding:10px 0 12px 0;
background:url('../images/sep1.gif') bottom repeat-x;
text-align:right;
font-size:21px;
color:#dddddd;
}
.front_text{
padding-top:16px;
text-align:right;
line-height:18px;

}

#feat{
margin-top:30px;
clear:left;
text-align:center;
}
.feat_item{
float:left;
margin-left:8px;
width:136px;
border:solid 1px #666666;
background-color:#6a002c;
}
.feat_img{
width:136px;
}
.feat_label{
padding:3px 0 3px 8px;
font-family:verdana,Arial,sans-serif;
font-size:11px;
font-weight:bold;
background:url('../images/arrow1.gif') 93% 50% no-repeat;
color:#c3c5c8;
}

#src{
padding:17px 0 17px 20px;
border:solid 1px #282829;
background:url('../images/src_bk.gif') top repeat-x #101010;
color:#c5c7ca;
font-size:11px;
}
#src_prop{
float:left;
width:560px;
background:url('../images/sep1.gif') 0px 28px repeat-x;
}
.src_head{
float:left;
width:150px;
}
.src_field{
width:130px;
float:left;
margin-top:6px;
}
.src_sel select{
width:120px;
margin-top:20px;
font-size:10px;
}
.src_btn{
float:left;
width:18px;
margin-top:40px;
}
.src_btn img{
border:0;
}
.src_head2{
float:left;
margin-left:36px;
width:72px;
}
.src_map{
float:left;
width:172px;
}
.src_map img{
border:solid 1px #666666;
}

/*post it*/
#postit_wrap{height:30px; position:relative}
.postit{ float:left; margin:10px 10px 0 30px; overflow:hidden}
#postit_lettingfee
{
	background:url(../images/freelettingfee.png) no-repeat;
	width:166px;
	height:40px;
	position:absolute;
	cursor:pointer;
}
#postit_cashback
{
	background:url(../images/cashback_full.png) no-repeat;
	width:166px;
	height:40px;
	position:absolute;
	right:20px;
	cursor:pointer;
}
.postit_link{ margin-top:115px; text-align:center}
.postit_terms{font-size:10px; margin:10px 0 0 5px}
.postit_terms a{color:#999}


