.info, .success, .warning, .error,  { /*.validation*/
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 1px solid green;
	height:25px;
	width:auto;
	border-radius: 5px;
	padding:5px;
	
}
.successicon{
  width:20px;
  height:20px;
  background-image:url('images/success.png');
  background-repeat:no-repeat;
  float:left;
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	/*background-image: url('warning.png');*/
}
.error {
	color: #D8000C;
	border:1px solid #FF0000;
	border-radius: 5px;
	/*background-color: #FFBABA;*/
}

/*
#loginForm .error {
	color: #D8000C;
	border:1px solid #FF0000;
	border-radius: 5px;
}
*/
.errorbox {
	color: #D8000C;
	border:1px solid #FF0000;
	background-color: #FFBABA;
	border-radius: 5px;	
}

/*
#errorbox ul {
	background-color: #FFBABA;
    display: none;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0 45px;
    padding: 10px;
    width: 360px;
	border:1px solid red;
	-moz-border-radius: 5px;
	border-radius: 5px;
}*/

/*
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('validation.png');
}*/


/* billinvoice Page Styles*/
 
 
.invoicesummerymainbox{
    width:700px;
    height:auto;
    margin:10px 0 0 100px;
    padding:0 0 0 0;
    float:left;
    border:1px solid #8f0400;
}
.invoicesummeryhedding{
    width:690px;
    height:25px;
    margin:0 0 0 0;
    padding:5px 0 0 10px;
    float:left;
    background-color:#8f0400;
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:bold;
    color:#ffffff;    
}
.invoicedetailsmaindiv{
    width:700px;
    height:30px;
    margin:0 0;
    padding:0 0;
    float:left;
    border-bottom:dotted 1px #CCCCCC;    
}
.invoicedate{
    width:339px;
    height:22px;
    margin:0 0;
    padding:8px 0 0 10px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
    border-right:1px dotted #CCCCCC;    
}
.totalamountdiv{
    width:339px;
    height:24px;
    margin:0 0;
    padding:6px 0 0 10px;
    float:left;
    background-color:#f6f6f6;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    color:#8a0100;
    border-right:1px dotted #666666;    
}
/** bill invoice end **/
#pwdbtn {
    width:auto;
    float:left;
    background:#EA1624 url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
	font-weight:bold;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

#pwderrorbox1 {
	background-color: #FFBABA;
    display: none;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 0 298px;
    padding: 10px;
    width: auto;
	border:1px solid #FF0000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pwderrorbox1 ul {
	display:block;	
    margin: 0 2px;
    overflow: hidden;
	float:left;
	padding:1px;
}

#pwderrorbox1 ul li {
	display:block;	
    margin: 0 10px;
    overflow: hidden;
	float:none;
	height:20px;
	border:none;
	list-style:none;
}
#pwderrorbox1 ul li label {
	border:none;
}


#pwderrorbox {
	background-color: #FFBABA;
    display: none;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 0 298px;
    padding: 10px;
    width: auto;
	border:1px solid #FF0000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#pwderrorbox ul {
	display:block;	
    margin: 0 2px;
    overflow: hidden;
	float:left;
	padding:1px;
}

#pwderrorbox ul li {
	display:block;	
    margin: 0 10px;
    overflow: hidden;
	float:none;
	height:20px;
	border:none;
	list-style:none;
}
#pwderrorbox ul li label {
	border:none;
}

#srvrerror {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 0 0 298px;
    padding: 10px;
    width: auto;
	
}


#logerrormsg {
	background-color: #FFBABA;
    display: none;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px;
    width: auto;
	border:1px solid #FF0000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#logerrormsg ul {
    margin: 0 2px;
    overflow: hidden;
	float:left;
	padding:1px;
}

#logerrormsg ul li {
	display:block;	
    margin: 2px 10px;
    overflow: hidden;
	float:none;
	height:auto;
	border:none;
	list-style:none;
}
#logerrormsg ul li label {
	border:none;
}

.btnclass {
	background: url("../images/loginbuttonbg.png") repeat-x scroll 0 0 #EA1624;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 0 12px 0 0;
    padding: 7px 10px 8px;
    width: auto;
}

.e911suc { color:green;  font-size:17px; font-weight:bold; } /*margin-left:310px;*/

.e911fail { color:red;font-size:17px; font-weight:bold; } /*margin-left:310px;*/ 


/*
.loginInput {
    background: none no-repeat scroll 6px 8px, -moz-linear-gradient(center bottom , #EDEDED 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C2C2C2;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 29px;
    padding: 0 0 0 30px;
    width: 200px;
}*/