/* FORM  */

form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
}
fieldset {
	clear: both;
	/*width: 90%;*/
	margin: 0 0 1.5em 0;
	padding:1em 1em;
	background: transparent url(/img/formGradient.jpg) repeat-x;
	border:2px solid #dfdfdf;
}

fieldset.big {
	background: transparent url(/img/formGradient.jpg) repeat-x right bottom;
}
fieldset.noBg {
	background: transparent none;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #000;
	font-weight: bold;
	padding:2px .5em;
}
.noBorder {
	border:none;
}
form label {
	float:left;
	width:130px;
}
.submit {
	color:#fff;
	border:none;
	cursor:pointer;
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding:0 5px;
	background:url(/img/bg_btn.gif) repeat-x;
	text-transform:uppercase;
}
.reset {
	color:#fff;
	border:none;
	cursor:pointer;
	height:20px;
	line-height:20px;
	font-weight:bold;
	padding:0 5px;
	background:url(/img/bg_btn_r.gif) repeat-x;
	text-transform:uppercase;
}
input.text, textarea, select.text {
	background:#FFFFFF url(/img/input-text-bg.png) repeat-x scroll left top;
	border:1px solid #CCCCCC;
	padding:2px 20px 3px 3px;
}
.required-icon {
	background:transparent url(/img/input-required.png) no-repeat scroll 0 0;
	display:inline-block;
	height:20px;
	margin-left:-20px;
	overflow:hidden;
	position:relative;
	text-indent:-9000px;
	top:-4px;
	vertical-align:top;
	width:15px;
}
input.text {
	width:200px;
}
textarea {
	width:270px;
	font-size:11px;
}
select.text {
	width:225px;
}

input.invalid, textarea.invalid, select.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}
.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}
/**/
input.invalid:focus, textarea.invalid:focus, select.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 5px;
	margin: 0.1em;
}
/**/

