/* CSS Document */

fieldset {
	margin: 0em 0px;
	padding: 0.5em;
	border: none;
	background:	#d2e7e7;
}

.numbers {
	color: #057880;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	width: 100%;
}

.noBack {
	background:	#fff;
}

label {
	margin-top: 0.25em;
	float: left;
	width: 10em;
	font-weight: bold;
	color: #057880;
}

.altLayout label {
	width: auto;
	display: block;
	float: none;
	margin-bottom: 1em;
}

.imageSubmit {
	padding-bottom: 15px;
	font-size: 1.5em;
	color: #fff;
	font-weight:bold;
	border:none;
	width: 200px;
	height: 50px;
	background: url(../images/icons/search.gif) no-repeat top left;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.imageSubmit:hover {
	text-decoration: none;
}


input {
	width: 15em;
	padding: 0.2em;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;

}

select {
	width: 15em;
	padding: 0;
	background-color: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

option {
	padding-left: 0.2em;
	background-color: #fff;

}

textarea {
	width: 97%;
	height: 20em;
	padding: 0.2em;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;

}

.radio {
	width: auto;
	margin-right: 0.5em;
	border: none;
	background: none;	
}

.submit {
	text-align: center;
}

.submit input {
	width: 10em;	
}

#requirements, #orgOther, #consumerOther, #affiliationOther, #terms  {
	display: none;
}


