@charset "UTF-8";
/* CSS Document */

/* Set up main DIV for form page to replace #content and #sidebarleft DIVs */
#mainform {

	padding:20px 270px 30px 20px;

}

form br {
	clear: both;
	
}

form p {
	margin-bottom: 15px;
	
}

.required {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}


/* Multicolumn fields*/
.multicollabel {
	display: inline;
	margin-right: 10px;
	width: 180px;
	float: left;
	
}

.multicol {
	display: inline;
	margin-right: 10px;
	width: 180px;
	float: left;
	
}

.multicolerr {
    display: inline;
    margin: 0;
    margin-right: 10px;
    width: 180px;
    float: left;
    color: orange;
}



/* Formatting for standard fields*/
input, select, textarea
{
	background-color:#ffffff;
	color:#003366;
	font-weight:normal;
	margin-top: 3px;
	border-width:1px;
	border-style:solid;
	border-top-color: #7699B6;
	border-right-color: #41637E;
	border-bottom-color: #41637E;
	border-left-color: #7699B6;
}

.submit {
	border-width:1px;
	border-style:solid;
	border-top-color: #7699B6;
	border-right-color: #41637E;
	border-bottom-color: #41637E;
	border-left-color: #7699B6;
	background-color:#C7E2F5;
	color:#003366;
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	height: 30px;
	width: 80px;
}

.checkbox {
	border: 0px none;
	background:#FFFFFF;
}



/* Address field formatting*/
.label2, .input2 {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 5px;
}

.label2 {
	text-align: left;
	width: 130px;
	padding-right: 10px;
}


/* Formatting for 6_1.html - "Tell us your story" form*/
.label3, .input3 {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 5px;
}

.label3 {
	text-align: left;
	width: 130px;
	padding-right: 10px;
}

.column2 {
	margin-left: 20px;
}

textarea{
	width:400px;
	margin-bottom:5px;
}

-->