body {
	margin: 0px;
	padding: 0;
	border: 0;
	font-family : Arial, sans-serif;
	font-size : 12px; 
	background-color: #009900; 
}
.background {
	background-image: url('../images/login_back.gif'); 
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.loginOptiva {
	margin-top: 122px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0;
	width: 385px;
}
.logincopy {
	margin-top: 20px;
	margin-left: 204px;
	padding: 0px;
	border: 0;
	width: 360px;
	color: #8ED28E;
	font-size : 11px; 
	text-align: left;
}
.logincopy  a:link, .logincopy a:visited {
	text-decoration: none;	
	color: #ffffff;
} 
.logincopy  a:hover {
	text-decoration: underline;
	color: #ffcc00;
}
.loginbox {
	margin-top: 120px;
	margin-left: 208px;
	padding: 0px;
	border: 0;
	width: 380px;
	border: 2px solid #ffffff;
	background-color: #006600; 
	color: #fff;
	font-size : 12px; 
	text-align: left;
}
.textbox {       
	width: 270px;
	font-size : 12px; 
	height : 18px ;
	padding: 2px 0px 0px 4px;
	border-width: 1px;
	background-color: #fff;
	border-color: #0066cc;
}
A.redbut {
  	font-weight: bold;
  	font-size: 11px;
  	font-family: Arial, sans-serif;
  	border: thin outset;
  	text-decoration: none;
  	color: #ffffff;
  	text-align: center;
  	height: 18px;
  	text-transform: uppercase;
  	line-height: 1.4em;
	padding: 2px 10px 2px 10px;
}
A.redbut:link { 
  	border-width: 1px;
  	background-color: #cc0000; 
  	color: #ffffff;
  	border-color: #ffffff #000000 #000000 #ffffff;
  	text-decoration: none;
}
A.redbut:visited {
  	border-width: 1px;
  	background-color: #ff0000; 
  	color: #ffffff;
  	border-color: #ffffff #000000 #000000 #ffffff;
  	text-decoration: none;
}
A.redbut:hover { 
  	border-width: 1px;
  	background-color: #660000; 
  	color: #ffffff;
  	text-decoration: none;
}
A.redbut:active { 
  	background-color: #336699; 
  	color: #ffffff; 
  	border-color: #000000 #ffffff #000000 #ffffff;
  	text-decoration: none;
}


