
body {
background-color: white;
font-family: "Courier New",Courier,monospace;
color: #006633;
}
form{
margin:0;
}
.box .header {
font-weight: bolder;
font-size: x-large;
padding-left: 13px;
}
ul {
padding-left: 10px;
list-style-type: none;
display: block;
float: none;
margin-bottom: 0px;
}
li {
border-style: solid;
border-color: #006600;
border-width: 1px 1px 3px;
list-style-type: none;
display: inline;
z-index: 2;
background-color: #b1d79b;
position: relative;
padding-right: 3px;
padding-left: 3px;
margin-right: 5px;
}
a , a:visited {
text-decoration: none;
color: #006633;
}

.act {
border-bottom: 3px solid #c5efad;
background-color: #c5efad;
}
.box {
border: 3px solid #006600;
width: 98%;
z-index: 1;
background-color: #c5efad;
display: block;
/*color: #663300;*/
/*position: fixed;*/
margin-left: 6px;
margin-right: 6px;
padding-bottom: 5px;
padding-left: 10px;
padding-top: 13px;
overflow: auto;
}
.box ul {
display: block;
padding-left: 20px;
}
/*custom*/
.box li {
border-style: solid;
border-color: #663300;
color: #663300;
background-color: white;
display: inline;
position: relative;
}
.box li a{
border-bottom: none;
}

/*custom*/
.box .actdns {
border-bottom: 3px solid #ffff99;
background-color: #ffff99;
}
/*custom*/
.box .dnsbox {
border: 3px solid #663300;
background-color: #ffff99;
margin-left: 12px;
margin-right: 12px;
padding-bottom: 3px;
padding-left: 7px;
overflow: auto;
color: #663300;

}
.box a {
text-decoration: none;
border-bottom: 1px dotted;
/*color: #663300;*/
}
/*custom*/
.box .dnsbox a {
border-bottom: 1px dotted;
color: #663300;
}


.userinfo {
z-index: 10;
margin-top: 5px;
margin-right: 5px;
top: 0;
visibility: visible;
float: right;
position: absolute;
left: 80%;
width: 20%;
font-weight: bold;
text-align: right;
font-style: italic;
}
.sstat {
z-index: 10;
margin-top: 5px;
margin-right: 5px;
top: 40px;
visibility: visible;
float: right;
position: absolute;
font-weight: bolder;
font-size: large;
text-align: center;
width: 40%;
left: 30%;
}
label {
float: left;
padding-right: 10px;
}
.field {
clear: both;
text-align: right;
line-height: 25px;
}
.iform {
float: left;
position: relative;
}

.btn {
border-style: double;
border-color: #666666;
background-color: silver;
position: relative;
}