﻿/* 修改：表單主容器 */
.cert-main-container {
    width: 600px;
    margin: 0 auto;
}

/* 修改：內容區塊間距與背景 */
.cert-content-box {
    margin: 80px 20px 20px 20px;
    background-color: white;
}

/* 修改：表格寬度 */
.cert-form-table {
    width: 100%;
}

/* 修改：標籤儲存格對齊 */
.cert-label-cell {
    text-align: right;
}

/* 修改：按鈕儲存格對齊 */
.cert-button-cell {
    text-align: center;
}

/* 修改：驗證碼圖片指標樣式 */
.cert-captcha-img {
    cursor: pointer;
}

/* 修改：TextBox 與 Button 寬度 (取代 ASP.NET Width 屬性) */
.cert-input-width {
    width: 330px !important;
}

.cert-btn-width {
    width: 100px !important;
}
