/* Auto Form */
span.required{color:red;width:5px}

form.autoform{
	background:#f2f5fa url(../background/cell_bg.jpg) top right no-repeat;
	max-width:550px;
	padding:20px 5px;
	border:#a3b3c0 solid; 
    border-width:1px;
}
#contentwrap form.autoform img{float:none}
form.autoform .fieldstatus a{border:none}
form.autoform .fieldstatus a:hover{background:none}
form.autoform div{margin:2px 0; clear:both;}

/* Labels / Messages */
form.autoform label{padding:6px}
form.autoform .msg.icon{padding:5px 5px 5px 25px; margin:0 10px; }
form.autoform span.error.icon{
	display:inline;
	background-color: #FFF6CF;
	background-image: url(../icons/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
form.autoform span.ok.icon{
	display:inline;
	background-color: #D7FFCF;
	background-image: url(../icons/tick.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
form.autoform span.info.icon{
	display:inline;
	background-color: #DFF0FF;
	background-image: url(../icons/help.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}
form.autoform label{
	width:110px;
	display:block;
	float:left;
}
form.autoform span.required{float:left}

/* Inputs */
form.autoform input[type="text"]{padding:5px;}
form.autoform select{width:190px}
form.autoform label.checkbox,form.autoform label.radio{width:auto; float:left; display:inline;}
form.autoform div#checkboxdiv input, div#radiodiv input{float:left; display:inline;}

/* Submit */
form.autoform div#submitdiv{padding:5px}
form.autoform input[type="submit"]{
	float:right;
	margin-right:30px
}

form.autoform .msg{
	padding:5px;
	margin:0 10px;
	
} 

form.autoform .fieldstatus{
	padding:5px;
	margin:0 10px;
}
form.autoform .fieldstatus{
	margin:0;
	cursor:pointer;
	display: inline;	
}
img,a{padding:0;margin:0;}

/* Compact Style Message */
form.autoform span.error, div.alert{background:#FFF6CF; border:1px solid #FFDA2F; display:none}
form.autoform span.ok{background:#D7FFCF; border:1px solid #8ED181; display:none}
form.autoform span.info{
	background:#DFF0FF;
	border:1px solid #6FBBFF;
	display:none;
}
