form { margin:0}

input {
  font-size: 12px;
  font-family:  Verdana, Arial, Helvetica; 
  font-weight: normal;
  color: #464646;
}

.inputsubmit {
  font-size: 12px;
  font-family:  Verdana, Arial, Helvetica; 
  font-weight: bold;
  color: #464646;
  background:url(../img/sf_input.png);
  border:solid 1px;
  border-color:#979293 #666363 #666363 #979293;
  cursor:pointer;
  height:30px;
}

.inputsubmit:active {background:#ccc}
.inputsubmit:focus{outline:none}

.inputsmall {
  font-size: 11px;
  font-family:  Verdana, Arial, Helvetica; 
  font-weight: bold;
  color: #464646;
  background:url(../img/sf_input.png);
  border:solid 1px;
  border-color:#979293 #666363 #666363 #979293;
  cursor:pointer;
  height:24px;
}

.inputsmall:active {background:#ccc}
.inputsmall:focus{outline:none}

.loginC{
    width: 95px;
    text-align:center;
    height:27px;
    padding: 0px 0px 6px;
    background: #003173 url(../img/sf_login.png) no-repeat;
    color: #003173;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    }
    
.loginC_R{
    width: 95px;
    text-align:center;
    height:27px;
    padding: 0px 0px 6px;
    background: #003173 url(../img/sf_loginCand.png) no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    }

.loginA{
    width: 95px;
    text-align:center;
    height:27px;
    padding: 0px 0px 6px;
    background: #eb0000 url(../img/sf_login.png) no-repeat;
    color: #eb0000;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    }
    
.loginA_R{
    width: 95px;
    text-align:center;
    height:27px;
    padding: 0px 0px 6px;
    background: #eb0000 url(../img/sf_loginAzi.png) no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    }

