#GuestSignIn {
   padding: 0px;
   margin: 0px;
   width: 180px;

}
#GuestSignIn h2 {
   margin-bottom: 0px;
}
#GuestSignIn p {
   padding: 4px;
}
#GuestSignIn a {
   color: #e5e5e5;
   text-decoration: none;
}
#GuestSignIn a:hover {
   color: #e5e5e5;
   background-color:#589DBF;
   
}

#GuestSignIn fieldset {
	border: 0;
}

#GuestSignIn input {
	padding:2px 5px 0 10px;
}

#GuestSignIn label {
	color:#8DC6E3;
}

#GuestSignIn .Inputtxt {
	width:130px;
	height:20px;
	background:url(input.gif) no-repeat  ;
	border:0;
}


#GuestSignIn .Button{
padding:5px 8px;
margin:5px;
background:url(signin.gif) center no-repeat  ;
border:0;
}