/* CSS Document */
#admin_row{
	background-color: #f3f3f3;
	border: solid 1px #a1a1a1;
	padding: 10px;
}
#admin_div h2{
	font-size: 14px;
}
#admin_subjects{
	display: block;
	width: 200px;
	margin-bottom: 10px;
}
#admin_descriptors{
	display: block;
	height: auto;
	margin-bottom: 10px;
}
#admin_descriptors input{
}
#error_text{
	color: red;
}