
input.error{
	border:1px solid red;
}
span.error{
	color:red;
}
textarea.error{
	border:1px solid red;
}
select.error{
	border:1px solid red;
}
label.error{
	font-weight:normal;
	float:left;
	color:red;
	font-size:1em;
	width:100%;
	margin-bottom:15px;
}
.bag_loader{
	background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.width100{
	width:100% !important;
}