form {

}

fieldset {
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
}

input {
margin-left:0;
}

input:hover, select:hover, textarea:hover {
background:#f3f3f3; 
}

fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 15px;
	padding: 0;
	
}
form .input {
	color: #444;
}
form .required {
	
}

form  .required .checkbox label{
font-weight:400;
}
form .required label:after {
	/*color: #e32;
	content: '*';
	display:inline;*/
}
form .required .checkbox label:after {
content: '';
font-weight:400;
}

form .checkboxes label.required {
margin-bottom:10px;
}

form .checkboxes .checkbox label.required {
margin-bottom:0;
}

form .area div.checkbox {
float:left;
width:100%;
clear: none;
	margin-bottom: 5px;
	padding: 0;
	
}


form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}

li label, p label{
font-size: 100%;
margin-bottom:0;
}


label {
	display: block;
	font-size: 1.5em;
	margin-bottom:3px;
	font-weight:400;
	color: #333333;
}

#sidebar label {
font-size: 1.3em;
}

#content input {
	clear: both;
	width:95%;
	min-width:200px;
}

p input, p select, p textarea {
font-size: 100%;
}

#flashMessage {
margin:20px;
}

textarea {
border:1px solid #cccccc;
padding:3px;
line-height:25px;
color: #333333;
clear:both;
width:95%;
min-width:200px;
font-family: "Open Sans", Arial;
font-size: 1.3em;
}

.required span, span.instructions {
font-size: 1.1em;
font-weight:normal;
}

input[type=text], input[type=password], input[type=email] {
border:1px solid #cccccc;
padding:5px;
color: #333333;
}

select {
clear: both;
border:1px solid #cccccc;
width:95%;
min-width:200px;
padding:3px;
line-height:25px;
color: #333333;

}
select[multiple=multiple] {
	width: 95%;
	min-width:200px;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
form div.checkbox label {
	font-weight:400;

}

form div.checkbox input[type=checkbox] {
padding:0;
}

input[type=radio] {
	float:left;
	clear:left;
	width:auto;
	margin: 0 6px 7px 2px;
	padding:0;
}
div.radio label {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 20px;
	font-weight:400;
}

span.textonly {
font-size: 1.5em;
font-weight: bold;

}

form span.submit input[type=submit] {
margin-top:0;
padding-top:0;

}

.wpcf7-response-output {
font-size: 1.4em;
font-weight:bold;
}

.wpcf7-not-valid-tip {
font-size: 1.3em;
}

p input[type=submit], p button {
font-size: 100%;
}

#content input[type=submit], button {
display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font-family: "Open Sans", Arial;
	font-weight:400;
	color: #ffffff;
	font-size:1.4em;
	padding-right: 25px;
	padding-left: 10px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#0456ba;
	margin-top:10px;
	width:auto;
	border:none;
		background-image: url(images/arrow-right.png);
	background-position: 90% center;
	background-repeat: no-repeat;
	min-width:auto;
}

#content p input[type=submit], #content p button {
font-size: 100%;
}

#content form input[type=submit]:hover, button:hover {
	background-color: #065ec9;
}

#content form input[type=submit]:active, button:active {
	background-color: #04438f;
}

