/* Style rules for GateKeeper
   http://www.HTMLisEasy.com/keeper/
*****************************************/


/* this is the table that encloses the form
-------------------------------------------------*/
#keeperblock {
   color:#000000;
   border:3px #dddddd;
   font:12px arial;
}


/* username & password input text boxes
-------------------------------------------------*/
#keeperblock #ku,#kp {
   border:solid 1px #999999;
   font:normal 12px verdana;
   width:100px;
}


/* cell that contains the text "save password"
-------------------------------------------------*/
#keeperblock #ksp{
   font:normal 11px arial;
}


/* sign-in button
-------------------------------------------------*/
#keeperblock #kb{ font:bold 12px "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; color:#00a1ff; background-color:#eeeeee; border-color: #eeeeee; border-style: outset; outline-style: none; }

/* div that contains the noscript blurb
-------------------------------------------------*/
#keeperblock #kns{
   display:inline;
   color:#ff0000;
   background-color:#ffff66;
   font:normal 11px tahoma,sans-serif;
}


/**  END OF FILE  *************/
