#bd-submenu {
	display: none;
}
#bd-form > dl > dt {
	font-weight: bold;
	margin-bottom: 20px;
	color: #0060a1;
	text-transform: uppercase;
}
#bd-form > dl > dt > a {
	margin-left: 413px;
}
#bd-form > dl > dt > span {
	float: right;
	text-transform: none;
}
#bd-form > dl > dd > span {
	display: block;
	margin-left: 205px;
}
#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-form > dl > dd > label {
    width: 200px;
}
#bd-form > dl > dd > strong {
	width: calc(100% - 210px);
}
#bd-form > dl > dd > div.error, #bd-fm-list, .captcha-error {
	margin-left: 205px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
#bd-submenu {
	display: block;
}
#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 );
}
#bd-form > dl > dd > div.error, #bd-fm-list, .captcha-error {
	margin-left: 0;
}
}
