body {
	font-family: Calibri, 'Trebuchet MS', Helvetica, "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	overflow: -moz-scrollbars-vertical;
	margin: 5px;
}

img {
	border: 0;
}

.clr {
	height: 1px;
	clear: both;
}

.ctr {
	text-align: center;
}

a {
	color: blue;
}

label.error {
	display: block;
	margin-top: 2px;
	color: #c00 !important;
	font-size: 0.8em;
}

input.error, textarea.error {
	border: 2px solid #c00;
}

.clickable {
	cursor: pointer;
}

div#overlay {  
	display: none;  
	position: fixed;  
	_position: absolute; /* hack for internet explorer 6*/  
	height: 100%;  
	width: 100%;  
	top: 0;  
	left: 0;  
	background: #000;  
	border: 1px solid #cecece;  
	z-index: 1;  
	opacity: .70;
}  		

div.instructions {
	margin: 5px 50px 25px 25px;
}
