.ui-button {
	margin: 3px 0px;
}
fieldset {
	border: 0px;
}
label {
	display: block;
	margin: 30px 0px 0px 0px;
}
select {
	width: 200px;
}
.overflow {
	height: 200px;
}
.checkbox-checked {
	background: url('/page/-/images/checkbox-button-checked.png') 6px 50% no-repeat !important;
}
.radio-checked {
	background: url('/page/-/images/radio-button-checked.png') 6px 50% no-repeat !important;
}
label.field {
	font-size: 1.4em;
	margin-bottom: 5px;
}
#bodyBSD .fieldset {
	margin-bottom: 0px;
}
 @media only screen and (max-width : 320px) {
#bodyBSD {
	width: 320px;
}
#bodyBSD #header {
	width: 340px;
	height: 28px;
	background-color: #5b5e66
}
#bodyBSD #container {
	background-image: none;
}
.ui-button .ui-button-text {
	font-size: 0.76em;
}
}
 @media only screen and (min-width : 380px) {
.ui-button .ui-button-text {
	font-size: 1.1em;
}
}
