form.visual-form-builder{
	font-family:inherit;
	margin:20px 0;
}
form.visual-form-builder li{width:auto !important;}
.visual-form-builder ul{
	list-style:none;
	margin:0 14px;
	padding:0;
	font-size:12px;
}
.visual-form-builder li{
	list-style:none;
	clear:both;
	margin:0;
	padding:6px 1% 9px;
	width:64%;
}
.visual-form-builder li div span, span.full input, span.full select{
	display:block;
	float:left;
	width:100%;
}
.visual-form-builder span.left{
	float:left;
	width:48%;
}
.visual-form-builder span.right{
	float:right;
	width:48%;
}
.visual-form-builder span.right input, .visual-form-builder span.right select, .visual-form-builder span.left input, .visual-form-builder span.left select{width:100%;}
.visual-form-builder span.time{float:left;margin:0 0.3em 0 0;}
.visual-form-builder li div label, .visual-form-builder li span label{font-size:90%;}
.visual-form-builder fieldset{
	background-color:#eeeeee;
	border-radius:3px;
	border:1px solid #D3D3D3;
	margin:15px 0;
	clear:both;
}
.visual-form-builder .legend{
	margin:5px 14px;
	padding:0 6px;
	color:#990000;
	border-bottom:1px solid #CCCCCC;
	font-size:inherit;
}
.visual-form-builder .legend h3{font-size:20px;}
.visual-form-builder label, label.desc{
	display:block;
	margin:0;
	padding-bottom:3px;
	color:#000;
}
.visual-form-builder.left-label .desc, .visual-form-builder.right-label .desc{
	float:left;
	margin:0 15px 0 0;
	/*width:31%;*/
	width:20%;
}
.visual-form-builder.right-label .desc{
	padding-top:2px;
	text-align:right;
}
label.desc{font-weight:bold;}
.visual-form-builder label.choice{
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px;
	width:88%;
}
.visual-form-builder label span{
	color:#BC1212;
	vertical-align:middle;
}
input.text, textarea.textarea, select.select{
	font-size:100%;
	font-family:inherit;
	margin:0;
	padding:2px 0;
}
input.small, select.small{width:25%;}
input.medium, select.medium{width:50%;}
input.large, select.large, textarea.textarea{width:100%;}
textarea.medium{height:5.5em;}
textarea.medium{height:10em;}
textarea.large{height:20em;}
.submit{font-size:1.1em;}
input.checkbox, input.radio{
	font-size:1.1em;
	display:block;
	height:13px;
	width:13px;
	margin:4px 0 0;
}
.visual-form-builder li.two-column div span, .visual-form-builder li.three-column div span, .visual-form-builder li.auto-column div span{
	margin:0 5px 0 0;
	width:48%;
}
.visual-form-builder li.three-column div span{width:30%;}
.visual-form-builder li.auto-column div span{width:auto;}
.visual-form-builder li.left-half, .visual-form-builder li.left-third, .visual-form-builder li.left-two-thirds{clear:left;float:left;}
.visual-form-builder li.right-half, .visual-form-builder li.right-third, .visual-form-builder li.right-two-thirds{clear:none;float:right;}
.visual-form-builder li.middle-third{clear:none;float:left;margin-left:2%;}

.visual-form-builder li.left-half, .visual-form-builder li.right-half{width:47% !important;}
.visual-form-builder li.left-third, .visual-form-builder li.middle-third, .visual-form-builder li.right-third{width:30% !important;}
.visual-form-builder li.left-two-thirds, .visual-form-builder li.right-two-thirds{width:64% !important;}

li.left-half .small, li.left-half .medium, li.left-half .large,
li.right-half .small, li.right-half .medium, li.right-half .large,
li.left-third .small, li.left-third .medium, li.left-third .large,
li.middle-third .small, li.middle-third .medium, li.middle-third .large,
li.right-third .small, li.right-third .medium, li.right-third .large,
.visual-form-builder li.left-two-thirds .small, .visual-form-builder li.left-two-thirds .medium, .visual-form-builder li.left-two-thirds .large,
.visual-form-builder li.right-two-thirds .small, .visual-form-builder li.right-two-thirds .medium, .visual-form-builder li.right-two-thirds .large{width:100%;}

