.landlord_form {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 700px;
}

.landlord_form p, .state_zip span {
	display: block;
	margin-bottom: 8px;
}

.column p {
	clear: both;
}

.state_zip span {
	float: left;
	margin-right: 10px;
}

.landlord_form h1, .landlord_form h2, .landlord_form legend {
	margin-bottom: 12px;
	font-weight: bold;
}

.landlord_form h1 {
	font-size: 18px;
}

.landlord_form h2, .landlord_form legend {
	font-size: 14px;
}

.landlord_form legend {
	padding-bottom: 12px;
}

.landlord_form label {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.landlord_form .text_label {
	display: block;
}

.landlord_form .form_section {
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
	padding: 15px 10px;
	padding-bottom: 0;
}

.landlord_form .input_text, .landlord_form select {
	border: 1px solid #ccc;
}

.landlord_form fieldset, .landlord_form .form_section {
	overflow: hidden;
	height: 100%;
}

.landlord_form fieldset {
	margin-bottom: 15px;
}

.landlord_form .column {
	float: left;
	margin-right: 35px;
}

.landlord_form .column.last {
	border: 0;
	margin-right: 0;
}

.landlord_form .column.narrow {
	margin-right: 12px;
}

.landlord_form .agreement {
	background-color: #fff;
	border: 1px solid #ccc;
	line-height: 16px;
	margin: 0 auto 20px auto;
	padding: 20px;
}

.landlord_form #button_row {
	padding: 0 10px;
	text-align: center;
}

.landlord_form #button_row input {
	background-color: #09F;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
}

.landlord_form div.agreement {
	height: 220px;
	overflow-y: scroll;
}

span.photo {	
	display: block;
	float: left;
	margin-right: 6px;
}

.landlord_form span.photo a {
	border: 2px solid #fff;
	display: block;
	height: 80px;
	width: 101px;
	position: relative;
}

.landlord_form span.photo a:hover {
	background: url(/assets/images/layout/remove_photo.png);
}

.landlord_form span.photo a:hover img {
	display: none;
}	

.landlord_form span.photo a img {
	position: absolute;
	height: 80px;
	width: 101px;
}

.errors p {
	color: red;
	font-size: 14px;
}

.errors .title {
	color: #000;
	font-weight: bold;
}
