#GuestSignIn {
	padding: 0px;
	margin: 0px;
	width: 180px;
	FONT-SIZE: 1.2em;
      color: #222222;
	text-align: center;
	background-color: #F0F4FB;
	border: 1px solid #999999;
}
#signinhead {
	padding-top: 8px;
	padding-bottom: 5px;
	text-decoration: none;
	FONT-SIZE: 1.2em;
	color: #ffffff;
	background-color: #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
}
#GuestSignIn p {
   padding: 10px;
   color: #222222;
}
#GuestSignIn a {
   color: #bbb;
   text-decoration: none;
}
#GuestSignIn a:hover {
   color: #000000;
   text-decoration: none;
}
#GuestSignIn fieldset {border: 0}

#signbutton {
	FONT-SIZE: 1.1em;
	width: 171px;
	height: 32px;
	background-image: url(signup.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
      margin-left: auto;
	margin-right: auto;
}
#signbutton:hover {
	FONT-SIZE: 1.1em;
	width: 171px;
	height: 32px;
	background-image: url(signup-over.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
      margin-left: auto;
	margin-right: auto;
}
#signbutton A {
	FONT-SIZE: 14px;
	COLOR: #236e9d;
      text-align: center;
	text-decoration: underline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	line-height: 30px;
}
#signbutton A:visited {
	text-decoration: underline;
	COLOR: #236e9d;
}
#signbutton A:hover {
	text-decoration: underline;
	COLOR: #236e9d;
}
#signbutton A:active {
	text-decoration: underline;
	COLOR: #236e9d;
}
