/* ----------------- div bottom --------------- */
div.bottom {
	position:relative;
	top:10px;
/*	margin-top: 10px;*/
	display:block;
	background-color: #ffffff;
	border:0px solid #d41d21;
	width:100%;	
	padding:2px;
	background:transparent;
	font-family:Trebuchet MS, sans-serif;
	clear:both;
}

/* ------------------- class INPUT ------------------*/
div.bottom input {
	border: 1px solid black;
	background-color: #F3F3F3;
	width: 130px;
	height: 14px;
	color: black;
	font-size : 8pt;
	margin-right:2px;
	margin-bottom:2px;
}

div.bottom button {
	background-color:#A0A0A0;
	border:1px solid black;
	color:#85151B;
	height:18px;
	margin-bottom:2px;
	
}

div.bottom button:hover {
	background-color:#85151B;
	color:#FFFFFF;
}



