div.half {
	width: 378px; 
	height: 280px; 
	float: left;
	color: #666;
}

div.alpha {
	margin-right: 10px; 
}

div.omega {
	margin-left: 10px; 
}

div.half h2 {
	color: #666;
}

div.half ul {
	width: 368px;
	height: 200px;
	overflow: auto;
	border: 5px solid #e6e7e8;
}

div.half ul li {
	color: #666;
	padding-left: 10px;
	border-bottom: 1px solid #eee;
	padding-top: 5px; 
	padding-bottom: 5px; 
}

div.half ul li a {
	color: #666;
}

div.half form {
	margin-top: 20px;
}

div.half form label {
	margin-right: 10px;
}

div.half form input {
	width: 300px;
}
