body{top:0;left:0;margin:0;padding:0;font-family:Arial, sans-serif;font-size:10pt;}
a{text-decoration:none;}
img{border:0;}
h1, h2, h3{color:brown;margin:0px;font-weight:normal;}
.button{
   padding: 5px;
   padding-left:30px;
   padding-right:30px;
   width:auto;
   font-size:11pt;
   font-weight:bold;
   cursor:pointer;
   color:#cf0000;
}
.button:hover{
    color:red;
}
form{
   margin:0;
}
input {
    width:130px;
}
form div {
   margin-top:5px;
}
form div .label{
   float:left;
   width:135px;
   text-align: right;
   margin-right:20px;
   margin-top:5px;

}
form .intro{
   color:#555;
}
 select, .textbox{
    border: 1px #ccc solid;
    background-color: #fff;
    padding:4px;
    margin:0px;
}
 select:focus, .textbox:focus{
    border: 1px #ff6600 solid;
    background-color: #fffed0;
}
a{color:#ff6600;}
a:hover{color:red;}
#wbody{height:540px;background: url("./img/bgBody.png") repeat-x center;}
#wrapper{width:998px;margin:auto;}
#regbox{width:490px;float:right;}
#infobox{width:490px;float:left;}
#topContent{height:14px;overflow:hidden;}
#topContent div{height:14px;}
#topContentLeft{background:url("./img/bgContent.png") no-repeat 0 -28px;width:14px;float:left;}
#topContentRight{background:url("./img/bgContent.png") no-repeat -14px -28px;width:14px;float:right;}
#topContentCenter{background:url("./img/bgContent.png") repeat-x 0 0;margin:0 14px;}
#footContent{height:14px;overflow:hidden;}
#footContent div{height:14px;}
#footContentLeft{background:url("./img/bgContent.png") no-repeat -28px -28px;width:14px;float:left;}
#footContentRight{background:url("./img/bgContent.png") no-repeat -42px -28px;width:14px;float:right;}
#footContentCenter{background:url("./img/bgContent.png") repeat-x 0 -14px;margin:0 14px;}
#shadowLeft{background:url("./img/shadowLeft.png") repeat-y top left;}
#shadowRight{background:url("./img/shadowRight.png") repeat-y top right;}
#content{background:url("./img/bgContentMiddle.png") repeat;margin:0 6px;padding:10px 0;padding-bottom: 0px;noverflow:auto;}
#contentFoot{background:url("./img/topContent.png") no-repeat top;}
#footer{padding:10px 5px 5px;text-align:center;color:#333;font-size:9pt;}
#footer a{font-weight:bold;color:#572f2f;}
#footer a:hover{text-decoration:underline;}
#content #contentDisplay{padding:0 24px;}
.introItem {
    height:50px;
    font-size:15px;
    color:#000;
    padding-left:55px;
}
