#create{color:#000}
#create .b, #create .d, #create .f {
	border: 1px solid #aaa;
	padding: 5px;
	margin-bottom: 10px;
	color:#000
}

#create .a, #create .c, #create .e {
	margin-bottom: 2px;
	font-weight: bold;
	color: #000;
}

#create table {
	width: 100%;
}

#create td input {
	background: transparent;
	color: #000;
	font-size: 11px;
	border: 1px solid #ccc;	
}

#create td select {
	background: #ccc;
	color: #000;	
	font-size: 11px;
	border: 1px solid #ccc;
}

#otherBody .buttons {
	position: absolute;
	top: 451px;
	right: 33px;
}

#otherBody #bodyContent a:link, #otherBody #bodyContent a:visited {
	color: #900;
}

#otherBody #bodyContent a:hover {
	color: #000;
	text-decoration: none;
}
