body{
	padding:0;
	margin:0;
	background-color: transparent;
	font-family:Helvetica, Arial, sans-serif;
}

#replacement-1 {
  width: 47px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  /*background: transparent url(../../images/home_img/log_in.gif) no-repeat center top;*/
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  background:#BA0000;
}

#replacement-2 {
  width: 47px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../../images/home_img/log_out.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

form>#replacement-1 { /* For non-IE browsers*/
  height: 0px;
}

.emailbox{
	background-color:#BA0000; 
	padding:2px; 
	margin-bottom:2px; 
	color:white; 
	font-weight:bold;
	font-size:14px;
}

.emailbox input{
	width:150px;
}

.passwordbox{
	background-color:#BA0000; 
	padding:2px; 
	color:white; 
	font-weight:bold;
	font-size:14px;
}

.passwordbox input{
	width:150px;
}

.loggedin{
	background-color:#BA0000; 
	padding:2px; 
	margin-bottom:2px; 
	color:white; 
	font-weight:bold;
	font-size:14px;
}