/* Forms */
#content form p {
	margin-bottom: 5px;
}

/* Form multiple select */
.form_multiple {
    width: 100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    padding: 5px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #ddd;
	color: #000;
	font-size: 12px;
	height: 160px;
	overflow: auto;
}

.form_multiple input {
	margin-right: 6px;
	margin-top: 0px;
}

.form_multiple label {
	text-transform: normal;
	font-weight: normal;
	display: block;
	padding: 5px;
	margin: 0;
	margin-bottom: 1px;
}

.form_multiple label.selected {
	background: #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0px 1px 0px #fff;
}

input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"],
input[type="file"],
input[type="date"],
textarea,
select {
	font-size: 1em;
	font-family: arial, sans-serif;
	border-color: #aaa #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/*input:focus,
textarea:focus {
	outline: none;
	-moz-box-shadow: 0 1px 1px #ddd;
	-webkit-box-shadow: 0 1px 1px #ddd;
	box-shadow: 0 1px 1px #ddd;
	-webkit-focus-ring-color: none;
	border-color: #aaa;
	background-color: #fffff0;
}*/

textarea {
	line-height: normal;
	overflow: auto;
}
textarea.small {
	height: 5em;
}
textarea.medium {
	height: 10em;
}
textarea.large {
	height: 20em;
}
input.tiny,
select.tiny {
	width: 25%;
}
input.half,
select.half,
textarea.half {
	width: 50%;
}
input.full,
select.full,
textarea.full {
	width: 100%;
}
input.title {
	font-size: 1.3em;
}
fieldset {
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0 0 0;
	position: relative;
}
legend {
	color: #17548c;
	font-weight :bold;
	padding: 0 5px 0 0;
	top: -0.75em;
	background: #fff;
	text-transform:uppercase;
}
label {
	display: block;
	margin-bottom: 4px;
	font-size: 1em;
	font-weight: bold;
}
p input[type="checkbox"] {
	float: left;
	margin-right: 6px;
	margin-top: 0;
}
label.choice {
	vertical-align: middle;
	font-weight: normal;
	text-transform: none;
	font-size: 1em;
}
fieldset small {
	display: block;
	font-size: 0.85em;
	color: #666;
	margin-top: 2px;
	margin-bottom: 4px;
}
fieldset legend small {
	display: inline;
	margin: 0 0 0 5px;
	font-weight: normal;
}
form input[type="text"],
form input[type="password"],
form input[type="select"],
form input[type="search"],
form input[type="file"],
form input[type="date"],
form select,
form textarea {
	background:url(../images/input_bg.png) repeat-x #fff;
}

#cke_bottom_detail,
.cke_bottom {
	display: none;
}