/* @(#) USA.NET mailsafetpl GIT.BUILD.5.0.10027 2025:07:23:20:46:11 terms.css 68b8d58451d5e8a7fa752cc651afa232b307337c */
#usa-ext-login {
    width: 580px;
}

#usa-ext-logininner {
    width: 570px;
}

#usa-ext-terms {
    text-align: left;
}

.has-ext-data textarea.terms {
    width: 98%;
    height: 240px;
    overflow: auto;
    margin-bottom: 5px;
}

/* Dynamic height logic handled via class toggling */
.has-ext-data #usa-ext-login {
    height: 280px;
}

.no-ext-data #usa-ext-login {
    height: 2240px;
}

.has-ext-data #usa-ext-logininner {
    height: 270px;
}

.no-ext-data #usa-ext-logininner {
    height: 2230px;
}


/* Terms and Conditions Box */
#usa-ext-terms-container {
    height: 200px;
    overflow: auto;
}

/* Accept/Decline Button Styling */
#accept_decline_buttons {
    padding-top: 10px;
    text-align: center;
}

#acceptbtn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#usa-companyurl {
	text-decoration: none;
}


/* ---------------------------------------- */
/*                                          */
/*    terms_and_conditions.html Styles      */
/*                                          */
/* ---------------------------------------- */
.terms-header {
    line-height: normal;
    margin: 2.25pt 0 10pt;
}

.terms-header-text {
    font-family: 'Times New Roman', serif;
    color: #4d4d4d;
    font-size: 9pt;
}

/* MS Office Compatibility */
.terms-mso-normal {
    mso-margin-bottom-alt: auto;
}

.terms-header-text {
    mso-fareast-font-family: 'Times New Roman';
    mso-ansi-language: EN;
}

/* DMCA Link Styles */
.dmca-comment {
    mso-comment-reference: E_1;
    mso-comment-date: 20110623T0852;
}

.dmca-link {
    text-decoration: none;
}

.dmca-text {
    mso-comment-continuation: 1;
    color: #4d4d4d;
}