.agent {
	background: white url(../images/border-dot.gif) 389px 0 repeat-y;
	overflow: hidden;
	zoom: 1;
}
.agent .contact {
	width: 125px;
	float: right;
	padding-bottom: 25px;
	text-align: center;
	font-size: 11px;
}
.agent .content {
	width: 375px;
	float: left;
	padding-bottom: 25px;
}

.agent .contact .photo {
	position: relative;
	border: 1px solid #b3b3b3;
	width: 120px;
}
.agent .contact .photo .image {
	height: 150px;
}
.agent .contact .name {
	font-size: 18px;
}
.agent .contact .phone {
	font-size: 14px;
}

#articlediv .photo {
	position: relative;
	border: 1px solid #b3b3b3;
	width: 120px;
	height: 150px;
}

#contact-form input.wide {
	width: 365px;
}
#contact-form textarea {
	width: 369px;
	height: 150px;
}

