/* Forms */
pre{
   font-size:10px;
   line-height:8px;
}
/*#content-1*/ .form{
 padding:10px 20px;
 color:#222;
}

/*#content-1*/ .form h2{
 padding:0px 0px 20px;
}

/*#content-1*/ form div {
	overflow: hidden;
	clear: both;
	clear: none;
   padding-bottom:15px;
	}

/*#content-1*/ form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
   display:block;
   padding-bottom:8px;
   padding-top:10px;
	}

/*#content-1*/ form label .note {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #22;
	vertical-align: middle;
	}
/*#content-1*/ form div.input label span.required{
 display:none;
}
/*#content-1*/ form div.input.required label span.required{
 display:inline;
}

/*#content-1*/ form div.input.text input{
	width: 380px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}

/*#content-1*/ form div.select select {
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}

/*#content-1*/ form div.date select {
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}

/*#content-1*/ form textarea {
	width: 98%;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	}
	
/*#content-1*/ form textarea.wysiwyg { width: 98%; padding: 0; }

/*#content-1*/ form input.text.medium { width: 600px; }
/*#content-1*/ form input.text.big { width: 98%; }

/*#content-1*/ form input.text.date_picker {
	width: 100px;
	padding-right: 36px;
	cursor: pointer;
	background: url(/img/admin/cal.jpg) center right no-repeat;
	}

	
/*#content-1*/ form input.radio,
/*#content-1*/ form input.checkbox {
	vertical-align: middle;
	}

/*#content-1*/ form div.checkbox {

}
/*#content-1*/ form div.select div.checkbox{
 float:left;
 width:155px;
}
/*#content-1*/ form div.select.nocolumns div.checkbox{
 float:none;
 width:auto;
}
/* Custom form select element */

/*#content-1*/ form select.styled {
	width: 245px;
	height: 18px;
	margin-right: 20px;
	cursor: pointer;
	}
	
/*#content-1*/ form .cmf-skinned-select {
	padding: 7px;
	display: block;
	margin-right: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('/img/admin/sdd.jpg') center right no-repeat;
	}

/*#content-1*/ form .cmf-skinned-select:hover {
	background: url('/img/admin/sdd_.jpg') center right no-repeat;
	}

/*#content-1*/ form div.cmf-skinned-text {
	padding: 5px 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	}
	
	
/* Custom file input */

/*#content-1*/ form .fileupload {
	position: relative;
	}

/*#content-1*/ form .fileupload #uploadmsg {
	display: block;
	position: absolute;
	top: 20px;
	left: 350px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	font-size: 11px;
	}

/*#content-1*/ form .fileupload #uploadmsg.loading {
	background: url(/img/admin/ajax-loader.gif) center left no-repeat;
	width: 30px;
	padding-left: 20px;
	}
	
/*#content-1*/ form input.file {
	width: 250px;
	height: 20px;
	background: #fefefe;
	border: 1px solid #bbb;
	border-right: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	}

/*#content-1*/ form .note {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
	}

/*#content-1*/ form .note.error { color: #e3302c; }
			
/*#content-1*/ form div.submit input, /*#content-1*/ form input.submit {
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: url(/img/admin/btns.gif) top center no-repeat;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	}
	
/*#content-1*/ form div.submit input:hover, /*#content-1*/ form input.submit {
	background: url(/img/admin/btns_.gif) top center no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
	}

/*#content-1*/ form div.submit.tiny input, /*#content-1*/ form input.submit.tiny{
	width: 105px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	background: url(/img/admin/tiny.gif) top center no-repeat;
	}
	
#jquery-live-search input.submit.tiny {
	width: 75px;
	height: 20px;
	border: 0;
	line-height: 20px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
   color:white;
	text-shadow: 1px 1px 0 #0a5482;
	background: url(/img/admin/tiny.gif) top center no-repeat;
	}
	
/*#content-1*/ form input.submit.tiny:hover { background: url(/img/admin/tiny_.gif) top center no-repeat; }
	
/*#content-1*/ form input.submit.mid { width: 115px; background: url(/img/admin/btnm.gif) top center no-repeat; }
/*#content-1*/ form input.submit.mid:hover { background: url(/img/admin/btnm_.gif) top center no-repeat; }

/*#content-1*/ form input.submit.long { width: 165px; background: url(/img/admin/btnb.gif) top center no-repeat; }
/*#content-1*/ form input.submit.long:hover { background: url(/img/admin/btnb_.gif) top center no-repeat; }


/*#content-1*/ form div.input{
   padding-bottom:15px;
}

/*#content-1*/ form .error-message {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #e3302c;
	vertical-align: middle;
   padding-bottom:0px;
	}

/*#content-1*/ form .checkbox label{
   margin-left:10px;
 display:inline;
}
/*#content-1*/ form .select .checkbox label{
   font-weight:normal;
}
/*#content-1*/ form .select .checkbox{
   padding-bottom:5px;
}
/*#content-1*/ form div.submit{
 clear:both;
 padding:20px 0px 15px;
}
/*#content-1*/ .form .indent{
   padding-left:45px;
   padding-top:12px;
   padding-bottom:8px;
   padding-right:25px;
   border:6px solid #dfdfdf;
   background:#4f4f4f url(/img/bg-stripe-1.gif);
   margin-bottom:12px;
}
/*#content-1*/ .form h2{
   font-size:32px;
   padding:15px 15px 15px 0px;
   margin-bottom:15px;
   border-bottom:1px solid #4f4f4f;
}

/*#content-1*/ .form .message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

/*#content-1*/ .form .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
/*#content-1*/ .form .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(/img/admin/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
/*#content-1*/ .form .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(/img/admin/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
/*#content-1*/ .form .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(/img/admin/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
/*#content-1*/ .form .message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(/img/admin/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
/*#content-1*/ .form .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(/img/admin/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
/*#content-1*/ .form .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}

/*#content-1*/ .form input,
/*#content-1*/ .form textarea,
/*#content-1*/ .form select{
 background:#ffffff;
 color:#4d4d4d;
}


















/********************************* AJAX FACEBOX FORMS *********************************/
#facebox .content .message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#facebox .content .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
#facebox .content .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(/img/admin/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
#facebox .content .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(/img/admin/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
#facebox .content .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(/img/admin/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
#facebox .content .message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(/img/admin/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
#facebox .content .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(/img/admin/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
#facebox .content .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}

.legal{
 font:mono;
 color:#222;
}
.legal h1{
 color:black;
 text-align:center;
 padding:15px;
}
.legal ol li h3{
 color:#222;
 font-size:16px;
}
.legal p{
   font-size:11px;
}