@charset "UTF-8";
/* CSS Document */

/*   
Theme Name: Boronia Building
Theme URI: http://www.boroniabuilding.com.au
Description: Boronia Building custom theme (form pages only)
Version: 1.0
.
©2011 Leticia Simpson Graphic Design and Creative services. All rights reserved.
*/


#formcontainer {
	width: 560px;
	float: left;
}
#content #formcontainer p {
	float: left;
	width: 500px;
}
/* fieldset styling */
fieldset {
	margin: 1em 0em 1em 0em; /*  space out the fieldsets a little*/
	padding: 16px;
	border: 1px solid #9cbdd9;
	width: 674px;
}

/* style for  labels */
label {
	float: left;
	width: 140px;
}
/*
#remember-me label {
  	width: 4em;
}*/

/* style for required labels */
.error {
	color: #F00;
	font-size: 0.8em;
}


input[type="text"], textarea {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #fff;
	width: 200px;
	overflow: hidden;
}

input.radio, input.checkbox {
  width: auto;
}
input.submit {
	width: 50px;
	background-color: #063;

}
/* style form elements on focus */
input:focus, textarea:focus {
	background: #D9F5FA;
}

textarea {
	height: 100px;
}
.validfield {
	color: #F00;
	font-size: 0.8em;
}
.emailcheckbox {
	float: left;
	padding: 5px 20px 5px 0px;
}

.emaillabel {
	width: 220px;
	padding: 5px 0 5px 0;
	float: left;
}
.longer {
	float: left;
	width: 400px;
	padding: 5px 0 5px 0;
}