body
{
	background-color: #333466;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
}

.form
{
	width: 280px;
	height: auto;
	display: block;
	float: left;	
	margin: 10px 0px 0px 0px;
	padding: 0px;	
}

form fieldset.normal 
{
	clear: both;
	font-size: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

form fieldset.normal input
{
	width: 150px;	
	padding: 2px 4px 2px 4px;	
	margin: 0px 0px 0px 0px; 
	background-color: #c9c997;	
	font-size: 100%;		
}

form fieldset.normal textarea
{
	width: 260px;	
	padding: 2px 4px 2px 4px;	
	margin: 0px 0px 0px 0px; 
	background-color: #c9c997;	
	font-size: 110%;			
}

form fieldset.normal select
{
	width: 162px;	
	padding: 2px 4px 2px 4px;	
	margin: 0px 0px 0px 0px; 
	background-color: #c9c997;	
	font-size: 100%;	
}

form fieldset.normal legend
{
	font-size: 120%;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

form fieldset.normal input.inputSubmit
{
	display: inline;
	width: 90px;
	font-size: 100%;	
	margin: 6px 8px 0px 0px;
}

form label
{
	display: block;
	clear: both;
	float: left;
	width: 90px;
	height: auto;	
	text-align: right;
	font-size: 100%;	
	padding: 3px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

form fieldset.normal div.submit
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 30px;	
}

label
{
	font-size: 100%;
}

label.required
{
	font-weight: bold;
}

label.optional
{
	font-weight: normal;
}

form fieldset.normal label, form fieldset.normal input, form fieldset.normal textarea, form fieldset.normal select
{
	margin: 0px 0px 6px 0px;	
}

form fieldset.user
{
	font-size: 100%;
	border-color: #333466;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 26px 0px;
}

form fieldset.user legend
{
	font-size: 120%;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;	
}

form fieldset.user label
{
	font-size: 100%;
	padding-top: 10px;
	padding-right: 10px;
	width: 90px;
	text-align: right;
}

form fieldset.user input
{
	font-size: 100%;
	width: 100px;
	margin-top: 6px;
	background-color: #c9c997;
}

form fieldset.user input.inputSubmit
{
	font-size: 100%;
	width: 100px;
	margin-top: 6px;
	margin-left: 50px;
	background-color: #c9c997;
}

hr
{
	height: 1px;
	border: 1px dashed;
	color: #333466;
}

img
{
	border: 0px;
}

p
{
	margin: 0;
	padding: 0;
	display: block;
}

A:link
{
	font-size: 10px;	
	color: #cc0000;
	text-decoration: none;
}

A:visited
{
	font-size: 10px;	
	color: #cc0000;
	text-decoration: none;
}

A:hover
{
	font-size: 10px;	
	color: #333333;
	text-decoration: none;
}

A:active
{
	font-size: 10px;	
	color: #333333;
	text-decoration: none;
}

A.powered:link
{
	font-size: 10px;	
	color: #ccccff;
	text-decoration: none;
	font-weight: bold;
}

A.powered:visited
{
	font-size: 10px;	
	color: #ccccff;
	text-decoration: none;
	font-weight: bold;
}

A.powered:hover
{
	font-size: 10px;	
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

A.powered:active
{
	font-size: 10px;	
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}


