.header-login {
	width:330px;
}
.username, .password {
	height: 24px;
	font-size: 20px;
	padding: 5px;
	width: 96%;
	border:1px solid #cccccc;
	background: #e5e5e5;
	-moz-border-radius: 5px;
}
.username:focus, .password:focus {
	-moz-box-shadow: 0 2px 2px #d8d8d8;
	-webkit-box-shadow: 0 2px 2px #d8d8d8;
}
.errorSummary {
	/*position: relative;*/ 
	top: 30px;
	display: block;
	padding: 15px 15px 15px 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	
	background: #ffd1d1 url("../images/error.png") no-repeat 7px center;
	border: 3px solid #f8acac;
	color: #a20000;
}
/*.error input{
	background: none;
	background-color:#ffd1d1;
	border: 3px solid #f8acac;
	color: #a20000;
}*/
.error_small{
    display: inline;
}
.underline span{text-decoration: none;font-weight: bold;}
.underline {text-decoration: none;}
.underline a{text-decoration: underline;}

/*-----------------------------------------------------------
Styles of IMSGridView (Override theme of Jquery UI)
------------------------------------------------------------*/
.paging_full_numbers .ui-state-disabled a { cursor: default; }
.paging_full_numbers .fg-button { padding: 4px 0; }
.paging_full_numbers .fg-button a { padding: 4px 8px; }
.dataTables_info { width: 30%; }
.tablebox tr{cursor: pointer;}