@charset "utf-8";
#submit {
	text-align: right;
	padding-right: 85px;
}
.label {
	text-align: right;
}

/* CSS Document */

#left {
	height: 580px;
	width: 420px;
	float: left;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	padding-left: 0px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#line {
	margin-top: 5px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 620px;
	width: 1px;
	float: left;
	display: inline;
}
#right {
	height: 580px;
	width: 400px;
	float: right;
	padding-top: 30px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
