@charset "UTF-8";
body {
	text-align: center;
	margin-top: 60px;
}
#flash {
	height: 410px;
	width: 760px;
	margin-top: -205px;
	margin-left: -380px;
	left: 50%;
	top: 50%;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	z-index: auto;
}
#thewindow {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#thewindowbackground {
	background-color: #000000;
	position: absolute;
	height: 100%;
	width: 100%;
	filter: Alpha(Opacity=50);
	opacity: .5;
}
#thewindowcontent {
	background-color: #000000;
	height: 450px;
	width: 800px;
	margin-top: -225px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
html>body .box {
	width: auto;
	height: auto;
	min-height: 460px;
	min-width: 800px;
}
#confirmBox {
	background-color: #FFFFFF;
	height: 26px;
}
#topBar {
	background-color: #FFFFFF;
	height: 26px;
}
#close {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
}
#logo {
	margin-left: 283px;
	float: left;
}
#contactInfoLabels {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	width: 150px;
}
#contactInfoLabels #label {
	height: 20px;
	margin-bottom: 15px;
}
#contactInfoFields {
	position: absolute;
	width: 350px;
	top: 76px;
	left: 100px;
}
#contactInfoFields input {
	width: 300px;
	background-color: #666666;
	color: #FFFFFF;
	margin-bottom: 15px;
	height: 20px;
	border: 1px solid #CCCCCC;
}
#services {
	width: 100px;
	position: absolute;
	left: 475px;
	top: 74px;
}
#services #label {
	height: 20px;
	margin-bottom: 10px;
}
#servicesBoxes {
	width: 120px;
	position: absolute;
	left: 445px;
	top: 41px;
}
#servicesBoxes #label {
	height: 20px;
	margin-bottom: 10px;
}
#services2 {
	width: 100px;
	position: absolute;
	left: 650px;
	top: 74px;
}
#services2 #label {
	height: 20px;
	margin-bottom: 10px;
}
#servicesBoxes2 {
	width: 120px;
	position: absolute;
	left: 620px;
	top: 41px;
}
#servicesBoxes2 #label {
	height: 20px;
	margin-bottom: 10px;
}
#addtionalInfo {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	width: 510px;
}
#addtionalInfo textarea {
	color: #FFFFFF;
	background-color: #666666;
	margin-top: 7px;
	border: 1px solid #CCCCCC;
	width: 510px;
	height: 158px;
}
#budget {
	top: 275px;
	position: absolute;
	left: 550px;
	width: 250px;
}
#budget textarea {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	width: 240px;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 55px;
}
#budget  #inputBudget {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
#submit {
	background-color: #FFFFFF;
	border: 1px solid #2f5c85;
	float: right;
	margin-top: 20px;
	font-weight: bold;
	color: #2f5c85;
	font-size: 17px;
	margin-right: 10px;
	height: 25px;
}

