/* General */


/* Auto Form */
.hidden{display:none}
span.required{color:red;/*width:15px; /*position: relative; top:7px; padding-right:5px*/}

form.autoform{/*padding:20px 5px; border:solid 1px #ccc;*/}
#contentwrap form.autoform img{float:none}
form.autoform .fieldstatus a{border:none}
form.autoform .fieldstatus a:hover{background:none}
form.autoform div{margin:0px 0; clear:both;}

/* Labels / Messages */
form.autoform label{padding:6px; cursor:pointer; text-align:right;}
form.autoform .msg.icon{padding:0px 5px 0px 30px; margin:0 10px; position:absolute;}
form.autoform span.error.icon{/*background:#FFF6CF url(../_img/validate_icons/delete.png) 7px center no-repeat; display:inline;*/ }
/*form.autoform span.ok.icon{background:#D7FFCF url(../_img/validate_icons/tick.png) 7px center  no-repeat; display:inline; }*/
/*form.autoform span.ok.icon{background: #ffffff url(../_img/validate_icons/icon_alert.gif) 7px center  no-repeat; display:inline; }*/
form.autoform span.info.icon{background:#ffffff; display:inline; }
form.autoform label{width:220px; display:block; float:left;}
form.autoform span.required{
	/*float:right; padding-left: 5px;*/
}

/* Inputs */
form.autoform input{/*padding:5px;*/
	background-color:#CFE3F0 !important;
	border:solid 1px #6fbbff !important;
	width: 250px;
	font-size: 11px;
	color:#01273E;
	height: 25px;
	// padding-top: 3px;
	// height: 22px;
}
form.autoform input:focus{background-color:#efefef !important;}
form.autoform textarea{
	width: 250px;
	height: 125px;
	font-size: 11px;
	color:#01273E;
	background-color:#CFE3F0 !important;
	border:solid 1px #6fbbff !important;
}
form.autoform select{width:190px}
form.autoform input.checkbox{float:none; display:inline}
form.autoform label.checkbox,form.autoform label.radio{width:auto; float:none; display:inline;}

/* Submit */
form.autoform div#submitdiv{padding:5px}
form.autoform input[type="submit"],
form.autoform input#submit
{
	float:left;margin-right:20px;
	background: url("../_img/design/main/buton_send.jpg") no-repeat right bottom;
	width: 124px;
	height: 38px;
	display:block;
	border: none !important;
	cursor: pointer;
	text-indent: -9999px;
}

form.autoform .msg, form.autoform .fieldstatus{ padding:0 5px; margin:0 10px;}
form.autoform .fieldstatus{margin:0; cursor:pointer;}
img,a{padding:0;margin:0;}

/* Compact Style Message */
form.autoform span.error, div.alert{/*background:#FFF6CF; border:1px solid #FFDA2F;*/
	color: red;
	background:#FFFFFF url(../_img/validate_icons/delete.png) 7px center no-repeat; display:inline;
}
form.autoform span.ok{/*background:#D7FFCF; border:1px solid #8ED181;*/
	//text-indent: 35px;
	color: #ffffff;
	background: #ffffff url(../_img/validate_icons/accept.png) 7px center  no-repeat; display:inline;
}
form.autoform span.info{
	/*background:#DFF0FF ;
	border:1px solid #6FBBFF;*/
	//text-indent: 35px;
	color: #999999;
}

/* Errors Div */
div#errors{background:#FFF6CF url(../images/icons/icon_alert.gif) 10px 20px no-repeat; border:1px solid #FFDA2F; padding:0 20px 20px 40px; margin-bottom:20px}
div#errors h3{}
div#errors ul{line-height:1.5;list-style-image:none;list-style-position:outside;list-style-type:none; padding:0px;}
div#errors ul li{list-style:none}

/* Custom Form Errors */
/* Compact Style Message */
form.autoform#example-custom-form span.error, form.autoform#example-custom-form div.alert{background-color:#fff; border:none; }
form.autoform#example-custom-form span.ok{background-color:#fff; border:none; }
form.autoform#example-custom-form span.info{background-color:#fff ; border:none; }
