form.visual-form-builder{
	font-family:inherit;
	margin:20px 0;
	background: none;
	list-style:none;
	list-style-image: none;
	list-style-type: none;
	position: relative;
}

form.visual-form-builder li{
	width:auto !important;
	background: none;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

/* !Remove list item styles */
.visual-form-builder ul,
.entry-content .visual-form-builder ul,
.comment-content .visual-form-builder ul,
.mu_register .visual-form-builder ul {
	background: none;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin:0 14px;
	padding:0;
	font-size:12px;
}
	
	.visual-form-builder ui li {
		background: none;
		list-style: none;
		list-style-image: none;
		list-style-type: none;
	}
	
	.visual-form-builder li,
	.entry-content .visual-form-builder li,
	.comment-content .visual-form-builder li,
	.mu_register .visual-form-builder li {
		background: none;
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		clear: both;
		margin: 0;
		padding: 6px 1% 9px;
		width: 64%;
	}
	
.visual-form-builder li div span,
span.vfb-full input,
span.vfb-full input[type="text"].vfb-medium,
span.vfb-full select{
	display:block;
	float:left;
	width:100%;
}
	
	span.vfb-name-normal,
	span.vfb-name-extras {
		float: left;
		margin-right: 3px;
	}
	
		.rtl span.vfb-name-normal,
		.rtl span.vfb-name-extras {
			float: right;
			margin-right: 0;
			margin-left: 3px;
		}
		
	.visual-form-builder span.vfb-left{
		float:left;
		width:48%;
	}
	
	.visual-form-builder span.vfb-right{
		float:right;
		width:48%;
	}

.visual-form-builder span.vfb-right input,
.visual-form-builder span.vfb-right input[type="text"],
.visual-form-builder span.vfb-right select,
.visual-form-builder span.vfb-left input,
.visual-form-builder span.vfb-left input[type="text"],
.visual-form-builder span.vfb-left select{
	width:100%;
}

/* !Time Field */
.visual-form-builder span.vfb-time{
	float:left;
	margin:0 0.3em 0 0;
}

	.rtl .visual-form-builder span.vfb-time {
		float: right;
		margin: 0 0 0 0.3em;
	}

.visual-form-builder li div label,
.visual-form-builder li span label{
	font-size:90%;
}

/* !Fieldset */
.visual-form-builder fieldset{
	background-color:#eeeeee;
	border-radius:3px;
	border:1px solid #D3D3D3;
	margin:15px 0;
	clear:both;
}

/* !Legend */
.visual-form-builder .vfb-legend{
	margin:5px 14px;
	padding:0 6px;
	color:#990000;
	border-bottom:1px solid #CCCCCC;
	font-size:inherit;
}

	.visual-form-builder .vfb-legend h3{
		font-size:20px;
		line-height: 2.0em;
		margin:0;
		padding:0;
	}

/* !Description */
.visual-form-builder label,
label.vfb-desc{
	display:block;
	margin:0;
	padding-bottom:3px;
	color:#000;
}
	label.vfb-desc{
		font-weight:bold;
	}
	
	.visual-form-builder.left-label .vfb-desc,
	.visual-form-builder.right-label .vfb-desc{
		float:left;
		margin:0 15px 0 0;
		width:20%;
	}

	.visual-form-builder.right-label .vfb-desc{
		padding-top:2px;
		text-align:right;
	}
	
	.visual-form-builder.left-label li div,
	.visual-form-builder.right-label li div {
		float: left;
		width: 65%;
	}

	.visual-form-builder label.vfb-choice{
		font-size:100%;
		line-height:150%;
		margin:-16px 0 0 23px;
		padding:0 0 5px;
		width:88%;
	}
	
		.rtl .visual-form-builder label.vfb-choice {
			margin: -16px 23px 0 0;
		}
	
	.visual-form-builder label span{
		color:#BC1212;
	}

/* !Input, Textarea, and Select */
input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;
    padding: 3px 0;
}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea,
select.vfb-select {
	font-size:100%;
	font-family:inherit;
	line-height: normal;
	height: auto;
	color: #373737;
	margin: 0 0 5px 0;
}

select.vfb-select{
	padding:2px 0;
}

input.vfb-small,
input[type="text"].vfb-small,
input[type="tel"].vfb-small,
input[type="email"].vfb-small,
input[type="url"].vfb-small,
select.vfb-small{
	width:25%;
}

input.vfb-medium,
input[type="text"].vfb-medium,
input[type="tel"].vfb-medium,
input[type="email"].vfb-medium,
input[type="url"].vfb-medium,
select.vfb-medium{
	width:50%;
}

input.vfb-large,
input[type="text"].vfb-large,
input[type="tel"].vfb-large,
input[type="email"].vfb-large,
input[type="url"].vfb-large,
select.vfb-large,
textarea.vfb-textarea{
	width:100%;
}

