#bd-form > dl > dt > a {
	margin-left: 133px;
}
#bd-form > dl > dd > span {
	display: block;
	margin-left: 135px;
}
#bd-form > dl > dd > input, #bd-form > dl > dd > textarea {
	width: 330px;
}
#bd-form > dl > dd > input[name="code"] {
	width: 190px;
}
#bd-form > dl > dd > textarea {
	height: 180px;
}
#bd-fm-list {
	padding-left: 135px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-form {
	margin: 20px 10px 0;
}
#bd-form > dl {
	float: none;
	width: 100%;
	padding-right: 0;
}
#bd-form > dl > dt {
	padding-left: 0;
	text-align: left;
}
#bd-form > dl > dt > a {
	float: none;
	display: block;
	margin: 10px auto;
}
#bd-form > dl > dd > span {
	margin-left: 0;
}
#bd-form > dl > dd > label, #bd-form > dl > dd > input, #bd-form > dl > dd > textarea, #bd-form > dl > dd > strong {
	width: 100%;
}
#bd-form > dl > dd > input[name="code"] {
	width: calc( 100% - 140px );
}
}
