/* CSS Document */

#goldenform fieldset {
	margin: 0 0 5px 0;
	border: 0 solid;
	border-top: 1px solid #000099;
	padding: 0 10px 10px 10px;
}

#goldenform legend {
	  font-size : 90%;
	  font-weight:bold;
	  color: #000;
      background-color : #ffffff;
	  border: 1px solid #000099;
	  margin-top: 0;
	  padding: 5px;
}

#goldenform label {
	font-size: 80%;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	line-height: 1.5em;
	clear: both;
	float: left;
	display: block;
	width: 10em;
	margin-top: -1em;
}

#goldenform label.first {
	margin-top: 1em;
}

#goldenform input {
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}

#goldenform textarea {
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}

#goldenform select {
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}

#goldenform fieldset.radio {
	margin: 10px 0 0 0;
	padding-top:10px;
	border: 0 solid #ffffff;
}

#goldenform fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}

#goldenform fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 2em;
	font-weight: bold;
	font-weight: normal;
}

#goldenform fieldset.radio legend {
	float: left;
	font-weight: bold;
}

.border {
	border:1px solid #ff5566;
	background-color:#eeeeee;
}

#goldenform input.submit {
	font-weight: strong;
	clear: both;
	top: 0;
	background-color: #000099; 
 	color: #ffffff;
	border: 1px solid #777777; 
}

.clearer {
	clear: both;
	height: 1px;
}