
#form ul {
	width: 540px;
	list-style-type: none;
}

#form ul li {
	white-space: nowrap;
	clear: left;
}

#form ul li label {
	display: block;
	float: left;
	background-color: #ccccff;
	border-right: solid 3px #9999ff;
	border-bottom: solid 2px #666699;
	width: 150px;
	line-height: 100%;
	text-align: center;
	vertical-align: top;
	margin: 0px 3px 5px 0px;
	padding: 5px;
	cursor: pointer;
}

#form ul li label:hover {
	border-right-color: red;
}

#form .button {
	margin-top: 20px;
	text-align: center;
}

#form .button input {
	margin: 0px 5px;
	cursor: pointer;
}
