/*
 *  Van Scoyoc Associates main website
 *  Contact page-specific styles
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */

.notice {
    margin-left: 120px;
    }

#contact_form dt {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 100px;
	margin: 0 20px 5px 0;
	}
#contact_form dd {
    position: relative;
    margin: 0 0 5px 120px;
    }
	
#contact_form input, #contact_form textarea {
	width: 498px;
	}
#contact_form select {
	width: 500px;
	}

#contact_form #submit {
	width: auto;
	}

#contact_form label.error {
	font-size: 0.714em;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #d81515;
	position: absolute;
	right: 4px;
	top: 3px;
	width: auto;
	margin: 0;
	}

#directions-link {
	margin-top: 1.429em;
	padding-top: 1.429em;
	border-top: 1px solid #2e4e73;
	}
	
#map {
	width: 538px;
	height: 500px;
	border: 1px solid;
	}

#saddr {
	width: 270px;
	}
#pw {
	padding: 0 0 5px 5px;
	display: inline-block;
	line-height: 16px;
	vertical-align: bottom;
	}
	
#directions {
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}
#directions img {
	border: 0;
	}
	