/* --------- FORM CSS -------------- */
 
	/* General */
 
.column-fixed .form-container {
	margin:0 1em 1em 0;
}
 
.form-container {
	background:#f8f8f8!important;
	margin:0;
}
 
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}
form li{
	display:block;
	margin:0;
	padding:6px 0 9px;
	clear:both;
}
form li:after, form li div:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html form li{height: 1%;}
* html form li div{display:inline-block;}
*+html form li div{display:inline-block;}
 
form li div, form li span{
	margin:0 .3em 0 0;
	padding:0;
	color:#444;
}
form li span{
	float:left;
}
 
	/* Inputs */

div#formstyle2 { display: none; visibility: hidden; }
 
input.text, input.file, textarea.textarea, select.select{
	color:#333;
	margin:0;
	padding:4px;
}
input.text, textarea.textarea{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
}
select.select{
	padding:1px 5px 0 0;
}
 
input.checkbox, input.radio{
	display:block;
	margin:4px 0 0 0;
	padding:0;
	width:13px;
	height:13px;
}
input.other{
	margin:0 0 8px 25px;
}
 
.safari select.select{
	font-size:100% !important;
	margin:0 0 1px 0;
}
* html select.select{
	margin:1px 0;
}
*+html select.select{
	margin:1px 0;
	border:1px solid red;
}
 
	/* Size */
 
input.small, select.small{
	width:25%;
}
 
input.medium, select.medium{
	width:50%;
}
 
input.large, select.large, textarea.textarea {
	width:70%;
}
 
input.full, select.full, textarea.full {
	width:99%;
}
 
textarea.small{
	height:5.5em;
}
 
textarea.medium{
	height:10em;
}
 
textarea.large{
	height:20em;
}
 
	/* Buttons */
 
input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
form li.buttons{
	clear:both;
	padding-top:10px;
}
form li.buttons input{
	font-size:100%;
	margin-right: 5px;
}

.selectInline { margin: 0; padding: 3px; }
 
	/* Labels */
 
form li div label, form li span label{
	margin:0;
	padding-top:6px;
	clear:both;
	font-size:85%;
	line-height:100%;
	color:#444;
	display:block;
}
form li div span label{
	padding-bottom:12px;
}
label.desc{
	font-size:95%;
	font-weight:bold;
	color:#222;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
}
label.choice{
	display:block;
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px 0;
	color:#222;
	width:88%;
}
 
	/* Required */
 
form span.req{
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	font-size:95%;
}

form div.req{
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	font-size:95%;
}
 
form .submit_b { 
	background: url(images/submit_b.jpg) top left repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	padding: 5px 8px;
	cursor: pointer;
	}
	
.submit_g { 
	background: url(images/submit_g.jpg) top left repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	padding: 5px 8px;
	cursor: pointer;
	}
.submit_b { 
	background: url(images/submit_b.jpg) top left repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	padding: 5px 8px;
	cursor: pointer;
	}
.submit_r { 
	background: url(images/submit_r.jpg) top left repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	padding: 5px 8px;
	cursor: pointer;
	}
form .submit_g2 { 
	background: url(images/submit_g.jpg) top left repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
	padding: 4px 8px;
	cursor: pointer;
	}
 
.rndC {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.rndC3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
 
/* ---------- END FORM CSS ---------- */

/* Response Messages */
 
.response-msg {
	padding:5px 10px 5px 45px;
	font-size:11px;
	margin:15px 0 0 0px;
	font-family: Arial, Verdana, Helvetica, sans;
}
 
.response-msg span {
	display:block;
	font-weight:bold;
}

.response-msg label {
	display:block;
	color: #333;
	font-size: 11px;
}
 
.error {
	background:#f9e5e6 url('images/error.png') 10px 50% no-repeat;
	color:#b50007;
	border:#e8aaad solid 1px;
}
 
.notice  {
	background:#f9f9e5 url('images/notice.png') 10px 50% no-repeat;
	color:#828400;
	border:#e8e3aa solid 1px;
}
 
.inf {
	background:#e5ecf9 url('images/info.png') 10px 50% no-repeat;
	color:#0055b5;
	border:#aac6e8 solid 1px;
}
 
.success {
	background:#e9f9e5 url('images/success.png') 10px 50% no-repeat;
	color:#1c8400;
	border:#b4e8aa solid 1px;
}
 
/* Tooltip */
 
#tooltip {
	position:absolute;
	z-index:30000;
	padding:3px;
	background:#f7e59c;
	color:#333!important;
	font-size:11px;
}
 
#tooltip div {
	margin:0;
	background:#fff;
	padding:5px;
	font-size:11px;
}
 
#tooltip h3 {
	color:#333;
	font-weight:bold;
	padding:5px;
	margin:0;
	background:#fff6d1;
	border-bottom: 1px solid #f7e59c;
	font-size: 12px;
}
.submit_button { 
	border: 1px solid #ccc; 
	font-size: 12px; 
	font-weight: bold; 
	background: url(images/tab-bg.png) bottom left repeat-x; 
	padding: 6px 15px; 
	color: #333; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	cursor: pointer; 
	margin: 0; 
}
.submit_button_s { 
	border: 1px solid #ccc; 
	font-size: 12px; 
	font-weight: bold; 
	background: url(images/tab-bg.png) bottom left repeat-x; 
	padding: 5px 15px; color: #333; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	cursor: pointer; 
	margin: 0; 
	color: #333;
}
