.form { background: #FFF; }

#DepartmentCheckboxes { 
	border: 1px solid #DDD; 
	overflow: hidden; 
	padding: 3px;
	background: #EFEFEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form label { width: 230px; display: inline; float: left; }

.form input[type="text"], 
.form input[type="password"], 
.form textarea { 
	border: 1px solid #E5E5E5; 
	padding: 5px 10px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form input[type="text"]:focus, .form input[type="password"]:focus, .form textarea:focus { border: 1px solid #ccc; }
.form input[type="checkbox"] { margin: 10px 0 11px; }

.row { min-height: 30px; }
.row_form { clear: both; }

.check span { display: inline-block; }
.check span span label { float: none !important; border: 0; }
.check span span input { float: left; margin: 10px; }

.buttons { background: none !important; }

.cke_chrome { overflow: hidden; margin: 0 10px 0 190px !important; }
.colorPicker-picker { display: inline-block;  margin-left: 10px; }

#row-customer-type {display: inline-block;}
.customer-item input[type="radio"] { padding: 5px; display: inline-block; height: 30px; }

div.form {}

div.form input,
div.form textarea { margin: 0.2em 0; padding: 5px 10px; }
div.form select { margin: 6px 0 0.2em; }
div.form fieldset {
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.form label {
	font-weight: bold;
	line-height: 33px;
	display: block;
	border-right: 1px solid #DDD;
	margin-right: 10px;
}

div.form .row {
	margin: 2px 0;
	padding: 5px;
	background: #fafafa;
}
div.form .row.submit { background: none; }

div.form .hint {
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note { font-style: italic; }
div.form span.required { color: red; }
div.form div.error label:first-child,
div.form label.error,
div.form span.error {
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error {
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success {
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label { color: inherit; }

div.form .errorSummary {
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage { color: red; font-size: 0.9em; }
div.form .errorSummary p { margin: 0; padding: 5px; }
div.form .errorSummary ul { margin: 0; padding: 0 0 0 20px; }
div.wide.form label {
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row { clear: left; }

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage { clear: left; padding-left: 110px; }
