.absoluteCenter {
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -200px;
	margin-left: -400px;
	height:400px;
	width:800px;	
    font-family: calibri;
    background-color: white;
}

.leftSide {
    position:absolute;
	border: 0px solid;
	width:395px;
	height:390px;
	left:0px;
}

.rightSide{
    position:absolute;
	border: 0px solid;
    width:395px;
	height:390px;
	right:0px;
}

.middle {
    position:absolute;
	border: 0px solid;
	width:10px;
	height:390px;
    right:395px;
}

.footer {
    position:absolute;
    border: 0px solid;
    width:800px;
    height: 20px;
    bottom: 0%;
    right: 0%;
    text-align:left;
}

.loginSpace {
    position:absolute;
    border:0px solid;
    width:300px;
    height:151px;
    top:130px;
    right:0;
}

.pageMessage{
    position:absolute;
    border:0px solid;
    width:100%;
    bottom:0px;
}

.rmChc{
    position:absolute;
    border:0px solid;
    width:152px;
    height:17px;     
    bottom:60px;
    right:0px; 
    font-size:15px;
}
.submitButton{
	position:absolute;
    border:0px solid;
    width:60px;
    height:19px;
    bottom:1px;
    right:0px;
    text-align: center;
    font-size:15px;
    background-color:#9096A1;
}

.passForgot{
    position:absolute;
    border:0px solid;
    width:152px;
    height:17px;     
    bottom:60px;
    right:0px; 
    font-size:15px;   
}

.inputField1{
	position:absolute;
    border:0px solid;
    width:160px;
    height:17px;
    top:0;
    right:0px; 
}
.textLabel1{
    position:absolute;
    border:0px solid;
    width:90px;
    height:17px;
    top:0;
    left:0px; 
    font-size:15px;
}

.inputField2{
	position:absolute;
    border:0px solid;
    width:160px;
    height:17px;
    top:40px;
    right:0px; 
}
.textLabel2{
    position:absolute;
    border:0px solid;
    width:90px;
    height:17px;
    top:40px;
    left:0px; 
    font-size:15px;
}

.forgotPasswordPagetext{
    position:absolute;
    border:0px solid;
    width:450px;
    height:17px;
    top:130px;
    left:-70px;
    font-size:15px;
    text-align:center;
}

.forgotPasswordPageinpfldsbt{
    position:absolute;
    border:0px solid;
    width:300px;
    height:25px;
    top:170px;
    left:50px;
    font-size:15px;
    text-align:center;
}

.forgotPasswordLinkBack{
    position:absolute;
    border:0px solid;
    width:450px;
    height:17px;
    top:220px;
    left:-40px;
    font-size:15px;
    text-align:center;
}

.inputText{
/* round the corners */  
  /*border: 1px solid #E63C2C;  */
    border: 1px solid black;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}
.inputText:focus{
/* make it glow! */
    -webkit-box-shadow: 0px 0px 5px #E63C2C;
       -moz-box-shadow: 0px 0px 5px #E63C2C;
            box-shadow: 0px 0px 5px #E63C2C; 
}
/*property to remove focus input field auto border coloring from google chrome*/
input:focus { outline:none; }
