.updated {
	max-width: 764px;
	margin-bottom: 0px !important;
}
#cwv-options {
	position: relative;
	z-index: 0;
	max-width: 780px;
}
#cwv-options
h3 { cursor: default; }
. p {
 margin-bottom:0;
 padding-bottom:10px;
 line-height: 1.4em;
}
.section { padding: 10px 10px 0 0;
	margin-top: 10px;
}
 .group { padding-bottom: 40px; }
 .section .heading {
	margin: 0 0 15px;
}
.section .controls {
	float: left;
	min-width: 350px;
	width:350px;
	padding-right: 2%;
}
.section .explain {
	max-width: 38%;
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #777;
}
.section-checkbox .controls { width: 98%; }
.section-checkbox .explain { max-width: 94%; }
.controls select, .controls textarea {
	margin-bottom: 10px;
}
.section-radio label, .section-multicheck label {
	float: left;
	max-width: 90%;
	line-height: 16px;
	margin-bottom: 5px;
}
input.checkbox, input.cwv-radio {
	width: 30px;
	margin-top: 2px;
	float: left;
	clear: both;
}
 .section-typography .controls {
	float: none;
	width: auto;
}
.section-typography .explain {
	float: none;
	width: auto;
}
.controls .cwv-typography-size {
	width: 80px;
	float: left
}
.controls .cwv-typography-unit {
	width: 50px;
	margin-left: 5px;
	float: left
}
.controls .cwv-typography-face {
	width: 100px;
	margin-left: 5px;
	float: left
}
.controls .cwv-typography-style {
	width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	float: left
}
.cwv-background-properties {
	clear: both;
	margin-top: 18px;
}
.controls .cwv-background-repeat {
	width: 125px;
	margin-right: 5px;
	float: left
}
.controls .cwv-background-position {
	width: 125px;
	margin-right: 5px;
	float: left
}
.controls .cwv-background-attachment {
	width: 125px;
	margin-right: 5px;
	float: left
}
.section-background .wp-picker-container { margin-bottom: 10px; }
.controls .cwv-radio-img-img {
	border: 3px solid #f9f9f9;
	margin: 0 5px 10px 0;
	display: none;
	cursor: pointer;
	float: left;
}
 .controls .cwv-radio-img-selected { border: 3px solid #ccc }
 .controls .cwv-radio-img-img:hover { opacity: .8; }
.controls .cwv-border-width {
	width: 80px;
	float: left
}
.controls .cwv-border-style {
	width: 120px;
	float: left
}
.hide { display: none; }
.cwv-option-image {
	max-width: 340px;
	margin: 3px 0 18px 0;
}
.mini .controls select, .framework .section .mini .controls { width: 140px; }
.mini .controls input, .framework .mini .controls {
	min-width: 140px;
	width: 140px;
}
.mini .explain { max-width: 74%; }
/* Editor */

 .section-editor .explain {
	max-width: 98%;
	float: none;
	margin-bottom: 5px;
}
/* Image Uploader */

 .controls input.upload { width: 80%; }
 .controls input.upload_button {
	float: right;
	border-color: #BBBBBB;
	cursor: pointer;
}
 .controls input.upload_button:hover {
	border-color: #666666;
	color: #000;
}
.screenshot {
	float: left;
	margin-left: 1px;
	position: relative;
	width: 344px;
	margin-top: 3px;
}
.screenshot img {
	background: #FAFAFA;
	border-color: #ccc #eee #eee #ccc;
	border-style: solid;
	border-width: 1px;
	float: left;
	max-width: 334px;
	padding: 4px;
	margin-bottom: 10px;
}
.screenshot .cwv-remove {
	background: url("../../../media/images/ico-delete.png") no-repeat;
	border: medium none;
	bottom: 4px;
	display: block;
	float: left;
	height: 16px;
	padding: 0;
	position: absolute;
	left: -4px;
	text-indent: -9999px;
	width: 16px;
}
.screenshot .no_image .file_link { margin-left: 20px; }
.screenshot .no_image .cwv-remove { bottom: 0px; }

#custom-code{
	border: 1px solid #DFDFDF; 
	-moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
	 width: 100%;
	  height: 500px;
	  display: block;
	  margin-bottom: 20px
}
#cwv_custom_css,#cwv_custom_js{display: none;}
.reset-button {
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
#section-cwv_custom_css, #section-cwv_custom_js{padding: 0px}
/* Bottom Section */

.framework-submit {
	padding: 7px 10px;
	border-top: 1px solid #ECECEC;
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(center top, #F9F9F9, #ECECEC);
}
.button-primary { marginargin-right:10px ; margin-bottom: 10px; }


.section:after {
	content: "";
	display: table;
}
.section:after { clear: both; }
