/* CSS Document */

#right {
	float: right;
	width: 35%;
	border-style: none;
}

#left {
	width:50%;
	float: left;
}

label {
  width: 12em;
}