fieldset {
	width: 640px;
	margin: 0 0 30px 0;
	font-family: Tahoma;
}

dl {
	clear: both;
}

dt, dd {
	float: left;
	margin-top: 5px;
}

dt {
	width: 28%;
	text-transform : lowercase;
	font-size: 0.9em;
	text-align: left;
	margin-right: 2%;
	font-weight: normal;
}

dd {
	width: 70%;
}

fieldset.small dt {
	width: 18%;
}

fieldset.small dd {
	width: 80%;
}

fieldset.smaller dt {
	width: 13%;
}

fieldset.smaller dd {
	width: 85%;
}

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #dadada;
	border: 1px solid #d0d0d0;
	background-color: #ffffff;
}

input {
	height: 20px;
	width: 250px;
	display: block;
	padding: 5px 0 0 5px;
}

textarea {
	padding: 5px 0 0 5px;
	background-image: none;
}

input#submit {
	height: 30px;
	width: 75px;
	display: block;
	padding: 3px;
}

input:focus, textarea:focus, select:focus {
	color: #5d5d5d;
}

input.radio, input.checkbox {
	border: 0;
	float: left;
	display: none;
}

input.button {
	margin-right: 10px;
}

label {

}

option {
	padding: 0 5px 1px 0;
}

div.checkbox {
	background-image: url(/html/default/img/checkbox.gif);
}