/* Frontend Agency CSS */

.agencyBox, .agencyBoxOff {
	float: left;
	width: 612px;
	margin-bottom: 10px;
	position: relative;	
}

.agencyBoxOff {
	background-color: #d9d9d9;
}

.agencyCol1 {
	float: left;
	width: 150px;
	padding: 10px;
	text-align: center;
	position: relative;
}

.agencyCol1 a {
	font-size: 0.9em;
	color: #666;
}

.agencyCol2 {
	float: left;
	width: 422px;
	padding: 10px;
	position: relative;
}

.agencyLogo {
	width: 150px;
	height: 103px;
	margin-bottom: 2px;
	background: url(../../images/main/default_150x103.jpg) no-repeat;
}

/*
 * Forms
 */
#agency_town_name {
	width: 135px;
	margin: 2px 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #777672;
	border-right: 1px solid #93928e;
	border-bottom: 1px solid #9f9e9a;
	border-left: 1px solid #8b8984;
	background: #f4f2ec url(../../images/main/form-bg.png) no-repeat 0 0;
}
