body
{
	margin: 0px;
	background-color: #9fc8ff;
	background-image: url('topgrad.gif');
	background-repeat: repeat-x;
	text-align: center;
	color: #ffffff;
	font-size: 120%;
	font-family: verdana, arial, helvetica, sans-serif;
}

div#wrapper
{
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

div#header
{
	width: 980px;
	height: 200px;
}

div#footer
{
	margin-top: 50px;
	width: 95%;
}

h1
{
	font-size: 120%;
}

dd
{
	margin-bottom: 20px;
}

textarea, input.text
{
	width: 500px;
	border: 1px solid #006bff;
}

textarea
{
	height: 100px;
}

input.submit
{
	clear: both;
	margin-right: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	float: right;
	background-color: #70adff;
	border: 1px solid #ffffff;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}

input.submit:hover
{
	background-color: #abcfff;
}

a
{
	color:#006bff;
}



label img
{
	cursor: pointer;
}

label.selected img
{
	border: 3px solid red;
}


label.unselected img
{
	border: 3px solid blue;
}


.hidden
{
	display: none;
}

span.len_count
{
	font-size: 50%;
}


span.len_count input
{
	height: 8px;
	width: 15px;
	padding: 2px;
	font-size: 80%;
	border: 0px;
	color: #ffffff;
	background-color: #9fc8ff;
	text-align: right;
}



div#highlight
{
	background-color: #abcfff;
	clear: both;
	font-size: 60%;
}

div#highlight h2
{
	font-size: 110%;
}



div#footer
{
	clear: both;
	text-align: right;
	font-size: 80%;
	margin-right: 100px;
	padding-bottom: 10px;
	baseline: 15px;
	line-height: 2em;
}

div#footer a img
{
	border: 0px;
	vertical-align:bottom;
}