/* ----------------- div bottom --------------- */
div.bottom {
	margin-top: 10px;
	position:relative;
	left:139px;
	display:block;
	background-color: #ffffff;
	border: 1px solid #a9abcb;
	width: 734px;	
	padding:10px;
}

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

