/* FORMS: Styles relating to forms and form elements */

/* For modern browsers */
.form_section:before,
.form_section:after {
    content:"";
    display:table;
}

.form_section:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.form_section {
    zoom:1;
}


		
.form_section {
	margin: 0 auto;
	padding:2.2em 0;
	position: relative;
	clear: both;
	border-bottom:2px solid #D6D6D6;
}

	.form_section .float {
		float:left;
		width:48%;
		clear:none;
	}
	
		.form_section .float + .float {
			margin-left:4%;
		}
		
	.form_section.nopadtop {
		padding-top:0 !important;
	}
	
.form_section hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
}
.form_section h2 {
	margin: 0 0 1em 0;
	color:#436394;
}
.form_section h3 {
	margin: 0 0 0.8em 0;
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
}
.form_section.medium {
	margin: 0 auto 20px auto;
	width: 60%;
}
.form_info {
	color:#475f85;	
}
.form_item {
	margin-top: 10px;
}
.form_item.no-clear {
	margin-left: 4%;
}
.form_item > legend {
	font-size: 1.3em;
	color:#444;
}
.form_item > legend > b {
	color:#B62C94;
}
.form_item.tiny {
	width: 70px;
}
.form_item.small {
	width: 23%;
}
.form_item.small.no-clear {
	margin-left: 3%;
}
.form_item.medium {
	width: 48%;
}
.form_item.medium.no-clear {
	margin-left: 4%;
}
.form_item.large {
	width: 100%;
}
.form_item_description {
	padding: 4px;
	border: 1px solid silver;
	margin: 4px 0;
}
.form_item input, .form_item select, .form_item textarea {
	  -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border:solid 1px #999;
      width: 100%;
      padding: 6px 7px;
      margin-top:4px;
      -moz-box-shadow: 0px 1px 0px #fff;
      -webkit-box-shadow: 0px 1px 0px #fff;
	  background: #eee;
	  background: -moz-linear-gradient(
           center bottom,
           rgb(233,233,233) 0%,
           rgb(255,255,255) 85%,
           rgb(220,220,220) 100%
           );
	  background: -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(233,233,233)),
          color-stop(0.85, rgb(255,255,255)),
          color-stop(1, rgb(220,220,220)),
          );
      color:#222;
	-ms-box-sizing: border-box; /* ie8 */
	-moz-box-sizing: border-box; /* ff2+ */
	-webkit-box-sizing: border-box; /* safari3+ */
	box-sizing: border-box; /* css3 rec */
	-khtml-box-sizing: border-box; /* konqueror */
	font-size:1.3em;
}
.form_item .select {
	cursor:pointer;
}
.form_item .select[multiple] {
	height: auto;
}

.form_item .radio, .form_item .checkbox {
	
	width:inherit;
	font-size:1.3em;
	padding:0;
	margin:0;
}

.form_item label {
	font-size:1.3em;
}

form a.add_input {
	text-decoration: none;
	font-size: 10px;
	position: relative;
	top: -3px;
	margin-bottom: 10px;
}
.richedit_preview {
	display: none;
	overflow: hidden;
	border: 1px solid silver;
	padding: 4px;
	margin-bottom: 1em;
	cursor: text;
	min-height: 100px;
	max-height: 300px;
}
.image_preview {
	float: left;
	width: 100px;
	min-height: 50px;
	color: white;
	background: #444;
	text-align: center;
	padding: 4px;
	margin-right: 10px;
}

/* Highlights form errors */
.form_error {
	color: red;
	background: #FEE;
}

/* Reset form errors */
.form_ok {
	color: black;
	background: white;
}

.form_buttons {
	text-align: right;
	background:#eee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:10px 15px;
	margin-top:1em;
}

.form_buttons form {
	display:inline-block;
}

.form_buttons_old {
	text-align:right;
}

.form_buttons input, .form_buttons button, .form_buttons a {
	cursor: pointer;
	display: inline-block !important;
	margin-top:0;
}

/* STANDARD FORMS */
.user_form {
	padding: 20px;
	background-color: #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin:1em 0;
}
.user_form table {
	width: 100%;
	table-layout: fixed;
}
.user_form th {
	text-align: left;
	font-weight: 500;
	padding: 2px;
}
.user_form td {
	padding: 2px;
}
.user_form th b {
	color: red;
}


/* VALIDATOR */
/* jQuery Tools error message */
div.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;	
	-webkit-border-bottom-left-radius:0; 
	-webkit-border-top-left-radius:0;
	
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;	
}

/* UPLOADER */
.uploader {
	text-align:center;
}
.uploader .pickfiles {
	cursor: pointer;
	display:inline-block;
}
.uploader .thumbnail {
	max-width: 100px;
	max-height: 70px;
	vertical-align: middle;
	line-height: 70px;
	text-align:center;
	display: inline-block;
	outline: 1px solid silver; 
}
.uploader .details {
	float: left;
	margin-left: 10px;	
}
.uploader .status {
	color: silver;
	text-decoration: italic;
}
.uploader .delete {

}
.uploader .plupload input {
	cursor: pointer;
	outline: 1px solid red;
}