#title {
	margin-bottom: 25px;
	}
	
#form {
	width: 450px;
	padding-bottom: 45px;
	margin-left: 45px;
	float: left;
	display: inline; /* IE6 */
	}
	
#form div.row {
	margin: 15px 25px 0 0;
	padding-bottom: 5px;
	float: left;
	}
#form label {
	color: #999;
	font-size: 10px;
	}
#form input, select {
	color: #333;
	width: 185px;
	font-size: 12px;
	padding: 5px;
	border: #CECECE 1px solid;
	margin-top: 5px;
	}
#form textarea {
	color: #333;
	width: 407px;
	height: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
	border: #CECECE 1px solid;
	margin-top: 5px;
	}
#form img {
	border: 0;
	margin-top: 15px;
	float: left;
	}
#form ul.errors {
	width: 396px;
	border: 1px dotted #ccc;
	list-style: none;
	padding: 12px;
	margin: 0 0 15px 0;
	}
#form ul.errors b {
	color: #333;
	font-size: 12px;
	}
#form ul.errors li {
	color: #c00;
	font-size: 11px;
	padding: 6px 0 0 10px;
	margin: 0;
	}
#form input.error,
#form textarea.error {
	border-color: #c00;
	}
#form div.complete {
	color: #060;
	width: 396px;
	border: 1px dotted #ccc;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 12px;
	margin: 0 0 15px 0;
	}
#form input.submit {
	width: 75px;
	padding: 0;
	border: 0;
	float: left;
	}
	
.location {
	width: 425px;
	padding-bottom: 45px;
	float: left;
	display: inline; /* IE6 */
	}
.location .title {
	width: 425px;
	border-bottom: #9D9D9D 1px solid;
	float: left;
	}
.location .title h4 {
	width: 325px;
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;
	}
.location .title .map {
	width: 100px;
	height: 25px;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	float: left;
	display: inline; /* IE6 */
	}
.location .title .map a {
	color: #999;
	text-decoration: none;
	}
.location .title .map a:hover {
	color: #666;
	}
.location .title .map a div {
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/misc/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 1px 0 0 5px;
	float: right;
	display: inline; /* IE6 */
	}
.location .title .map a:hover div {
	background-position: right;
	}
.location p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin: 15px 0 0 0;
	float: left;
	display: inline; /* IE6 */
	}
.addresses {
	width: 425px;
	float: left;
	}