br {
	clear: both;
}

form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  width: 95%;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #FF9900;
  border-width: 1px 0px 0px 0px;
  border-style: solid none none none;
  margin: 0px;
  padding: 10px;
  clear: none;
  width: 100%;
}

form fieldset legend {
  font-size: 12px;
  font-weight: bold;
  color: #FF9900;
  margin: 0;
  padding: 0px 5px;
  line-height: 150%;
}

form div label {
  display: inline;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: left;
  padding-left: 13px;
}

form div {
clear:both;
}
input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #002E45;
}

form fieldset input.inputText {
  width: 160px;
}

.required
{
	background: url(../../images/bullet_star.png) no-repeat left top;
}
/*Button*/
.button, .buttonHovered {
	width:69px;
	height:26px;
	color:#003F60;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.png) no-repeat left top;
	cursor:pointer;
	border:none;
	text-align: center;
}
.buttonHovered {
	background-position:left bottom;
}

div.submit {
	width: 100%;
	text-align: center;
}
