h2
{
	font-size: 18px;
	border-bottom: solid 1px;
	padding-bottom: 0;
	margin: 20px 0 10px 0;
	line-height:22px;
	text-shadow:1px 1px 2px #999999;
}
p
{
	margin: 0 0 1.5em 0;
}
.board, .board:link
{
	text-decoration: underline;
}
.board:visited, .board:hover
{
	text-decoration: underline;
}
div.footer
{
	text-align: center;
	padding: 3pt;
}
#menu
{
	line-height: 1;
}
#menu p
{
	margin: 0 0 1em 0;
	line-height: 2;
}
table#reference1, table#reference2
{
	border: 1px solid;
}
table#reference1 td, table#reference2 td
{
	vertical-align: top;
	border: 1px solid;
	font-size: x-small;
 }
table#reference1 th, table#reference2 th
{
	font-size: x-small;
}
ol
{
	font-weight: bold;
	list-style-type: disc;
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.5em;
}
ol.la
{
	font-weight: normal;
	list-style-type: circle;
	margin: 0.5em 0 1em 0;
	padding-left: 1.5em;
}
/* we need some air between the lines :) */
#helpmain p
{
	line-height: 1.5em;
}
/* put back the bullets please */
#helpmain ul
{
	margin: 0 0 1em 2em;
	padding-left: 1em;
}
#helpmain ul li
{
	line-height: 1.5em;
	list-style-type: disc;
	padding-left: 0.2em;
}

/* ...but leave the tab strips alone! */
.buttonlist_bottom ul, .buttonlist ul
{
	margin: 0 !important;
	padding: 0 0 0 1em !important;
}

.buttonlist_bottom ul li, .buttonlist ul li
{
	margin: 0 0.2em 0 0 !important;
	padding: 0 !important;
}
label {
	cursor:hand;
	cursor:pointer;
	display:block;
	padding-bottom:5px;
}
label.checkbox_checked, label.radio_checked {
	border: 1px solid #333333;
	color: #eeeeee;
	padding: 5px;
	margin: 3px;
	background: #0303e3 url(../images/checked.png) center right no-repeat;
/*	width:230px;*/
}
label.checkbox_unchecked, label.radio_unchecked  {
	background: #eee;
	border: 1px solid #999999;
	color: #555555;
	padding: 5px;
	margin: 3px;
/*	width:230px;*/
}
label.checkbox_checked:hover, label.radio_checked:hover{
	background: #7373f3 url(../images/checked.png) center right no-repeat;
}
label.checkbox_unchecked:hover, label.radio_unchecked:hover {
	background: #d4d4d4;
}

.radioHide {
	position: absolute;
	left: -1000px;
}

#wgsendbtn {
	font-size:26px;
	font-family:Georgia,serif;
	color:#ffffff;
	background:#c4c82e;
	border:1px solid #333333;
	cursor:hand;
	cursor:pointer;
}
#sphinweis {
	border:1px solid #000000;
	padding:10px;
	background:#339933;
	color:#ffffff;
	font-weight:bold;
}
