html {
    margin: 0;
    padding: 0;
	height: auto;
	min-height: 100%;
}
body
{
    margin: 0;
    padding: 0;
	font-family: Verdana,'MS sans-serif',Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	background-color:white;
}

#wrapper
{
	width:95%;
	margin: 0 auto;
	padding: 10px;
	background-color:white;
	border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    box-shadow: 0 0 10px rgba(238,232,170,1);
}

#login
{
	margin-left:auto;
	margin-right:0px;
	text-align:right;
}
img {
    border-style: none;
}

#header{

}

#logo {
display: block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
float: none;
z-index: auto;
width: auto;
height: auto;
position: static;
cursor: default;
opacity: 1;
margin: 0 auto;
padding: 0;
overflow: visible;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
font: normal 82px/normal "Anton", Helvetica, sans-serif;
color: rgb(112, 112, 112);
text-align: center;
text-transform: uppercase;
-o-text-overflow: clip;
text-overflow: clip;
letter-spacing: 10px;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: 4px 4px 0 rgb(238,238,238) , 6px 6px 0 rgb(112,112,112) ;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
}

a:active,a:link,a:visited {
    text-decoration: none;
    color: #00f;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

.textinput
{
    padding: 7px;
    font-size: 8pt;
    font-family: Verdana,'MS sans-serif',Arial,Helvetica,sans-serif;
    border: 1px solid #ddd;
    box-shadow: inset 2px 2px 2px 0 #ddd;
}
.max_width
{
	width:99%;
}
.odd
{
	background:#CCCCCC;
}
.even
{
	background:#ffffff;
}
.centertext
{
	width:100%;
	text-align:center;
	font-weight: bold;
}
.subject
{
	margin:10px;
	background:#CCCCCC;
	padding:10px;
}
.fullurl
{
	width:90%
}
.pageindex
{
	padding:10px;
	margin:10px;
}
.orinput
{
	display: block;
	margin-bottom: 15px;
}
label {
	position: relative;
	vertical-align: middle;
	bottom: 1px;
}
input[type=checkbox] {
	margin-bottom: 15px;
}
