[data-field="folder"],[data-field="emaildays"],[data-field="attachment_folder"]{
	width:240px!important;
}


#canvas {
     width: 200px;
     height: 70px;
}
.captcha-box {
     position: relative;
}

.captcha-box label {
     display: block;
}
.captcha-refresh {
     padding: 0px;
     position: absolute;
     bottom: 1px;
     right: 3px;
}

#attachmentsList:empty { display: none; }

@media (min-width: 768px) {
    .r-small-page-element {
        max-width: 750px;
        width: 750px;
    }
}
@media (min-width: 992px) {
    .r-small-page-element {
        max-width: 970px;
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .r-small-page-element {
        max-width: 1170px;
        width: 1170px;
    }
}