html, body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
h1,h2,h3,h4,h5,h6{ color:#FF0000; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear:right; }
.clear-block { clear: both; overflow:hidden; height: 0; }

/* Error Message Styles */
div.flash_message{
	top: 0;
	left: 0;
	padding: 0;
    position:absolute;
	background: #EEE;
	border-bottom: 1px solid #000;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}
#flash_ok{background: #CCFFCC; color:green; }
#flash_error{background: #ffc1c1; color: red; }
.fieldError { background-color:#FFC1C1 !important; }
span.error { color: red !important; }
/* End Error Message Styles */

.link {	cursor: pointer; }

