@charset "utf-8";
/* CSS Document */

h1.form {
	text-align:center;
}

h3.top {
	margin-bottom:5px;
}

h3.next {
	margin-bottom:5px;
	margin-top:20px;
}

h1.form {
	margin-top:30px;
}

form p {
	margin:0;
}

#Project {
	clear:both;
	width:1050px;
	background:url(../images/background_grey_white.jpg) repeat-y;
	margin:0 auto;
	overflow:hidden;
}

fieldset {
	background:#e2d6ae;
}

fieldset.infoContact {
	float:left;
	width:252px;
	margin-top: 10px;
	margin-left: 60px;
	padding: 20px;
	overflow:hidden;
	border:1px solid #ebebeb;}
	
fieldset.infoContact p {
	padding-bottom:14px;
}

fieldset.infoText {
	float:left;
	width:252px;
	height:325px;
	margin-top: 10px;
	margin-left: 60px;
	padding: 20px;
	overflow:hidden;
	border:1px solid #ebebeb;}
	
fieldset.infoText p {
	font-weight:normal;
	margin-bottom:15px;
}
	
fieldset.infoProject, fieldset.infoProperty, fieldset.infoDetails {
	float:right;
	width:564px;
	margin-top: 10px;
	margin-right: 60px;
	padding: 20px;
	overflow:hidden;
	border:1px solid #ebebeb;}

fieldset.infoProject label {
	float:left;
	width:130px;
	padding:5px 0 0 10px;
}


fieldset.infoProject label.other, fieldset.infoProject label.budget {
	float:left;
	width:500px;
}

fieldset.infoProperty p.adjust {
	padding-top:10px;
}

fieldset.infoProperty label.radiobuttons input {
	padding:5px 0px 10px 20px;
}

fieldset.infoProperty label.contractorName {
	float:left;
	width:540px;
	font-weight:bold;
}

label.budget span	 {
	width:540px;
	padding:10px 0 0 0;
	margin-left:-10px;
	font-weight:bold;
}

p.start	 {
	clear:both;
	width:540px;
	padding:10px 0 0 0;
	font-weight:bold;
}

/*Adjust the space between the fields*/
fieldset.infoContact label, label span {
	padding:3px;}
	
/*Aligns the field labels so they are in a column flush right to the fileds*/
fieldset.infoContact label span {
	float: left;
	width: 50px;
	text-align: left;
	font-size: .9em;
	padding-right:10px;
	font-weight:bold;
}

fieldset p {
	font-size:.9em;
	font-weight:bold;
}

fieldset.infoProject label span, fieldset.infoProperty label span {
	font-size: .9em;
}

/*Aligns the fields in a column so they are flush left with the labels*/
fieldset.infoContact label {
	float: left;
	width: 252px;}

fieldset input:hover, select:hover {
	background-color:#FDFADB;}
	
fieldset input:active, input:focus {
	border-color: #900;}
	
.defaultOption {
	color:#666;
}

fieldset.buttonSubmit {
	float:right;
	width:910px;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom:20px;
	padding: 10px;
	overflow:hidden;
	border:1px solid #ebebeb;
}

fieldset.buttonSubmit div {
	text-align:center;
}

a {
	text-decoration:none;
	color:#B33224;
}

a:hover {
	text-decoration:underline;
	color:#B33224;
}