body {
  margin: 0px;
  background-color: #fff;
  overflow: auto;
}
body, td, input, textarea {
  font-family: verdana;
  font-size: 12px;
}
form, p, dl {
  margin: 0px;
}
dd {
  margin-top: 10px;
  margin-bottom: 10px;
}
#bgline {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #666;
  width: 100%;
  height: 108px; 
}
#content {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
}
#loginout {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  background-color: #fff;
}
a:link, a:visited {
  color: #0D86FF;
}
a:active, a:hover {
  color: #999;
  text-decoration: none;
}

input, textarea, select {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #666666;
  height: 30px;
  padding: 5px;
  vertical-align: middle;
  margin-left: 15px;
  background-color: #fefefe;
  border: 1px #666666 solid;
}
.radio {
  background: none;
  border: none;
}
label {
  cursor: pointer;
}
.button {
  margin:0px;
  height: 30px;
  font-weight:bold;
  border: 1px #666666 solid;
  background-color: #dbdbdb;
  cursor: pointer;
}
.button:hover {
  background-color: #efefef;
}
.fd1 {
  width: 50px;
  display: block;
  float: left;
  margin-top: 7px;
}
.fw1 {
  width: 100px;
  margin-bottom: 10px;
  margin-top:3px;
}
.ta1 {
  width: 550px;
  height: 200px;
  margin-bottom: 10px;
  margin-top:3px;
}
.fw2 {
  width: 450px;
  margin-bottom: 10px;
  margin-top:3px;
}
.fw3 {
  width: 200px;
  margin-bottom: 10px;
  margin-top:3px;
}
#cap1 {
  margin: 3px 0 10px 15px;
} 
.clear {
  font-size: 0px;
  clear: both;
  line-height: 0px;
}

.setuperror {
  padding: 10px;
  border: 2px #cc3300 solid;
  background-color: #f0e000;
  margin: 10px;
}
.setupsuccess {
  padding: 10px;
  border: 2px #00b000 solid;
  background-color: #c0f000;
  margin: 10px;
}
.errorbox {
  padding: 25px;
  background-color: #f5e8e8;
  border: 1px #dfb2b2 solid;
  color: #9e1111;
  margin: 15px 0px 15px 0px;
}
.successbox {
  padding: 25px;
  background-color: #E8F6E9;
  border: 1px #B2E1B7 solid;
  color: #11a322;
  margin: 15px 0px 15px 0px;
}
.infobox {
  padding: 25px;
  background-color: #ffffd7;
  border: 1px #ffcc00 solid;
  color: #cc9900;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
}
.error {
  color: #9e1111;
}
.success {
  color: #390;
}
/* contentbox thin */
.tab1 {
  background-color: #efefef;
  width:240px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.tab1h {
	padding: 7px 0px 7px 17px;
	font-size:13px;
	background: #d5d5d5 url(images/box_top.gif) no-repeat top left;
	border-bottom: 1px #ffffff solid;
}
.tab1c {
  padding:10px;
}
.tab1c a:link, .tab1c a:visited {
  text-decoration:none;
  color: #666666;
}
.tab1c a:active, .tab1c a:hover {
  text-decoration: none;
  border-bottom: 1px #666666 dotted;
}
.tab1f {
	background: #efefef url(images/box_bottom.gif) no-repeat bottom left;
}
/* contentbox medium */
.tab2 {
  background-color: #efefef;
  width:640px;
  margin-bottom: 10px;
}
.tab2h {
	padding: 10px 0px 10px 17px;
	font-size:16px;
	font-weight:bold;
	letter-spacing: -0.5px;
	background: #dbdbdb url(images/box_top2.gif) no-repeat top left;
	border-bottom: 1px #ffffff solid;
}
.tab2c {
  padding:20px 10px 10px 10px;
}
.tab2f {
	background: #efefef url(images/box_bottom2.gif) no-repeat bottom left;
}

/* contentbox wider */
.tab3 {
  background-color: #efefef;
  width:840px;
  margin-bottom: 10px;
}
.tab3h {
	padding: 10px 0px 10px 17px;
	font-size:16px;
	font-weight:bold;
	letter-spacing: -0.5px;
	background: #dbdbdb url(images/box_top3.gif) no-repeat top left;
	border-bottom: 1px #ffffff solid;
}
.tab3c {
  padding:20px 10px 10px 10px;
}
.tab3f {
	background: #efefef url(images/box_bottom3.gif) no-repeat bottom left;
}

/* listtables */
.tabl,.tabl2 {
  width: 100%;
}
.tabl td {
  border-bottom: 1px #eeeeee solid;
  height:30px; 
}
.tabl2 td {
  border-bottom: 1px #eeeeee solid;
  height:20px; 
}
.tablh td {
  background-color: #cccccc;
  color: #ffffff;
}
.tablc1 {
  background-color: #ffffff;
}
.tablc2 {
  background-color: #f9f9f9;
}

.listitem {
	margin: 0 0 0 10px;
	padding: 5 10px 5px 10px;
	background: url(images/arrow.gif) no-repeat 0 8px;
	border-bottom: 1px #d5d5d5 solid;
}

.fl {
  float: left;
}
.c {
  text-align: center;
}
.b {
  font-weight: bold;
}
.descr {
  font-size: 10px;
}