<style type="text/css">
<!--

body {
  margin: 0px;
}

html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

html, body, p, form, table, td, tr
{
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Georgia", "Trebuchet MS", "Verdana", sans-serif;
    font-size: 10pt
}

#theme-table td {
	padding: 15px;
}

#theme-table tr.header td {
	padding: 8px;
}


.option-table td {
	padding: 6px;
	text-align: right;
	width: 300px;
}

tr.alt td {
	background: #fafafa;
	border-bottom: 1px solid #efefef;
}

tr.activated td {
	background: #BEDEBE;
	border-bottom: 1px solid #519E51;
}

input.submit
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('../images/button-bg.gif');
	background-repeat: repeat-x;
	color: #333333;
	font-size: 90%;
	font-weight: normal;
	padding: 0.25em;
	margin-left: 0;
}

h1
{
    font-family: "Verdana", "Lucida Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #264B71;
}

h2
{
    font-family: "Verdana", "Lucida Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
    font-size: 1.0em;
    margin-top: 20px;
    margin-bottom: 15px;
    text-decoration: underline;
}


a:link, a:active
{
    color:           maroon;
    text-decoration: none;
}

a:visited
{
    color:           maroon;
    text-decoration: none;
}

a:hover
{
    color:           navy;
    text-decoration: underline;
}

a:focus
{
    outline: none;

    -moz-outline:none;
}

img
{
    border:  0;
    display: inline;
}

label
{
    padding: 8px;
}


#login
{
    background-image: url('../images/login.gif');
    background-repeat: no-repeat;
    width: 382px;
    height: 327px;
    padding: 187px 15px 10px 15px;
    margin: auto;
}

#login-page
{
    background: #336699;
    text-align: center;
    margin-top: 100px;
}

label em {
    font-style:normal;
    text-decoration:underline;
}
#wrapper {
    border: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#header {
    border-bottom: 4px solid #F8941C;
    background:#555555 url(../images/bg_header.jpg) repeat-x;
    height:90px;
    line-height:90px;
    color:#ffffff;
    padding-left:25px;
}
.box
{
background: #ffffff url('../images/bg_boxbottom.gif') repeat-x bottom center;
border:1px solid #cccccc;
padding:2px;
}
.boxkop
{
height:25px;
line-height:25px;
background: #ffffff url('../images/bg_box.gif') repeat-x;
font: bold 18px Arial, Helvetica, sans-serif;
padding:5px 0px 0px 5px;
color:#C64934;
border-bottom:1px solid #cccccc;
margin-bottom:10px;
}
div.footer {
clear: both;
margin:0px;
padding:0px;
background: #F1F3F5;
height:30px;
border-top:1px solid #cccccc;
line-height:24px;
valign:bottom;
padding-bottom:0px;
width:100%;
}
->
</style>