/* All HTML elements go in this section alphabetically. */
/* Begin of HTML elements */
/* End of HTML elements */
/**************************************************************************************/
/* All classes go in this section alphabetically. */
/* Begin of classes */
.bodyDiv {
	min-width: 700px;
}

.messageError {
	max-width: 730px;
}

.messageInformation {
	max-width: 730px;
}

.messageWarning {
	max-width: 730px;
}
.searchRow {
	margin-top: 20px;
}
/* End of classes */
/**************************************************************************************/
/* All IDs go in this section alphabetically. */
/* Begin of IDs */
#captchaMobileRow {
	display: none;
}
#captchaRow {
	display: block;
}
#displayLink {
	display: none;
}
#jCaptchaImage {
	border-radius: 10px;
	margin-top: 4px;
}
#jCaptchaInputLabelDiv {
clear: both; /* This is needed for IE */
padding-top: 10px;
}
#jCaptchaInputDiv {
	margin-top: 8px;
}
/* End of IDs */
