.FSLoginBox { 
	background: white url("gg_main.png") left top no-repeat;
	width: 180px;
	height: 150px;
	}
					
.FSLoginBox form {
	padding: 10px;
	}

.FSLoginBox #ui, .FSLoginBox #up {
	  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  abackground: #FFFF80;
	font-size: .8em;
	height: 20px;
	border: 0px;
  }

.FSLoginBox #ui {
	position: relative;
	left: 2px;
	top: 31px;
	width: 155px;
	}

.FSLoginBox #up {
	position: relative;
	width: 306px;
	left: 4px;
	top: 47px;
	width: 154px;
	}

.FSLoginBox #fssubmit {
	position: relative;
	top: 53px;
	left: 108px;
	width: 50px;
	}

.FSLoginBox .FSLocationName {
	position: relative;
	left: 2px;
	top: 25px;
	color: white;
	font-family: Arial, Verdana;
	font-size: .8em;
	font-weight: bold;
	}

.FSLoginBox .FSRegistrationLink	a {
	position: relative;
	left: 2px;
	top: 25px;
	color: #FFFF80;
	font-family: Arial, Verdana;
	font-size: .8em;
	font-weight: bold;
	}





