@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height: 1.5em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
}

table {
	font-size:12px;
	line-height: 1.5em;
}

td {
	border: 1px dotted #666;
}

th {
	border: none;
	font-weight: normal;
}

.error {
	color:#900;
}


legend {  
margin-left: 1em;  
padding: 0;  
color: #000;  
font-weight: bold; 
}


fieldset {  
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;  
border: 1px solid #BFBAB0;  
background-color: #F2EFE9; 
}

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent; 
}

fieldset ol {  
padding-top: 0.25em; 
}

label {
	line-height: 1.5em;
	font-size: 12px;
}

.required {
	color:#F00;
}

.supersize {
	font-weight: bold;
	font-size: 40px;
	}
