div.login-container {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   width: 349px;
   height:340px;
   position: relative;
   margin: auto auto;
	margin-top:100px;
  background:url('/myPortal-0.0.1-SNAPSHOT/images/loginbg.jpg') no-repeat;
padding:0;
top:20%;
   
}

input.cancel-button,
input.login-button {
   background-color: #5078AA;
   border-color: #97B7C6 rgb( 37, 72, 105 ) rgb( 37, 72, 105 ) rgb( 151, 183, 198 );
   border-style: solid;
   border-width: 1px;
   color: #FFFFFF;
   font-size: 10px;
   font-weight: bold;
   position: absolute;
}

input.disabled-button {
   background-color: #9db3cf;
   border-color: #c5d7df #8598ab #8598ab #c5d7df;
   border-style: solid;
   border-width: 1px;
   color: #FFFFFF;
   font-size: 10px;
   font-weight: bold;
   position: absolute;
}

input.login-button {
   bottom: 25px;
   right: 90px;
   width: 75px;
}

input.cancel-button {
   bottom: 25px;
   right: 10px;
   width: 75px;
}

div.login-container div.login-header {
/*   background: url(../themes/renewal/images/header-bg-left-shadow2.gif) repeat-x top left;*/
   width: 255px;
   height: 30px;
   text-align: left;
}

div.login-container div.login-header img {
   margin: 5px 0 0 5px; 
}

div.login-container div.login-header h2 {
   color: #fff;
   font-weight: bold;
   padding: 7px 0 0 5px;
   margin: 0;
   font-size: 11px;
   text-align: left;
}

div.login-container div.login-content {
/*   background: url(../images/modal/login-content-bg.gif) repeat-x top left;*/
   width: 255px;
   font-weight: bold;
   text-align: right;
   padding: 0;

}

div.login-container div.login-content div.form-field {
   height: 25px;
   padding: 5px 11px 0 0;
}

div.error-message {
   color: red;
   margin: 0 auto 0 auto;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   padding: 5px;
   font-weight:normal;
   text-align:left;
}

div.button-container{
   height: 50px;
   position: relative;
}

div.form-field .highlight {
   border: 2px solid #6a9cd4;
}

body {
	background-color:#eaeaea;
	color:#525252;
padding:0px;
margin:0px;
}

.manage {
	color:#525252;
	font-size:13px;
	font-weight:bold;
}
.lock_sign {		
		background:url('/myPortal-0.0.1-SNAPSHOT/images/lock_sign.gif') no-repeat;		
	    width:59px;
  	    height:18px;    		
		cursor:pointer;
		border:none;
	}
	
	.login_can {		
		background:url('/myPortal-0.0.1-SNAPSHOT/images/login_can.jpg') no-repeat;		
	    width:59px;
  	    height:18px;    		
		cursor:pointer;
		border:none;
	}
.txt_box_header {
	width:175px;
	margin:1px;
	*margin:0px;
	font-size:12px;
	height:16px;
	border:1px solid #d7d7d7;
	padding-left:5px;
	color:#525252;
}


.common_active {
	color:#525252;
font-size:12px;
height:16px;
margin:1px;
padding-left:5px;
width:175px;
 border:2px #8BB544 solid;
 background:#fff;
 }
.message {
	color:#FC1E1D;
display:block;
font-size:16px;
text-align:left;
vertical-align:middle;
}
