.wefo {
	width: 525px;
	overflow: visible;
	padding: 0 0 1em 0;
}
#body-popup-window .wefo .intro>h2 {
	padding-top: 0.5em;
}
#body-wrap .wefo .submitting img {
	padding: 0;
}
#body-wrap .wefo>.error,
#body-wrap .wefo .submitting,
#body-wrap .wefo .complete {
	padding-bottom: 10px;
	display: none;
}
#body-wrap .wefo.submitting .submitting {
	display: block;
}
#body-wrap .wefo>.error,
#body-wrap .wefo>.error p {
	color: red;
}
#body-wrap .wefo>.error p {
	padding: 0;
	margin: 0 0 12px 0;
}
#body-wrap .wefo>.error p img.sprite {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background-position: -641px 0;
	vertical-align: text-bottom;
	padding: 0;
}
.wefo select,
.wefo input[type="text"],
.wefo textarea {
	display: inline;
	clear: none;
	color: #333;
	font: normal 12px/20px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Helvetica", "Arial", sans-serif;
	height: auto;
	width: 100%;
	padding: 0 2px 2px 2px;
	margin: 0;
	box-shadow: inset 0 0 3px #ddd;
	border: 1px inset #ccc;
}
.wefo input[type="radio"],
.wefo input[type="checkbox"] {
	vertical-align: middle;
}
.wefo select {
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding: 0;
	min-height: 24px;
}
.wefo input[type="text"] {
	min-height: 20px;
}
.wefo input[type="text"][maxlength] {
	text-align: center;	
}
.wefo input[type="text"][maxlength="2"] {
	width: 2em;
}
.wefo input[type="text"][maxlength="3"] {
	width: 2.6em;
}
.wefo input[type="text"][maxlength="4"] {
	width: 3.6em;
}
.wefo .button {
	width: auto;
}
.wefo textarea {
	padding: 2px;
	line-height: 1.5em;
	min-height: 4.5em;
	resize: vertical;
}
#body-wrap .wefo select.inactive,
#body-wrap .wefo input[type="text"].inactive,
#body-wrap .wefo textarea.inactive {
	color: #ccc;
}
.wefo .intro,
.wefo .fields,
.wefo .buttons {
	position: relative;
	width: 100%;
	overflow: visible;
	-webkit-border-radius: 0.65em;
	-moz-border-radius: 0.65em;
	border-radius: 0.65em;
}
.wefo .fields .submitting,
.wefo .buttons .submitting {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: rgba(255,255,255,0.75); 
	z-index: 2;
}
.ie .wefo .fields .submitting,
.ie .wefo .buttons .submitting {
	background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85ffffff,endColorstr=#85ffffff); 
}
.wefo .buttons {
	padding: 0 0 5px;
}
#body-wrap .wefo .buttons .button,
#body-wrap .wefo .buttons .button-disabled {
	margin: 10px 10px 5px; 
}
.wefo .clear {
	clear: both;
}
.wefo .field,
.wefo .row {
	float: left;
	position: relative;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.wefo .field {
	margin: 5px 0 0 0;
	padding: 5px 0 10px 0;
	-webkit-border-radius: 0.65em;
	-moz-border-radius: 0.65em;
	border-radius: 0.65em;
}
.wefo .row .field {
	float: left;
	clear: none;
	margin: 0;
	border-bottom: none;
	padding-right: 20px;
}
.wefo .row .field:last-child {
	padding-right: 0;
}
.wefo .row-2 .field {
	width: 50%;
}
.ie7 .wefo .row-2 .field {
	width: 45%;
}
.wefo .field>label,
.wefo .field .input,
#body-wrap .wefo .field p {
	display: block;
	width: auto;
	padding: 0 5px 0.5em;
}
.wefo .field>label {
	cursor: pointer;
}
.wefo .field .input {
	position: relative;
}
.wefo .field.error,
#body-wrap .wefo .field.error {
	background: #ffffee;
}
.wefo .field>label>span {
	font-size: 1.1em;
}
.wefo .field>label>span.title {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Helvetica", "Arial", sans-serif;
}
.wefo .field>label>.required {
	color: red;
}
.wefo .field:hover>label {
	color: #000;
}
.wefo .field:hover {
	border-bottom-color: #333;
}
.wefo.theme-b .field:hover>label {
	color: #003e5b;
}
.wefo.theme-b .field:hover {
	border-bottom-color: #3488ad;
}
.wefo .field .input {
	padding: 0 20px 0.5em;
}
.wefo .field.text .input,
.wefo .field.text .input {
	padding-right: 27px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
.wefo .field.group .input {
	overflow: hidden;
}
.wefo .field.group .input label,
.wefo .field.group .input .label {
	display: inline;
	width: auto;
	clear: both;
	color: #333;	
	padding: 0 0 3px 0;
	cursor: pointer;
}
.wefo .field.group .input label:hover,
.wefo .field.group .input .label:hover {
	background-color: rgba(0,0,0,0.05);
	*background-color: #f6f6f6;
	
}
.wefo .field.group .input label:active,
.wefo .field.group .input .label:active {
	background-color: rgba(0,0,0,0.10);
	*background-color: #eee;	
}
.wefo .field.group .input .label input[type="text"]{
	width: 80%;
}
#body-wrap .wefo .field p {
	color: #666;
	padding: 0 20px 0.5em;
}
#body-wrap .wefo .field:hover p {
	color: #333;
}
#body-wrap .wefo .field p.error {
	color: red;
}
.wefo .field.section-break {
	border-top: #ddd solid 1px;
	border-bottom: none;
	padding: 1em 0 0;
}
.wefo .field.section-break>label>span.title {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.wefo .field.section-break .input {
	display: none;
}
#body-wrap .wefo .field.section-break p {
	color: #333;
	line-height: 1.2;
}
.wefo .field.date-time .input,
.wefo .field.date .input {
}
.wefo .field.date-time select,
.wefo .field.date select,
.wefo .field.time select {
	width: 5em;
}
.wefo .field.date-time select.month,
.wefo .field.date select.month {
	width: 8em;
}
.wefo .field.date-time img.icon-calendar,
.wefo .field.date img.icon-calendar {
	width: 16px;
	height: 13px;
	background-position: -651px -30px;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
}
#body-wrap .wefo .field .date-selector {
	position: absolute;
	z-index: 10;
	top: 2.25em;
	width: 174px;
	height: auto;
	text-align: center;
	border: solid 1px #3488ad !important;
}
#body-wrap .wefo .field .date-selector .month,
#body-wrap .wefo .field .date-selector .year {
	position: relative;
	border-radius: 0 !important;
	width: 174px !important;
	border: none;
	padding-left: 0;
	padding-right: 0;
	min-height: 2em;
	font-size: 1.0em;
	line-height: 2em;
	background: #bbe5f3;
}
#body-wrap .wefo .field .date-selector a.prev,
#body-wrap .wefo .field .date-selector a.next {
	display: block;
	position: absolute;
	top: 0;
	width: 1.5em;
	font-size: 1.65em;
	line-height: 1;
	text-decoration: none !important;
}
.wefo .field .date-selector a.prev {
	left: 0;
}
.wefo .field .date-selector a.next {
	right: 0;
}
.wefo .field .date-selector .days {
	position: relative;
	overflow: hidden;
	width: 174px !important;
	border-bottom: 1px solid #bbe5f3;
	background: #fff;
}
#body-wrap .wefo .field .date-selector .days a {
	display: block;
	float: left;
	clear: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #bbe5f3;
	border-top: 1px solid #bbe5f3;
	text-decoration: none !important;
}
#body-wrap .wefo .field .date-selector .days a:hover {
	color: #145a7c !important;
	background: #eaf7fb; 
}
#body-wrap .wefo .field .date-selector .days a.day-7 {
	border-right: none;
}
#body-wrap .wefo .field .date-selector .days a.selected {
	background: #f4fbfd;
	color: #003e5b !important;
}
.wefo .field.address input[type="text"] {
	margin-bottom: 5px;
}
.wefo .field.address .input div input[type="text"] {
	width: 220px;
}
.wefo .field.address .input div input[type="text"].left {
	margin-right: 10px;
}

