body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background-color: #fff;
}

h1 {
	font-size: 150%;
	color: #165ca3;
}

#spinner {
	display: none;
	position: absolute;
	border: none;
	z-index: 1000;
}

/* Remove this from CSS! It doesnt work with plupload */
/*div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}*/

table.server th {
	background: #FFF9D7;
        text-align: right;
}

table.server td {
        text-align: left;
}

ul.error{
        color: red;
        font-weight: bold;
}

