#hdu-container {
	margin-top: 10px;
	margin-bottom: 30px;
}
#hdu-container legend {
	width: 100%;
}
#hdu-container legend .required {
	color: #d00;
	font-size: 14px;
}

#hdu-content {
	display: block !important;
}
#hdu-content label {
	display:inline-block;
	line-height:20px;
	margin:0 5px 10px;
	width: auto;
}
#hdu-content label input {
	margin-right:3px;
}
#hdu-content #checkboxHduSource {
	width: 100% !important;
}
#hdu-content #otherSourceText {
	margin-top:10px;
	border-radius:3px;
	resize:vertical;
	width:100% !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Journal2 Compatibility */
.j-container #hdu-content {
	margin-top: 20px;
}
.j-container #hdu-container.has-error  {
	padding-top: 0;
}
.j-container #hdu-container.has-error label  {
	color: #c00;
}