textarea.vfb-medium{
	height:5.5em;
}

textarea.vfb-medium{
	height:10em;
}

textarea.vfb-large{
	height:20em;
}

/* !Submit Button */
.vfb-submit,
input[type="submit"].vfb-submit {
	font-size:1.1em;
}

/* !Checkbox and Radio */
input.vfb-checkbox,
input[type="checkbox"].vfb-checkbox,
input.vfb-radio,
input[type="radio"].vfb-radio {
	font-size:1.1em;
	display:block;
	height:13px;
	width:13px;
	margin:4px 0 0;
}

input.vfb-other,
input[type="text"].vfb-other {
    margin: 0 0 8px 25px;
}

/* !Field Layout */
.visual-form-builder li.vfb-two-column div span,
.visual-form-builder li.vfb-three-column div span,
.visual-form-builder li.vfb-auto-column div span{
	margin:0 5px 0 0;
	width:48%;
}

.visual-form-builder li.vfb-three-column div span{
	width:30%;
}

.visual-form-builder li.vfb-auto-column div span{
	width:auto;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-left-two-thirds{
	clear:left;
	float:left;
}

.visual-form-builder li.vfb-right-half,
.visual-form-builder li.vfb-right-third,
.visual-form-builder li.vfb-right-two-thirds{
	clear:none;
	float:right;
}

.visual-form-builder li.vfb-middle-third{
	clear:none;
	float:left;
	margin-left:2%;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-right-half{
	width:47% !important;
}

.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-middle-third,
.visual-form-builder li.vfb-right-third{
	width:30% !important;
}

.visual-form-builder li.vfb-left-two-thirds,
.visual-form-builder li.vfb-right-two-thirds{
	width:64% !important;
}

li.vfb-left-half .vfb-small,
li.vfb-left-half .vfb-medium,
li.vfb-left-half .vfb-large,
li.vfb-right-half .vfb-small,
li.vfb-right-half .vfb-medium,
li.vfb-right-half .vfb-large,
li.vfb-left-third .vfb-small,
li.vfb-left-third .vfb-medium,
li.vfb-left-third .vfb-large,
li.vfb-middle-third .vfb-small,
li.vfb-middle-third .vfb-medium,
li.vfb-middle-third .vfb-large,
li.vfb-right-third .vfb-small,
li.vfb-right-third .vfb-medium,
li.vfb-right-third .vfb-large,
.visual-form-builder li.vfb-left-two-thirds .vfb-small,
.visual-form-builder li.vfb-left-two-thirds .vfb-medium,
.visual-form-builder li.vfb-left-two-thirds .vfb-large,
.visual-form-builder li.vfb-right-two-thirds .vfb-small,
.visual-form-builder li.vfb-right-two-thirds .vfb-medium,
.visual-form-builder li.vfb-right-two-thirds .vfb-large{
	width:100%;
}

/* !Error */
label.error{
	color:red;
	font-weight:bold;
	font-size:90%;
}

input.error,
select.error,
textarea.error{
	border:1px solid red;
}

/* !Success Mesage - Default */
p#form_success{
	color:green;
	font-weight:bold;
}

#ui-datepicker-div {
	display: none;
	font-size:12px;
}

/* !HTML Quicktags */
.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;
	}

/* !Instructions */
.vfb-item-instructions{
	background-color:#e3e3e3;
	border-radius:3px;
}

	.vfb-item-instructions ul,
	.vfb-item-instructions ul li {
		list-style: disc;
		padding-bottom: 0;
	}
	
	.vfb-item-instructions ol,
	.vfb-item-instructions ol li{
		list-style: decimal;
		padding-bottom: 0;
	}
	
/* !Sections */
.vfb-section-div{
	 background-color:#D4D4D4;
	 border-radius:3px;
	 padding:10px;
	 margin:10px 0;
	 float:left;
	 width:97%;
}
	.vfb-section-div h4{
		font-size:16px;
		border-bottom:1px solid #BABABA;
		margin:0;
	}

/* !Autocomplete */
.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;
	}

/* !Password Meter */
.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;
	}

/* !Page Break */
.vfb-fieldset.vfb-page{
	display:none;
}

.item-page-break{
	position:relative;
}

.vfb-page-counter{
	float:right;
	font-weight:bold;
}

	.rtl .vfb-page-counter {
		float: left;
	}

.vfb-page-next{
	border-radius:3px;
	background-color:#5B8498;
	padding:4px 8px;
	color:white;
}
	.vfb-page-next:hover{
		background-color:#3D5865;
		text-decoration:none;
	}

/* !Clearing */
.vfb-clear{
	clear:both;
	display:block;
	height:0;
	width:0;
	overflow:hidden;
	visibility:hidden;
}

/* !Conditional Field */
.vfb-conditional-hide{
	display: none;
}