﻿
input.error, textarea.error {
    border: 2px solid red!important;
    background-color:#FFFF99 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.5);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.5);
  	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.5);
  	
          
}
label.error {
    background-color:#FFFFFF !important;
    color: red;
    font-weight:bold;
	border: 0 !important;
	padding: 5px 10px !important;	
	display:inline-block;

}

#theForm.error { 
		margin-left: 0px !important; 
		margin-top: 0px !important; 
	}

fieldset.err input {
	border: 2px red solid!important;
	background-color:#FFFFCC!important;
	margin-bottom:0!important;
}

fieldset.err label.error {
	color: red;
	font-size:.9em;
	float:right!important;
	width:100%!important;
	text-align:right;
	margin-top:0px;
	background-color:transparent!important;
	
}

