.visual-form-builder-container {
	margin:0 0 1.625em 0;
}

.visual-form-builder, 
.vfb-fieldset {
	margin:0;
}

form.visual-form-builder{
	list-style:none;
	line-height:1.5em;
}

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

.visual-form-builder ul{
	list-style:none;
	margin:0;
	padding:0;
}
	
	.visual-form-builder ul li{
		list-style: none;
	}
	
	.visual-form-builder li{
		list-style:none;
		clear:both;
		margin:1em 0 0 1em;
	}
	
.visual-form-builder li div span,
span.full input,
span.full select{
	display:block;
	float:left;
	width:100%;
}

.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 fieldset{
	clear:both;
}

.visual-form-builder label,
label.vfb-desc{
	display:block;
}

label.vfb-desc{
	font-weight:bold;
}

label.vfb-desc span{
	font-size:1.5em;
	color:#EE0000;
	line-height:.5em;
	margin:.25em 0 0 .1em;
}

.visual-form-builder label.vfb-choice{
	margin:-1.25em 0 0 3.25em;
	padding:0 0 5px;
}

li.vfb-item span label {
	margin:0 0 0 1.75em;
}

/*.visual-form-builder label span{
	color:#BC1212;
	vertical-align:middle;
}*/

input.vfb-text,
textarea.vfb-textarea,
select.vfb-select{
	font-family:inherit;
	margin:0 0 0 1.75em;
	padding:.3em;
}

input.vfb-small,
select.vfb-small{
	width:25%;
}

input.vfb-medium,
select.vfb-medium{
	width:50%;
}

input.vfb-large,
select.vfb-large,
textarea.vfb-textarea{
	width:90%;
}

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

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

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

.vfb-submit{
	color:black;
	font-size:1.25em;
}

input.vfb-checkbox,
input.vfb-radio {
	display:block;
	height:1em;
	width:1em;
	margin:0 0 0 1.75em;
}

input.vfb-select {
}
	
label.error{
	color:red;
	font-weight:bold;
}

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

p#form_success{
	color:green;
	font-weight:bold;
}

.ed_button{
	font-family:Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	font-size:14px;
	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:.75em;
	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:6px;
}

.vfb-section h4, .section-div h4, vfb-legend h3{
	margin:.8125em 0;
	font-size:1.1em;
	font-weight:900;
	}
	
.vfb-legend {
	display:none;
	visibility:hidden;
	}
	
.vfb-clear{
	clear:both;
	display:block;
	height:0;
	width:0;
	overflow:hidden;
	visibility:hidden;
	margin:0;
}

.vfb-item div {
	margin:.3em 0 0 0;
}