* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background-repeat: no-repeat;
	height:100%;
}

#loginWindow {
	position:absolute; 
  	left: 50%;  
  	top: 40%; 
  	height:150px;
  	width: 300px;  
  	margin-top: -75px;
  	margin-left: -150px;
}

.loginBox
{
	border: 1px solid #e1e1e1;
	background-color: #eeeeee;
	padding-right: 5px;
}

.loginTitle
{
  	position:relative;
  	top:-40px;
  	float:left; 
	font-size:15px;
	font-weight:bold;
	display:block;
	width:300px;
	text-align:center;
	border: 1px solid #e1e1e1;
	
}

.loginText
{
	font-weight:bold;	
}

.loginBox form
{
	margin-top:20px;
	margin-bottom:20px;
}


#copyright
{
	position: absolute;
	margin-top:3px;
	width:300px;
	text-align:right;
	font-size:0.7em;
}

.loginMessage {
	position: relative;
	top: 30px;
	padding: 4px;
	background-color: #C6D2EA;
	border: 1px solid #193466;
	text-align: justify;
	color: #495B7D;
}

.formAdhesionLink {
	position: relative;
	bottom:10px;
	left:10px;	
	width:300px;
	text-align:left;	
}
.formAdhesionLink a{
	font-style:normal;
	font-size:0.8em;
	text-decoration: none;
}

.formAdhesionLink a:hover{
	text-decoration: none;
}

.formAdhesionLink a:active{
	text-decoration: none;
}

.formAdhesionLink a:hover:visited{
	text-decoration: none;
}

.btOK{
	border: 0px solid #e1e1e1;
	background-color: #C6D2EA;
	padding: 6px;
	font-weight: bold;
	color: #495B7D;
}

.btOK:hover{
	border: 0px solid #e1e1e1;
	background-color: #A9B8D7;
	cursor: pointer;
}