@CHARSET "UTF-8";
body{ font-size:12px}
h1{ font-size:20px;}
.reginput{width: 200px;}
.button2{ background-color:#FF9900; border-bottom:#E34A00 2px solid;border-right:#E34A00 2px solid; border-top:#FFB693 2px solid;border-left:#FFB693 2px solid; color:#FFFFFF; font-weight:bold}
dl {
	color: #000000;
	font:normal 12px/15px Arial;
    position: relative;
    width: 450px;
	padding-left: 50px;
}
dt {
    clear: both;
    float:left;
    width: 70px;
    padding: 4px 0 2px 0;
    text-align: right;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
dd {
    float: left;
    width: 250px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	/*display: none;*/
    position: absolute;
    right: -180px;
    width: 310px;
    margin-top: -4px;
    border: 0px solid #78A3D3;
    padding: 5px 7px;
    color:#C4C4C4;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    /*background: #F5F8FC url(../Images/pointer.gif) no-repeat -10px 5px;*/
}

.bn12px{
      font-family: verdana;
      font-size:12px;
      height: 22px;
      line-height:20px;
      width:auto;
      COLOR: #00359A;
      border-width: 1px;
      border-color: #cccccc;
      background-color: white;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#CCCCCC);
}

.bn16{
      font-family: verdana;
      font-size:16px;
      font-weight:bold;
      height: 30px;
      width:auto;
      COLOR: #00359A;
      border-width: 1px;
      border-color: #00359A;
      background-color: white;
      padding: 4px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#CCCCCC);
}