div.position {
	width: 750px;
	zoom: 1; /* ie hack */
}
form {
	margin: 0;
	padding: 0;
}
#contactform {
	width: 534px;
	border: 1px dashed #a6a4d6;
	padding: 10px 17px 15px 16px;
	float: left;
	margin: 0 20px 0 0;
	zoom: 1; /* ie hack */
}
#contact-feedback {
	float: left;
	width: 158px;
}
#contactform h2 {
	font-size: 1.3em;
	line-height: 1;
}
#contactform div.info {
	background-color: #e1f9af;
	padding: 10px;
	color: #435b0f;
	font-size: 1.1em;
	margin: 10px 0;
	position: relative;
	z-index: 4;
	zoom: 1; /* ie hack */
}
#contactform div.info strong {
	white-space: nowrap;
}
#contactform div.info img {
	float: left;
	display: block;
	margin-right: 11px;
	border: 3px solid #9acb34;
}
#contactform div.info div.name {
	font-weight: bold;
	color: inherit;
}
div.set {
	zoom: 1; /* ie hack */
	position: relative;
	z-index: 3;
	background-color: #ededed;
	border: none;
	padding: 10px;
	margin: 10px 0;
	font-size: 1.1em;
}
#opt-fields {
	z-index: 2;
}
div.set h3 {
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px dashed #a6a4d6;
	margin-bottom: 18px;
}
div.set h3 span.note {
	font-weight: normal;
}
div.set label {
	zoom: 1; /* ie hack */
	display: block;
	float: left;
	text-align: right;
	width: 186px;
	padding-right: 7px;
	margin: 0 6px 3px 0;
	line-height: 1.7;
}
div.set label.required {
	background: url("../images/contact-form-required.gif") no-repeat top right;
}
div.set label.inline {
	display: inline;
	float: none;
	text-align: left;
	width: auto;
}
div.set label.comments {
	margin-top: 6px;
	line-height: 1.3;
}
div.set input.text {
	width: 177px;
	padding: 2px;
	border: 1px solid #7c9fbb;
	margin: 0 0 3px 0;
	float: left;
	height: 1.4em;
}
div.set select {
	width: 157px;
	padding: 2px;
	border: 1px solid #7c9fbb;
	margin: 0 3px 3px 0;
	float: left;
	height: 1.75em;
}
div.set select.month {
	width: 85px;
}
div.set select.day {
	width: 60px;
}
div.set select.year {
	width: 60px;
}
div.set textarea {
	width: 276px;
	height: 55px;
	padding: 2px;
	border: 1px solid #7c9fbb;
	margin: 0 0 3px 0;
	float: left;
}
div.set div.field-note {
	clear: both;
	text-align: center;
	font-size: 0.9em;
}
#contactform #submit-box {
	background-color: #e1f9af;
	border: none;
	padding: 6px 6px 9px 6px;
	margin: 10px 0 0 0;
	text-align: center;
	z-index: 0;
	zoom: 1; /* ie hack */
}
button {
	background-color: #a35aca;
	color: #fff;
	border: 2px solid #fff;
	line-height: 1.5;
	font-size: 1.2em;
	font-weight: bold;
	font-family: inherit;
	height: 2.25em;
	cursor: pointer;
	width:auto;
    overflow:visible;
    padding:5px;
    margin-bottom: 2px;
    outline: none;
}
*:first-child+html button[type]{
    padding:2px 5px 8px 5px; /* IE7 */
}
/* Back to Experts */
#backtoexperts {
	margin-bottom : 20px;
}
#backtoexperts a, #backtoexperts a:visited, #backtoexperts a:active {
	color : #2487b0;
	font-weight : bold; 
	padding-left : 11px;
	background-image : url(../images/link-arrow-left.gif);
	background-repeat : no-repeat;
	background-position : 0px 4px;
	text-decoration : none;
}
#backtoexperts a:hover {
	background-image : url(../images/link-arrow-left-visited.gif);
}
#backtoexperts a:hover {
	text-decoration : underline;
}

#clientquote {
	background-color : #effcd6;
	border : 3px solid #e3e4e6;
	padding : 9px 7px 14px 7px;
}
#clientquote .title {
	font-size : 12px;
	font-weight : bold;
	color : #40590c;
}
#clientquote .quote {
	margin-top : 14px;
}
#clientquote .author {
	margin-top : 13px;
	color : #40590c;
}
/* arrows */
div.continue-arrow {
	width: 24px;
	height: 45px;
	position: absolute;
	background: url("../images/contact-form-arrow.gif") no-repeat top left;
	z-index: 999;
	bottom: -20px;
	right: -10px;
}
div.clear, br.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0;
}
div#captcha {
	margin: 0 0 10px 0;
}
p.error {
    color: #f00;
    font-weight: bold;
    font-size: 1.2em;
}

div.addtl-links {
	background-color: #ededed;
	padding: 14px 4px;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
div.addtl-links a, div.addtl-links a:visited {
	color: #2d82b6;
	text-decoration: none;
	padding: 0 0 0 11px;
	background: transparent url(../images/link-arrow-right.gif) no-repeat 0px 3px;
}
div.addtl-links a:hover {
	text-decoration: underline;
	color: #93b054;
	background-image: url(../images/link-arrow-right-visited.gif);
}
