#GuestSignIn {
   padding: 0;
   margin: 0;
   width: 180px;
background: #e9f8fe;
}
#GuestSignIn h2 {
   margin-bottom: 0;
}
#GuestSignIn p {
   background: #e9f8fe;
   color: #494949 !important;
   padding: 4px;
}
#GuestSignIn a {
   color: #494949;
   text-decoration: underline;
}
#GuestSignIn a:hover {
color: #FFFFFF !important;
background-color:#494949;
text-decoration:none !important;
}

#GuestSignIn fieldset
{
border: 0

}

#GuestSignIn div
{
background: #e9f8fe;
padding: 4px;
}

#GuestSignIn ul
{
padding: 4px;
}

#GuestSignIn label
{
color: #494949 !important;
}