﻿.marginTop30 {
    margin-top: 30px;
}

.marginTop20 {
    margin-top: 20px;
}

.btn-submit {
    background-color: #A12434;
    color: white;
    width: 97px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.btn-reset {
    background-color: #A22334;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.radio-large {
    font-size: large;
}


.customDiv {
    margin-left: 113px;
    margin-top: -27px;
    height: 36px;
}

.centerText {
    text-align: center;
}

.btn-refresh {
    height: 26px;
    padding: 4px 10px;
    background-color: #0066cc; /* optional styling */
    color: white;
    border: none;
    cursor: pointer;
}

.txt-remark {
    height: 55px;
    width: 252px;
    resize: vertical; /* optional: allow resizing */
    padding: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.validation-error {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

.floatRight {
    float: right;
}

.hiddenRow {
    display: none;
}

.errorText {
    color: red;
    display: block; /* or 'none' if you want it hidden by default */
    font-size: 12px;
    margin-top: 4px;
}

.captchaRefresh {
    margin-left: 113px;
    margin-top: -27px;
    height: 36px;
}

.style1 {
    height: 123px;
}

