/* Style rules for GateKeeper
   http://www.HTMLisEasy.com/keeper/
*****************************************/


/* this is the table that encloses the form
-------------------------------------------------*/
#keeperblock {
   color:#666;
   font:bold 12px arial;
   width: 300px;
}


/* username & password input text boxes
-------------------------------------------------*/
#keeperblock #ku,#kp {
   border:solid 1px #999999;
   font:normal 12px arial;
   width:200px;
   margin-bottom: 10px;
   margin-top: 10px;
   vertical-align: top;
}


/* cell that contains the text "save password"
-------------------------------------------------*/
#keeperblock #ksp{
   font:normal 11px arial;
}


/* sign-in button
-------------------------------------------------*/
#keeperblock #kb{
   font:bold 11px arial;
   color:#000000;

}

/* div that contains the noscript blurb
-------------------------------------------------*/
#keeperblock #kns{
   display:inline;
   color:#ff0000;
   background-color:#ffff66;
   font:normal 11px tahoma,sans-serif;
}


/**  END OF FILE  *************/
