html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

*html html,body {
	height: 100%;
}

body {
  behavior: url('../mighty/js/hover.htc'); 
}

fieldset.debug {
  border: 3px solid #CD0000;
  padding: 10px;
  font-family: arial;
  text-align: left;
  color: black;
  background: white;
}

fieldset.debug legend {
  padding: 5px;
  color: #000000;
  font-size: 14px;  
}

div.clear_floats {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

fieldset#errors {
  text-align: left;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #C30000;
}

fieldset#errors legend {
  color: #C30000;
  font-weight: bold;
  background-color: #FFFFFF;
  padding: 2px;
  border: 1px solid #C30000;
  font-size: 12px;
}

fieldset#errors ul {
  list-style: none;
}

fieldset#errors ul li {
  padding: 2px 2px 2px 20px;
  margin: 2px 0;
  background: url(../images/icons/cancel.png) no-repeat;
  font-weight: bold;
}

div.floated {
  float: left;
}

label.needed {
	color: #FF0000;
	font-weight: bold;
}
