﻿div.Page div.Section h2{
	margin-top: 1.5em;
}

div.Page div.Help{
	display: none;
}

div.Page div.Section label{
	display: block;
	float: left;
	width: 10em;
	margin-bottom: 0.5em;
}
div.Page div.Section input{
    width: 20em;
}

div.Page div.Section span.CheckBox input{
    width: auto;
}

div.Page div.Section input.Button{
    width: auto;
}

div.Page div.Section select{
	width: 20em;
}

div.Page div.Section div.Commands{
	text-align: left;
	padding-left: 16em;
	padding-top: 1em;
}

div.Page div.Section ul.PageList{
	margin-left: 0;
	padding-left: 0;
	left: 0;
	list-style-type: none;
}
div.Page div.Section ul.PageList li{
	clear: both;
	margin-top: 10px;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}
div.Page div.Section ul.PageList li p{
    padding-bottom: 0;
}





div.Page div.Section br{
clear: both;
}

div.Page div.Section{
	border: none;
	position: relative;
	top: -19px;
}

div.Page div.Section div.Link{
	font-size:0.9em;
	border: none;
	text-align: center;
	width: 140px;
	height: 90px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	margin-bottom: 1.6em;
	line-height: 1.1em;
}
div.Page div.Section div.Link a{
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
}

div.Page div.Section div.Link img{
	margin-top: 1px;
	margin-bottom: 3px;
	display: block;
	margin-left: 1px;
}
