/* CSS Document */

.form_layout {
	position: absolute;
	left: 260px;
	width: 500px;
	height: 200px;
	clear: both;
}

.form_left {
	float: left;
	width: 18%;
}

.form_right {
	float: right;
	width: 80%;
	text-align: left;
}

.name {
	font-family :Lucida, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	
	width: 200px;
}

.date {
	font-family :Lucida, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	
	width: 50px;
}