#GuestSignIn {
   padding: 0;
   margin: 0 0 10px 0;
   width: 200px !important;
   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 {
	margin-left: -10px;
	border: 0
}

#GuestSignIn fieldset input {
	margin: 0 0 10px 10px;
}