#all-container {
	float:left;
	width:990px;
	padding:5px;
	background-color:#FFFFFF;
}

#form-container {
	border-top:1px solid black;
	float:left;
	width:990px;
	
}
#form-body {
	float:left;
	width:700px;
	margin-left:50px;
	margin-top:10px;
}
#bottom-dotted-line{
	margin-top:10px;
	float:left;
	width:990px;
	border-bottom:1px solid black;
	border-top:1px dotted black;
	height:1px;
	
}