/* ----------------- div bottom --------------- */
div.bottom {
	margin-bottom: 0px;
	position:absolute;
	top:530px;
	left:0px;
	display:block;
	background-color: #FFFFFF;
	border-color: #5C514C;
	width: 850px;
	height: 50px;
	color: #5C514C;
	font-family:verdana, helvetica, sans-serif;
	font-size : 8pt;
	color: #5C514C;
}

/* ------------------- class INPUT ------------------*/
div.bottom input {
	border: 0px solid black;
	background-color: #F5F5F5;
	width: 130px;
	height: 15px;
	color: black;
	font-size : 8pt;
}

div.bottom div.loginBox {
	position:absolute;
	top: 0px;
	right: 0px;
}
