body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;

}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}


.flashes {
	position: fixed;
	top: 70px;
}

.flash {
    color: black;
    background: #FFF9D7;
    border: 1px solid #E2C822;
    margin: 5px 0 0 5px;
    font-size: 11px;
    font-weight: bold;
	cursor: hand;
	cursor: pointer;
	opacity: 1;
}

.flash:hover .flash-close {
	color: black;
}

.flash-message {
	float: left;
	padding: 1em;

}

.flash-close {
	float: right;
	color: #E2C822;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 10px;

}


a[href^="error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

.left {
    float: left;
}

.clear {
    clear: both;
}
