/* CSS Document */
*{
  font: normal 14px Arial,Verdana;  
}
body{
 margin: 0;
 padding: 0;
}
b{
    font-weight: bold;
}
i{
    font-style: italic;
}
a{
    color: #000033;
}
a:hover{
    color: #3399CC;
}
.ndps{
	padding-top: 1px;
	padding-bottom: 4px;
}
H1{
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 10px 0;
    color: #3399cc;
}
.w100{
    width: 100%;
}

.in_c{
  margin-left: auto;
  margin-right: auto;
}

.to_c{
    text-align:center;
}
.f10{
    font-size: 10px;
}
.f16{
    font-size: 16px;
}
.red{
    color:#ee3333;
}
#login_table{
  background: #f0f0f0;
  border:0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width:320px;
}

#register_div{
  border:0;
  color: #eeaa77;
  font: normal 14px Arial,Verdana;
  margin-bottom: 50px;
  text-align: center;
  width:100%;
}
#login_table td{
  padding: 2px 5px 1px 10px;
}
#login_table td.left{
  border-left:2px solid #3399cc;
}
#login_table td.right{
  border-right:2px solid #3399cc;
}
#login_table input{
  border:1px solid #aaaaaa;
  width: 220px;
}
#login_table #button{
  border:1px solid #777777;
  cursor: pointer;
  width: 80px;
}
#top_td{
  background: #ffffff url('./images/logo_26.gif') no-repeat top left;    
  border-bottom: 2px solid #3399cc;
  height: 70px;
}
#reg_link{
  font: normal 14px Arial,Verdana;
  color: #FFFFFF;
  text-decoration: none;
}
#reg_link:hover {
  text-decoration: underline;
}
#reg_head{
  font: bold 16px Arial,Verdana;
  border: 2px solid #3399cc;  
  background:#3399cc;
  color: #FFFFFF;
}

#reg_comment{
  background: #ffffff;
  border:0;
  border: 0px solid #3399cc;
  font-size: 12px;
  text-align: left;
  width: 646px;    
}
.form_legend{
  font: normal 14px Arial,Verdana;
  text-align: right;
  color: #333355;
  width: 110px;
}
