

div.title {
	height: 20px;
	width: 320px;
	border: 0px;
	background: white;
	position: absolute;
	left: 90px;
	top:160px;
	margin: 0;
}


div.body {
	height:100px;
	width: 500px;
	border: 0px;
	background: none;
	position: absolute;
	left:90px;
	top:195px;
	margin: 0;
}

div.form {
	visibility: visible;
	width: 500px;
	position: absolute;
	left:90px;
	top:300px;
}