label.error{
	color:red;
	font-weight:bold;
	font-size:90%;
}
input.error, select.error, textarea.error{border:1px solid red;}
p#form_success{
	color:green;
	font-weight:bold;
}
#ui-datepicker-div {
	display: none;
	font-size:12px;
}
.ed_button{
	font-family:Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	font-size:12px;
	background-image: -moz-linear-gradient(top, #fcfcfc 0%, #e9e8e8 100%);
	background-image: -o-linear-gradient(top, #fcfcfc 0%, #e9e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #e9e8e8));
	background-image: linear-gradient(top, #fcfcfc 0%, #e9e8e8 100%);
	min-width:26px;
	margin:3px 1px 4px;
	padding:2px 4px;
	box-shadow:0 1px 0 #e3e3e3;
	border-radius:3px 3px 3px 3px;
	border:#C3C3C3 1px solid;
	text-transform:lowercase;
}
.ed_button:hover{
	background:none repeat scroll 0 0 #dddddd;
	border-color:#aaaaaa;
	cursor:pointer;
}
.ed_button.ed_bold{font-weight:bold;}
.ed_button.ed_italic{font-style:italic;}
.ed_button.ed_link{color:#0000FF;text-decoration:underline;}
.ed_button.ed_del{text-decoration:line-through;}
.item-instructions{background-color:#e3e3e3;border-radius:3px;}
.section-div{
	 background-color:#D4D4D4;
	 border-radius:3px;
	 padding:10px;
	 margin:10px 0;
	 float:left;
	 width:97%;
}
.section-div h4{font-size:16px;border-bottom:1px solid #BABABA;}
.ui-autocomplete .ui-menu-item{font-size:12px;}
.ui-autocomplete .ui-menu-item a.ui-state-hover{
	background: rgb(222,239,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
}
.ui-autocomplete-loading{ background: url('../../../../wp-admin/images/loading.gif') right center no-repeat white !important; }
input[type="text"].mastercard{background: url('credit-cards.png') right -299px no-repeat white; }
input[type="text"].visa{background: url('credit-cards.png') right -373px no-repeat white; }
input[type="text"].american-express{background: url('credit-cards.png') right -2px no-repeat white; }
input[type="text"].discover{background: url('credit-cards.png') right -151px no-repeat white; }
input[type="text"].diners-club{background: url('credit-cards.png') right -77px no-repeat white; }
input[type="text"].jcb{background: url('credit-cards.png') right -225px no-repeat white; }
.password-meter{
	width:48%;
	height:15px;
	line-height:15px;
	display:block;
	padding:5px;
	margin-top:10px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	background-color:#eee;
	text-align:center;
}
.password-meter.too-short, .password-meter.very-weak{
	background-color:#FFA0A0;
	border-color:#F04040;
}
.password-meter.weak{
	background-color:#FFB78C;
	border-color:#FF853C;
}
.password-meter.good{
	background-color:#FFEC8B;
	border-color:#FFCC00;
}
.password-meter.strong{
	background-color:#C3FF88;
	border-color:#8DFF1C;
}
.password-meter.too-short, .password-meter.very-weak, .password-meter.weak, .password-meter.good, .password-meter.strong{font-weight:bold;}
.fieldset.vfb-page{display:none;}
.item-page-break{position:relative;}
.vfb-page-counter{
	float:right;
	font-weight:bold;
}
.vfb-page-next{
	border-radius:3px;
	background-color:#5B8498;
	padding:4px 8px;
	color:white;
}
.vfb-page-next:hover{
	background-color:#3D5865;
	text-decoration:none;
}
.vfb-clear{
	clear:both;
	display:block;
	height:0;
	width:0;
	overflow:hidden;
	visibility:hidden;
}