#container
{
	margin: 0 30px;
	background: #fff;
}

#header
{
	background: #ccc;
	padding: 20px;
}

#header h1 { margin: 0; }

#table
{
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #383; }

#content
{
	clear: left;
	padding: 20px;
}

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}




p { line-height:150%; } 

.static
{
    margin-bottom:90px;
}

.hint
{
    font-size:9pt;
    background-color:#EEE;
    padding:1em;        
}
.hint em { font-style:normal; }

.static table td
{
border:none;
}
/*.static form { text-align:center; }*/
.static form { margin-top:30px;}
.static select {
    border: 2px solid #b1d2e4;
    font-size:12pt;
    border-radius:2px;
    width:200px;
    padding:4px;
    margin:6px 0;
    display:block;
    text-align:left;
    }
.static button {
    background-color: #b1d2e4;
    border:none;
    width:200px;
    margin:15px 15px 15px 0;
    padding:10px 0;
    font-size:14pt;
    border-radius:4px;
    display:inline-block;
    cursor:pointer;
}
.static button:disabled {
    cursor: default;
}
.static .disclaimer 
{ 
	font-size:9pt; 
	color: #999; 
} 