/*CSS Reset*/
*
{
   border: none;
   margin: 0;
   padding: 0;
}
/*

*/
/**************************************
	Round Corners Button With Rollover
***************************************/

.SignInButton li
{
   display: inline;
   list-style: none;
}

.SignInButton li a
{
   background: transparent url(../Images/button_signin_left.gif) no-repeat left;
   display: block;
   height: 38px;
   width: 130px;
   text-decoration: none;
   padding: 12px 10px 10px 10px;
   margin-left: 0px;
   font-size: 32px;
   font-family: Times New Roman, Arial, Tahoma;
   color: #fff;
}

.SignInButton li a:hover
{
   color: #000;
}

.OkButton li
{
   display: inline;
   list-style: none;
}

.OkButton li a
{
   background: transparent url(../Images/button-ok.gif) no-repeat left;
   display: block;
   height: 28px;
   width: 90px;
   text-decoration: none;
   padding: 8px 0px 0px 0px;
   margin-left: 0px;
   font-size: 16px;
   font-family: Times New Roman, Arial, Tahoma;
   color: #fff;
}

.OkButton li a:hover
{
   color: #000;
}


.RegisterButton li
{
   display: inline;
   list-style: none;
}

.RegisterButton li a
{
   background: transparent url(../Images/button-register.gif) no-repeat left;
   display: block;
   height: 45px;
   width: 120px;
   text-decoration: none;
   padding: 0px 10px 0px 0px;
   margin-left: 0px;
   font-size: 22px;
   font-family: Times New Roman, Arial, Tahoma;
   color: #fff;
}

.RegisterButton li a:hover
{
   color: #000;
}


.EmailPWButton li
{
   display: inline;
   list-style: none;
}

.EmailPWButton li a
{
   background: transparent url(../Images/button-emailpw.gif) no-repeat left;
   display:block;
   height: 40px;
   width: 180px;
   text-decoration: none;
   padding: 0px 0px 0px 0px;
   font-size: 22px;
   font-family: Times New Roman, Arial, Tahoma;
   color: #fff;
}

.EmailPWButton li a:hover
{
   color: #000;
}

