body {
  background-color:		#FFFFFF;
  margin:			0px;
  padding:			0px;

  text-decoration:		none;
  font-family:			tahoma;
  color:			#353535;
  font-size:			10px;
}

a {
  text-decoration:		none;
  font-family:			tahoma;
  font-size:			11px;
  color:			#555555;
}

a:hover {
  text-decoration:		underline;
}

input {
  text-decoration:		none;
  font-family:			tahoma;
  font-size:			12px;

  padding-top:			2px;
  padding-bottom:		2px;

  border:			1px solid #999999;

  color:			#555555;
}

input[type="submit"] {
  font-family:			verdana;
  font-size:			12px;
  font-weight:			bold;

  border:			1px solid #666666;

  color:			#222222;
  padding:			5px;
  padding-top:			2px;
  padding-bottom:		2px;
}
textarea {
  text-decoration:		none;
  font-family:			tahoma;
  font-size:			12px;

  padding-top:			2px;
  padding-bottom:		2px;
  line-height:			17px;

  border:			1px solid #999999;
  color:			#555555;
}

fieldset {
  border:			1px solid #bbbbbb;
}





.error_title {
  text-decoration:		none;
  font-family:			arial;
  font-size:			25px;

  color:			#404040;
  text-align:			center;
}