@charset "utf-8";
/* CSS Document */
.cl_login .txt h2 {
	display:block;
	float:left;
	font:23px/26px Arial, Helvetica, sans-serif;
	color:#ff620d;
	margin:3px 0 0 0;
	padding:0 40px 0 0;
	background:url('../images/triangle_orange.png') no-repeat 240px 5px;
}

.ads {
	display:block;
	float:left;
	width:200px;
	margin:10px;
	padding:10px;
	border-right:dotted 1px #a49f98;
}
	.ads:hover {
		background:#fafcd5;
	}
	.ads a, .ads a:link, .ads a:visited {
		font-weight:bold;
		color:#a7ac39; /* GREEN */
	}
	.ads h3.title {
		display:block;
		height:35px;
		font-size:1em;
		Xborder:dashed 1px #CCC;
	}
	.ads p.txt {
		display:block;
		height:73px;
		font-size:0.9em;
		Xborder:dashed 1px #CCC;
	}
	
.noborder {border:none;}

.ads h3 {
	color:#756c60; /* BROWN */
}

.ad_reply {
	padding:20px 0 0 90px;
	text-align:left;
}
	.ad_reply .error, .ad_reply .success {width:400px;}
	.ad_reply table td {
		font-size:0.9em;
		padding:3px;
	}
.new_ad {
	padding:20px 20px 0 50px;
	text-align:left;
}
	.new_ad table td {
		font-size:0.9em;
		padding:3px;
	}
.new_ad_text {
	font:1em Arial, Helvetica, sans-serif;
	width:400px;
	height:150px;
}

.input_search_sm {
	width:63px;
	height:29px;
	background:url('../images/btn_search_sm.gif') no-repeat;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}

.btn_place_new_ad {
	display:block;
	float:right;
	width:108px;
	height:35px;
	background:url('../images/btn_place_new_ad.gif') no-repeat;
	text-indent:-9999px;
	margin:0 17px 0 0;
}



