@charset "utf-8";
/* CSS Document */

#bd form {
	margin: 10px;
}

#bd label {
	font-size: 1.2em;
	font-weight:bold;
	margin-top: 9px;
	margin-right: 10px;
	width: 60px;
}
#bd input.styledInput {
	margin-top: 9px;
}
fieldset {
	float: left;
	width: 300px;
}
#bd div.styledSelect {
	float: left;
	margin-top: 9px;
	width: 196px;
}
#bd div.styledSelect input {
	width: 155px
}
#bd div.styledSelect .options {
	width: 210px;
}
#bd textarea {
	background: url(../images/bkg_styledTextareaLarge.gif) no-repeat scroll;
	border: 0;
	width: 284px;
	height: 70px;
	color: #fff;
	font-size: 1.2em;
	padding: 2px 8px;
}
#bd input.button {
	float: right;
}

