/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

legend {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #DDDDDD;
	color:#999;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:4px;
	padding:2px;
	text-transform:uppercase;
}

fieldset {
	background: #EEE;
	border: 1px solid #D7D8D7;
	padding: 5px;
	margin: 5px;
	font-size: 11px;
	}

.pageTitle { font-size: 30px !important; }

#container { width: 760px !important; }

select, option { font-size: 95%; }