@CHARSET "ISO-8859-1";

#SignUp {
  display: block; 
  height: 200px;
}

#news_message td {
  padding: 10px 0;
  text-align: center;
}

#SignUp .signupframe {
  border: 0;
  float:left;
  width:100%;
  padding:0;
  background:none;
  font-weight: bold;
}

.signupframe .inputbox{
	border:1px solid #CCC;
	width: 260px;
	color: #333;
	padding: 3px;
}

.signupframe td{
	text-align:center;
	padding: 5px;
}

td.label {
  text-align: right;
  width: 24%;
}

#SignUp input.button {
  background: transparent url(../images/email_submit.png) top left no-repeat;
  color: #ffffff;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Tahoma;
  cursor: pointer;
  border: none;
  width: 260px;
  height: 46px;
  font-size: 12pt;
}

#SignUp input.button:hover {
  color: #333333;
}

/*Please not to Delete */
#hidden{
	display: none;
}

#visible{
	display:block;
}