html,body
{
  height:100%;
  margin:0;
  width: 100%;

  font-family: Tahoma,verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: black;
  background-image: url('images/bg.gif');
  background-color: #F2F2F2;
}
div,span,html,body,a,form{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin:0;
  padding:0;
}
a{
  color: black;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}

table
{
  font-family: Tahoma,verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: black;
}


/*** LOGIN CSS ***/
.inormal,.ilong,.fr_combo,select,input{
  font-family: Tahoma,verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  padding: 1px;
}
#login2{
  position: relative;
  top: 70px;
  width: 300px;
  text-align: left;

  background-color: #FFFFFF;

  border-width: 1px;
  border-style: solid;
  border-color: #AFAFAF;
}
.inormal,.ilong,.fr_combo,.fr_button,.button{
  border-width: 1px;
  border-style: solid;
  border-color: #AFAFAF;
}

#loginimg,.txtheader{
  height: 36px;
  padding: 12px 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: black;

  background-repeat: repeat-x;
  background-position: 50px 49%;
  background-image: url('images/loginbg.jpg');

  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #AFAFAF;

}
#loginicospan
{
  margin-top:1px;

  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  -border-top-color: #F2F2F2;

  position: relative;
  right: -100px;
  top: 124px;
  z-index: 100;
}

#log1,#log2,#log3{
float: right;
margin-left: 3px;
}

.centered{
  text-align: center;
}
.inormal{
  width: 120px;
}
.ilong{
  width: 100%;
}
.pad10{
  padding: 10px 0 10px 0;
}

.pad1010{
  padding: 10px 10px 10px 10px;
}
.button,.button100,.fr_button
{
  border-width: 1px;
  color: #000000;
  font-size: 11px;
  height: 18px;
  margin: 0 0 0 0;
  padding: 0;
  background-repeat: repeat-x;
  background-position: 50px 49%;
  background-image: url('images/buttonbg.gif');
}

hr{
  color:#002D96;
}

#logmessage{
  color: #B6B5AA
}

#expiredmail
{
  background-color: #FFF;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
