﻿#wixieForm {
	margin-top: 10px;
	margin-bottom: 30px;
}

.formSection {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.anyFormField { 
	font-size: 1.0em; 
	color: #666; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	height: 18px;
	width: 98%;
	line-height: 18px;
	padding: 4px; 
}

.checkbox { 
	height: 30px;
	vertical-align: middle;
	transform: scale(1.2);
}
	
	
textarea.anyFormField { 
	font-size: 1.0em; 
	font-family: verdana, helvetica, arial, sans-serif;
	color: #666; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	min-height: 72px;
	line-height: 18px;
	padding: 4px; 
	}
	
select.anyFormField { 
	font-size: 1.0em; 
	color: #666; 
	border: 1px solid #ccc; 
	border-radius: 3px;
	height: 28px;
	line-height: 18px;
	padding: 4px; 
	}
	
p.fieldName {
font-size: .8em;
font-weight: bold;
color: #404040;
text-align: left;
line-height: 1.5em;
margin-bottom: 4px;
}

.fieldLabel {
font-size: .8em;
color: #404040;
text-align: left;
line-height: 1.5em;
margin-bottom: 4px;
margin-right: 10px;
}

span.fieldNameRequired {
color: red;
font-size: .8em;
}

span.fieldNote {
font-size: .7em;
font-weight: normal;
color: #404040;
text-align: left;
line-height: 1.5em;
padding-top: 0;
margin-top: 0;
margin-bottom: 4px;
margin-left: 3%;
}

p.formIntro {
line-height: 1.5em;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
max-width: 800px;
text-align: center;
}

.button {
color: #fff;
text-shadow: 0 -1px 0 #3574e3;
background-color: #3574e3;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#7ec8f4),color-stop(100%,#3574e3));
background-image: -webkit-linear-gradient(top,#7ec8f4,#3574e3);
background-image: -moz-linear-gradient(top,#7ec8f4,#3574e3);
background-image: -o-linear-gradient(top,#7ec8f4,#3574e3);
background-image: linear-gradient(top,#7ec8f4,#3574e3);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
border-top: 1px solid #64baf0;
border-bottom: 1px solid #1c4ed5;
border-right: 1px solid #468ee6;
border-left: 1px solid #468ee6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-transition: opacity .15s linear;
-moz-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: 700;
line-height: 12px;
padding: 7px 18px;
position: relative;
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}