#GuestSignIn {
   padding: 0;
   margin: 0;
   width: 180px;
   overflow: hidden;
}
#GuestSignIn h2 {
   margin-bottom: 0;
}
#GuestSignIn p {
   /*background: #f5f9ff;
   padding: 4px;*/
}
#GuestSignIn a {
   /*color: #062971;*/
   /*text-decoration: underline;*/
}
#GuestSignIn a:hover {
   /*color: #000;*/
   text-decoration: none;
}
#GuestSignIn fieldset {border: 0}
#GuestSignIn form ul li{ margin: 0 0 10px 0 !important; }
#GuestSignIn form .Button{ float: left; }

#GuestSignIn .MembershipOptionLinks{ float: right; text-align: right; margin-top: -32px; }