@charset "utf-8";
/* CSS Document */

h2{
	color:#f69523;
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
}

.formHeader{
	font-size:12px;
	font-weight:bold;
	color:#404040;
	margin-left:15px;
	margin-top:10px;
}

#thankYouContent{
	margin-left:15px;
	line-height:18px;
}

.formTable{
	margin:15px 0px 20px 15px;
}

.innerFormTable{
	margin-left:0;
}

.formTable label, #generalContactFormContainer label{
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#404040;;
}

.textField{
	border:solid #939598 1px;
	width:220px;
}

.mediumTextField{
	border:solid #939598 1px;
	width:150px;
}

textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.radio input{
	position:relative;
	top:3px;
}

.checkbox input{
	position:relative;
	top:3px;
}

.formTable select{
	border:solid #939598 1px;
	width:auto;
	margin-right:10px;
}

.formTable .radio{
	width:70px;
	line-height:12px;
	vertical-align:middle;
}

.formTable .radio input{
	width:20px;
	text-align:left;
	margin-top:3px;

}

.formTable textarea{
	border:solid #939598 1px;
	width:296px;
	height:125px;
}

.formTable .spacer{
	width:88px;
}
.formTable .vspacer{
	height:20px;
}
#submitButton{
	margin-top:20px;
	width:51px;
	height:20px;
	border:solid #939598 1px;
	background-color:#f69523;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
}

#submitButton a{
	text-decoration:none;
	color:#fff;
	*line-height:20px;
}

#selected_buildings_list{
	background-color:#fff;
	border:solid #939598 1px;
	width:290px;
	height:125px;
	font-size:11px;
	overflow-y:auto;
	padding:3px;
}

#selected_buildings_list a{
	color:#666666;
}

#selected_buildings_list a:hover{
	color:#333333;
}

.building_list_row{
	margin-bottom:5px;
}


.thankYouBTN a{
	display:block;
	width:125px;
	background-color:#f69523;
	text-align:center;
	margin-top:10px;
	border:solid #6d6d6e 1px;
	color:#000;
	text-decoration:none;
}

#livePersonBTN{
	/*position:absolute;
	right:70px;
	top:120px;
	*right:65px;
	z-index:5;*/
}

#contactFormContainer{
	margin-top:-35px;
}

.fake_btn{
	background-color:#f69523;
	border:solid #6d6d6e 1px;
	text-align:center;
	height:18px;
	padding:3px;
	margin-right:3px;
	text-decoration:none;
	color:#000;
}

/* General contact form specific (not inquiries page) */

#livePersonContainer{
	padding-right:50px;
	/*margin-top:37px;*/
}

#generalContactFormContainer{
	width:95%;
	margin:auto;
	margin-top:10px;
}

#generalContactFormContainer #livePersonContainer{
	margin-top:0;
} 

#generalContactFormContainer textarea{
	border:solid #939598 1px;
	width:350px;
	height:150px;
}

#otherInquiryText{
	margin-left:15px;
	width:370px;
}

.other_locations_textarea{
	background-color:#fff;
	border:solid #939598 1px;
	height:125px;
	font-size:11px;
	overflow-y:auto;
	padding:3px;
}