@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Calibri, "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	background:#FFFFFF;
	/*background:#99CCCC;*/
	text-align:center;
	}
	
#wrapper {
	width:408px;
	height:224px;
	position:relative;
	top:30px;
	margin:0 auto;                                                        
	}	
.loginWindow {
	width:408px;
	height:224px;
	background:url(../images/login-panel.jpg) top left;
	}
#usernameandpassword {
	position:absolute;
	top:95px;	
	left:45px;
	width:200px;
	/*float:right;*/
}
#test 
{
    position:absolute;
    width:178px;
    top: 321px;
    left: 236px;
    height: 265px;
}
.txtBox{
	width:90px;
	line-height:20px;
	background-color:transparent;
	border:thin inset #CCCCCC;
	}	
.txtDiv {
 		text-align:right;
		padding:7px;
		margin-right:10px;
		line-height:20px;
	}	
	
	.rememberMe 
	{
	    position:absolute;
	    width:100;
	    height:21px;
    top: 73px;
    left: 39px;
}
	.loginButton
	{
	    border-style: none;
    border-color: inherit;
    border-width: medium;
    position:absolute;
	    width:56px;
	    height:17px;
        top: 77px;
        left: 163px;
        background-color:Transparent;
    }
	
	/* copyright starts here*/
	#footer
{
	margin-top:65px;
	position:relative;
	float:left;
	width:100%;
	background:#6699FF url(../images/page_topstrip.gif) repeat-x;
	text-align:center;
	height:56px;
}

.copyRight {
	/*font-size:11px;*/
	position:relative;
	line-height:56px;
	height:56px;
	color:#000;
	/*position:absolute;*/
	/*right:170px;*/
}
.copyRight img{
	border:#000000 1px solid;
	margin-right:6px;
}
#QA {
	margin-top:15px;
	width:100%;
	float:left;
	border:0;
	text-align:center;	
	}
#w3c {
	background:url(../images/waytechicon.png) no-repeat right center;
	position:relative;
	height:32px;
	width:100%;
}	
#QA #w3c img {
	border:0;
	}
#QA #w3c a {
	color:#003366;
	font-size:12px;
	display:inline;
	text-decoration:none;
	/*background-color:#ebebeb;*/
	}	
#waytech {
	position:absolute;
	right:2px;
	top:5px;
	padding-right:40px;
	height:30px;
	}
#waterMarkLogo
{
	position:fixed;
	top:20px;
	right:5px;
}