@charset "utf-8";
/* CSS Document */
#leftcol {
	float: left;
	margin: 10px 1%;
	width: 24%;
}
#rightcol, #centercol {
	float: left;
	margin: 10px 1%;
	width: 35%;
}
#leftcol h1, #rightcol h1, #centercol h1 {
	background: white;
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ddd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fff, endColorstr=#ddd)";
	
	font-size: 0.85em;
	font-variant: small-caps;
	margin: 0;
	margin-bottom: 15px;
}
form {
	background: #ddd;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#eeeeee)";
	color: #511;
	font-size: 0.9em;
	min-height: 450px;
	padding: 10px;	
}
form img {margin: 0 !important;}
form div {
	border-bottom: 1px dotted #edd;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 5px;	
}
	form div span {font-size: 0.8em;font-style: italic;color: red;}
form div:last-child { border: none;}
form label {
	display: block;
	float: left;
	font-size: 0.9em;
	line-height: 1.4;
	width: 35%;
}
form input[type=text], textarea, select { padding: 2px 3px;}
form textarea {
	width: 60%;	
}
form button {margin: 5px 0 0 35%;}
.formerror {
	color: #900;
	font-size: 0.7em;
}
#rightcol ul li a {font-size: 0.8em !important;}
