/* CSS Document */
img {
	border: 0px;
}
legend {
	color: #ffffff;
}
fieldset {
	float: left;
	/*width: 44%;*/
	border: 1px solid #808080;
	/*background-color: #e7e7e7;
	padding: 0px 8px 8px 8px;*/
	/*height: 330px;*/
	
	margin: 0%;
	padding: 2%;
}
fieldset.whole {
	width: 90%;
	float: left;
}
fieldset.twoThird {
	width: 50%;
	float: left;
}
fieldset.oneThird {
	width: 36%;
	float: right;
}
fieldset p {
	margin: 0px;
}
label {
	display: block;
	width: 30%;
	margin: 0% 2% 0% 0%;
	padding: 0px;
	text-align: right;
	float: left;
	font-weight: bold;
	font-size: x-small;
}
input, textarea, select {
	width: 160px;
	margin: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding: 0px;
}
textarea
{
	height: 5em;
}
fieldset.oneThird label {
	width: 75%;
}
fieldset.oneThird input {
	width: 12%;
}
input.normal {
	width: auto;
}
input.checkBox {
	margin: 0% 0% 0% 0%;
	padding: 0px;
}
br {
	display: block;
	float: none;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
hr {
	display: block;
	float: none;
	clear: both;
	height: 1px;
	border: 0px;
	border-top: 1px solid #ffcc00;
	background-color: #ffcc00;
}
.button {
	width: 20%;
	float: right;
	padding: 20px 20px 20px 20px;
}