/* 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;

}
.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;
}
.small_text{
    color: #303030;
    font: normal 10px Helvetica, Arial;
}
#javascriptNotification{
    font-weight: bold;
    margin: 30px;
    text-align:center;
    width: auto;
}

#login_table{
  background: #ebebeb;
  border:0;
  border-bottom:2px solid #3399cc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 10px;
  width:300px;
}

#login_table textarea{
  border:1px solid #aaaaaa;
  height: 100px;
  width: 100%;
}

#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;
}
#login_table input.textinput{
  width: 85%;
}
input.button, #login_table input.button{
   background: url("./images/btn_1.gif") no-repeat 0px 0px;
   border: 0px;
   cursor: pointer;
height:21px;
   margin-left:8px;
   width: 80px;
}
#top_td{
  background: #ffffff url("./images/top_logo.jpg") no-repeat center center;
  border-bottom: 1px solid #3399cc;
  color: #404040;
  font: normal 12px Arial;
  height: 40px;
  text-align: center;
}
#top_td h3{
  color: #404040;
  font: bold 16px Arial;
}
#sub_top_td{
  background: url('./images/slat.gif') no-repeat top left;    
}
#sub_top_td_registration{
  background: url('./images/slat_wide.gif') no-repeat top left;    
}
#reg_link{
  font: normal 14px Arial,Verdana;
  color: #eeaa66;
  text-decoration: none;
}
#reg_head{
  font: normal 16px Arial,Verdana;
  border-top: 2px solid #3399cc;  
  border-left: 2px solid #3399cc;  
  border-right: 2px solid #3399cc;  
}

#reg_comment{
  background: #ffffff;
  border:0;
  border: 0px solid #3399cc;
  font-size: 12px;
  text-align: left;
  width: 346px;    
}
.form_legend{
  font: normal 14px Arial,Verdana;
  text-align: right;
  color: #333355;
  width: 80px;
}

