body, html, form
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #B5CFE5;
}

#main
{
	background: url(/images/bg4.gif);
	margin: 0px auto;
	width: 600px;
	height: 100%;
	position: relative;
	font: 12px 'Trebuchet MS' , verdana, arial, sans-serif;
	color: #666;
	padding: 0px 50px 0px 50px;
}

#header
{
	background: url(/images/bghead.gif);
	height: 50px;
	padding: 50px 10px 0px 10px;
}

#header h1, #header h2
{
	padding: 0px;
	margin: 0px;
	font: normal 'Trebuchet MS';
	line-height: 90%;
}

#header h1
{
	font: bold 24pt;
	color: #3B75A7;
}

#header h2
{
	font-size: 12px;
	text-transform: lowercase;
	color: #336699;
}

#content
{
	padding: 0px 10px 0px 10px;
}

#content h3
{
	text-transform: capitalize;
	font: normal 14px/90% 'Trebuchet MS';
	color: #3B75A7;
	background: url(/images/line.gif) repeat-x left bottom;
	padding: 0px 0px 3px 0px;
		margin: 0px;
	width: 200px;
}

div.line
{
	background: url(/images/line.gif) repeat-x;
	height: 1px;
	padding: 0px;
	margin: 4px 0px 4px 0px;
}

ul
{
	padding: 0px;
	margin: 0px;
}

li
{
	display: inline;
	padding: 0px 4px 0px 14px;
	background: url(/images/bullet.gif) left top no-repeat;
	background-position: 0px 4px;
}

li a
{
}

a
{
	color: #888888;
	border-bottom: 1px dashed #dddddd;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #cc3300;
	border-bottom: 1px dashed #aaa;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.box
{
	padding: 16px 16px 8px 16px;
	border: 1px solid #f0f4f8;
	width: 546px;
}

.shaded
{
	background: #f7f9fb url(/images/bg.gif);
}

.dark
{
	border-color: #A4C4DF;
}

.form
{
}

.form span,
.form label,
.form select,
.form input
{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.form input,
.form textarea
{
	padding: 2px;
	float: right;
}

.form input,
.form textarea,
.form select
{
	margin: 0px 0px 4px 0px;
	border: 1px solid #8CB1C3;
	font: normal 8pt/normal Verdana;
	color: #222;
	border: 1px solid #A4C4DF;
}

/* [a] is applied by all browsers,
	only mozilla understands [b], 
	and only IE uses [c], so we patched
	opera's rendering bug.
	
	oh how i hate opera...
*/

/* [a] */
.form input
{
	width: 420px;
}

/* [b] */
:root .form input
{
	width: 416px;
}

/* [c] */
*html .form input
{
	width: 416px;
}

.form span, .form label
{
	text-align: left;
	margin-right: 4px;
	padding-top: 2px;
	width: 120px;
}

.form .buttons
{
	text-align: right;
	width: auto;
}

.form .buttons input, .form .buttons button
{
	float: none;
}

br
{
	clear: both;
}


.buttons .blue
{
	border: 1px solid;
	border-top-color: #DFEAF4;
	border-left-color: #DFEAF4;
	border-right-color: #3B75A7;
	border-bottom-color: #3B75A7;
	color: #fff;
	background: #6B9FCB url(/images/grid.gif) no-repeat 4px 4px;
	padding: 2px 0px 2px 8px;
	font: bold 10px Verdana;
	width: auto;
}

html>body .buttons .blue
{
	padding: 2px 8px 2px 18px;
}

.form .chb label
{
	float: left;
	padding: 0px;
	margin: 0px;
	display: block;
	width: auto;
}


.form .chb, .form .chb input
{
	border: none;
	float: right;
	display: block;
	padding: 0px;
	margin: 0px;
	width: auto;
}

.form .chb
{
	display: block;
	float: right;
	width: 108px;
}


.form .validator
{
	margin: 0px;
	padding: 0px;
	color: Red;
	font-weight: bold;
	display: block;
	float: left;
	clear: both;
	width: 544px;
	text-align: right;
}

.num
{
	color: #666;
	font-weight: bold;
}

.stat
{
	font-size: 80%;
	color: #aaa;
}

.source
{
	font-size: 80%;
	display: block;
	padding: 0px;
	margin:  6px 0px 16px 20px;
	overflow: hidden;
}

.result
{
	color: #333;
	font-size: 120%;
	margin:  6px 0px 16px 20px;
	font-family: 'Courier New';
}

