div#maincontent {
	margin-left: 356px !important;
}
div#form_edit_leftmenu {
	width: 450px;
}

#form_menu {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#form_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}
#form_menu li {
	padding: 3px 5px;	
	border: 1px solid transparent;
	margin: 0 0 1px 0;
	clear: left;
}
#form_menu label {
	float: left;
	width: 30%;	
	font-weight: bold;
	display: block;
	white-space: normal;
}
#form_edit {
	width: 450px;
	float: left;	
}
#form_edit ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
li.form_item {
	padding: 8px 5px;	
	border: 1px solid transparent;
	border-bottom: 1px solid #fafafa;
	margin: 0 0 1px 0;
	list-style: none;
	width: 450px;	
	cursor: pointer;
	background: #ededed;
}
li.form_item:last-child {
	border-bottom: 1px solid transparent;	
}
li.form_item:hover {
	border: 1px dashed #3B699F !important;
}
li.form_item.active {
	background: #dfefff;
	border: 1px solid #C2D7EF !important;
}
li.form_item label {
	float: left;
	width: 30%;	
	font-weight: bold;
	display: block;
	color: #666666;
	white-space: normal;
}
li.form_item span.required {
	font-weight: bold;
	color: #f00;
}
li.form_item div {
	float: left;
}
li.form_item .handle {
	display: block;
	float: right;
	width: 20px;
	height: 16px;
	background: url('../images/arrow.png') no-repeat top center;
	cursor: move;
}
li.form_item .delete, div#form_edit_leftmenu li a.deleteChoice {
	display: block;
	float: right;
	width: 20px;
	height: 16px;
	background: url('../images/delete.png') no-repeat top center;
}
a.deleteChoice {
/*	position: absolute; */
	top: 1px;
	left: 135px;
}
a.deleteChoice:hover {
	text-decoration: none;
	cursor: pointer;		
}
li.form_item .clearer {
	display:block;
	height: 1px;
	width: 1px;
	clear: both;
}
.hidden_edit {
	display: none;
}
.active_edit {
	display: block;
}
#addField {
	display: block;
	border: 1px solid silver;
	width: 100px;
	font-weight: bold;
	padding: 10px 5px 10px 27px;
	background: url('../images/add.png') #f5f5f5 no-repeat 5px 8px;
	color: #000;
	font-size: 11px;
	cursor: pointer;
	margin: 0 0 5px 147px;
	text-decoration: none;
	outline: none;	
}
#addField:hover {
	background-color: #ededed;
}
div#form_edit_leftmenu li a.new_choice {
	display: block;
	width: 75px;
	margin: 0;
	background: url('../images/add.png') transparent no-repeat 0 8px;
	padding: 10px 22px;
	color: #000 !important; 
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
div#form_edit_leftmenu li a.new_choice:hover {
	text-decoration: underline;	
}
.choicebox input {
/*	display:inline; */
	float: left;
}
.choicebox div {
	margin-bottom: 5px;
	height: 20px;
/*	position: relative; */
}
div.form_choices {
	display: block;
	float: none !important;
	width: 190px;
}
div.inline_choice {
	display: inline;
	width: auto;
}
fieldset.adminForm {
	margin-bottom: 0.5em;
	min-height: 387px;
}
div#form_edit_leftmenu {
	width: 342px; 
	position: fixed; 
	top: 124px;	
	left:10px;
}
h3.form_edit_toggler {
	background:#EEEEEE none repeat scroll 0 0;
	border-color:#F5F5F5 #DDDDDD #DDDDDD #F5F5F5;
	border-style:solid;
	border-width:1px;
	color:#222222;	
	font-size:1em;
	margin: 0 0 0 0;
	padding:5px 6px;	
	cursor: pointer;
}
div#form_edit_leftmenu ul {
	padding-bottom: 25px;
	padding-top: 15px
}
div#footer-design {
	display: none;
}
div.choicebox-wrapper {
	max-height: 395px; 
	overflow-y: auto;
	overflow-x: hidden;
}
div.choicebox-holder {
	padding-bottom: 5px;
	width: 190px; 		
	float:left; 	
}
div.access-setter {
	float:left; 
	width: 140px;
}
