@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:#ffffff;
	color:#003366;
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	height: 30px;
	width: 80px;
}

.vote {
	border-width:1px;
	border-style:solid;
	border-top-color: #7699B6;
	border-right-color: #41637E;
	border-bottom-color: #41637E;
	border-left-color: #7699B6;
	background-color:#ffffff;
	color:#003366;
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	height: 30px;
	width: 60px;
}

.previous {
	border-width:1px;
	border-style:solid;
	border-top-color: #7699B6;
	border-right-color: #41637E;
	border-bottom-color: #41637E;
	border-left-color: #7699B6;
	background-color:#ffffff;
	color:#003366;
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 15px;
	height: 30px;
	width: 130px;
}


a.button{
	border-width:1px;
	border-style:solid;
	border-top-color: #7699B6;
	border-right-color: #41637E;
	border-bottom-color: #41637E;
	border-left-color: #7699B6;
	background-color:#ffffff;
	color:#003366 !important;
	font-size:14px;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 15px;
    padding: 6px 20px; 
    float: left; 
}

.checkbox {
	border: 0px none;
	background-color:#5581a5;
}

.radio input {
	border: 0;
	background-color: Transparent !important;
}

input.radio{
	border: 0;
	background-color: Transparent !important;
}


/* 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;
}

-->

.poll .answer {
	color: #B5CADA;
	font-size: 11px;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #99CCFF;
  height: 1em;
  float: left;
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right;
  color: #FFF;
  font-size: 11px;
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 auto;
  display: table;
}
.node-form .poll-form fieldset {
  display: block;
}