/* 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 */

.rrnColumn {
	float: left;
	width: 125px;
}
.plateColumn {
	float: left;
	width: 105px;
}
.ui-dialog .ui-dialog-titlebar-close span {
    margin: -8px;
}
.ui-widget-overlay {
   position: fixed;
}
/* End of classes */
/**************************************************************************************/
/* All IDs go in this section alphabetically. */
/* Begin of IDs */
#captchaMobileRow {
    display: none;
}
#captchaRow {
    display: block;
    padding-left: 145px;
    padding-bottom: 10px;
}
#jCaptchaInputLabel {
    clear: both; /* This is needed for IE */
    position:relative;
}
#jCaptchaMobileImage {
    border-radius: 10px;
    float: left;
}
#jCaptchaMobileResetButtonDiv {
    padding-left: 10px;
    position: relative;
    top: -8px;
}
#plateTitle {
	margin-left: 37px;
}
#rowBeforeCaptcha {
    height: 20px;
}
#rrnblock {
    display:none; 
}
/* End of IDs */
