/*****************************************************
*                  corintech 2009                    *
*                 Form Styling CSS                   *
*****************************************************/

form {
	margin:  0px;
	padding: 0px;
}

fieldset {
	border: none;
	font-size: 1.1em;
	margin: 0px 0px;
	padding: 0px 10px 10px 0px;	
}

legend {
	font-size: 0.9em;
	color: #666666;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	text-align: left;
}

form div {
	clear: left;
	display: block;
	margin: 5px 0px 15px 0px;
	padding: 0px 10px 0px 0px;
}

label {
	color: #008165;
	width: auto;
    text-align: left;
	display: block;
	font-size: 1em;
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 0 0;
}

input, textarea, select {	
	width: 300px;
	color: #666666;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: solid 1px #C4C4C4;
	padding: 5px 3px;
	margin: 0px 10px 0px 0px;
}


input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: solid 1px #008165;
	background-color: #fff;
}

form .checkbox, form .checkbox:hover {	
	background-color: #FFFFFF;
	border: none;
	color: #555555;
	margin: 0px 10px 0px 10px;
	outline: none;
	padding: 0px 3px;
	width: auto;	
}


form .btn {
	background-image: url(../images/submit_btn.jpg);
	border: none;
	display: block;
	height: 39px;
	width: 200px;
	padding: 8px 2px;
	text-align: center;
	min-width: 0;
	outline: none;
	text-indent: -9999em;
	line-height: 100px;
}

form .btn:hover {
	background-position: 0 -39px;
	cursor: pointer;
	border: none;
}

/* news letter form styling */

input.news, textarea.news, select.news {	
	width: 220px;
	color: #666666;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: solid 1px #C4C4C4;
	padding: 5px 3px;
	margin: 0px 10px 0px 0px;
}

input.news:hover, textarea.news:hover, select.news:hover, input.news:focus, textarea.news:focus, select.news:focus {
	border: solid 1px #008165;
	background-color: #fff;
}

form .btnnews {
	background-image: url(../images/news_btn.jpg);
	border: none;
	display: block;
	height: 39px;
	width: 120px;
	padding: 8px 2px;
	text-align: center;
	min-width: 0;
	outline: none;
	text-indent: -9999em;
	line-height: 100px;
}

form .btnnews:hover {
	background-position: 0 -39px;
	cursor: pointer;
	border: none;
}

/* error styling */


#form_result, #nlform_result {
	background-image: url(../images/successIcon.jpg);
	background-position: 98%;
	background-repeat: no-repeat;
	color: #9DBF0B;
	display:none;
	padding: 10px 40px 10px 10px;
	margin: 20px 0px 10px 0px;
	border: 1px dotted #9DBF0B;
	display:none;
}

#form_result.error, #nlform_result.error {
	background-image: url(../images/errorIcon.jpg);
	color: #ff0000;
	border: 1px dotted #ff0000;
}

.error {
	border:2px solid red !important;
}
.inline_error {
	color:red;
	font-weight:bold;
}