html,body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background-image: url(/html/images/login/waves.png);
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	
}

* html body {
	font-size: x-small; /* for IE5/Win*/
	f\ont-size: small; /* for other IE versions*/
}


a { color: #5BB1E6; text-decoration:none;}
a:hover { color:#2397DC; text-decoration:none;}

.nav a { color: #42b8d1; text-decoration:none;}
.nav a:hover { color:#42b8d1; text-decoration:underline;}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}


.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 518px!important;
	width /**/:518px;
	height: 445px;
	border: 1px solid #CCCCCC;
	background-image: url(/html/images/login/gateway_nexavar.jpg);
	
}



.nav {
	position: relative;
	top: 420px;
	left: 5px;
	width: 510px !important;
	width /**/:510px;
	height: 20px;
	font-size: 80%;
	font-weight: bold;
	color:#ffffff;
	font-weight: bold;
}

		
.form {
	position: absolute;
	top: 240px;
	left: 140px;
	width: 350px;
	height: 147px;
    text-align: right;
}







/*COPY FORMATTING */

p {
	margin: 0;
	padding-top: 8px;
	line-height: 1.4em;
	font-size: 95%;			
	}
	
.bold {
	font-weight: bold;	
	}
	
.mail {
	font-size: 95%;		
	}

/* form styles */

input.field { 
	border: 1px solid #36BCDA; 
	background: #fff; width: 100px; 
	color:#999999;
	}

input.field:hover { 
	border: 1px solid #ff9900; 
	background: #FFFFF4;  
	color:#999999;
	}

