body {
	background-color: #555555;
	font-family: verdana,serif;
	font-size:100%;
    color: #cccccc;
}


#login_access {
	position: absolute;
	left: 30px;
	top: 30px; 	
    font-style: italic;
}

#mail_access {
	position: absolute;
	right: 30px;
	top: 30px; 	
    text-decoration: none;
    color: #cccccc;
    font-style: italic;
}

.mail_link {	
    text-decoration: none;
    color: #cccccc;
    font-style: italic;
}

input[type=password],input[type=text] {
	background-color: #5a5a5a;
    border:solid 1px #cccccc;
	color: #cccccc;
    width: 150px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-style: italic;
}
