/* $Id: style.css 27 2010-06-07 11:29:56Z daniel15 $ */
form#theform
{
	overflow: hidden;
	width: 100%; /* For IE - hasLayout */
}

div#subjects
{
	width: 44%;
	float: left;
}

div#results
{
	width: 52%;
	float: right;
}

div#loading
{
	/*display: none;*/
	visibility: hidden;
}

div.subject
{
	/*background-color: #efefef;*/
	border-bottom: 1px solid #EEE;
}

span.subject_name
{
	float: left;
}

span.subject_name img
{
	vertical-align: middle;
}

span.subject_score
{
	/*width: 150px;*/
	float: right;
	text-align: right;
}

div#errors, div.errors
{
	border: 1px solid red;
	padding: 5px;
	background-color: #FFEEEB;
	margin-bottom: 5px;
}

form.donate
{
	display: inline;
	padding: 0;
	margin: 0;
}

form.donate fieldset
{
	display: inline;
	border: 0;
	padding: 0;
	margin: 0;
}

select.autocomplete
{
	position: absolute;
	display: none;
}