﻿#masthead * {margin: 0; padding: 0;}

#masthead {
 width: 980px; height: 100px;
 font-family:Arial;
 /*background: #BD9C8C;*/
}

#masthead_left {
 width: 340px; height: 100px; float:left; display:block; vertical-align:middle;
 background:url(/images/hfpn_logo.jpg) no-repeat left center;
 cursor:hand;
}

div#masthead_left span {
 display:none;
}

#masthead_middle {
 width: 390px; height: 100px; float:left; position:relative; overflow:hidden;
}

#masthead_middle div{
 margin-top: 42px;
}

#masthead_right {
 width: 250px; height: 100px; float:right; text-align: right;
}

#masthead_right div .inputLogin
{
     border-style: hidden;
     border-width: 0px;
     color: #636363;
     padding-left:7px;
     padding-right:7px;
     background-image: url(/images/input_bg.jpg);
     background-repeat: no-repeat;
     margin-left:3px;
     margin-bottom: 5px;
     width: 161px; 
     height: 24px; 
     line-height: 24px;
}

#masthead_right div .inputPassword
{
     border-style: hidden;
     border-width: 0px;
     color: #636363;
     padding-left:7px;
     background-image: url(/images/input_password_bg.jpg);
     background-repeat: no-repeat;
     margin-left:3px;
     width: 116px; 
     height: 27px;
     line-height: 24px;
}

#masthead_right div #loginbutton
{
    margin:0px;
    height: 24px;
    padding: 0px;
}

#masthead_right div
{
    margin-top:15px;
    height: 24px;
}