
    
/* 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: 732px;
}

.labelColumnSearch {
    float: left;
    padding-top:8px;
    margin-left: 0px;
    padding-right:5px;
    text-align: right;
    width: 465px;
}

.labelColumnSearchFields {
    float: left;
    padding-top:5px;
    margin-left: 0px;
    padding-right:5px;
    text-align: right;
    width: 340px;
}

/* End of classes */
/**************************************************************************************/
/* All IDs go in this section alphabetically. */
/* Begin of IDs */

#captchaMobileRow {
    display: none;
}

#captchaRow {
    display: block;
    margin-left:-82px;
}



#jCaptchaImage {
    border-radius: 10px;
    padding-top: 2px;
}
#jCaptchaInputLabelDiv {
    clear: both; /* This is needed for IE */
}

#jCaptchaResetButtonDiv {
   padding-bottom: 5px;
}

#recaptchaContainer {
	margin-left: 340px;
}

#rowBeforeCaptcha {
    height: 20px;
}

/* End of IDs */

/**************************************************************************************/

