#bo_wrap {
    clear: both;
    margin-top: 40px;
    width: 100%;
    display: block;
}

#bo_top {
	margin: 10px 0;
}

.brand-list-table {
    width:100%;
    border-collapse:collapse;
	font-size:15px;
}

.brand-list-table th {
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #333 !important;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    font-weight: 600 !important;
}

.brand-list-table th,
.brand-list-table td {
    border:1px solid #ddd;
    padding:10px;
    text-align:center;
}

.brand-list-table td {
    color: #666;
}

.brand-table {
    width:100%;
    border-collapse:collapse;
	font-size:15px;
}

.brand-table th {
    background: #f0f0f0;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    font-weight: 600 !important;
}

.brand-table th,
.brand-table td {
    border:1px solid #ddd;
    padding:10px;
    text-align:center;
}

.pagination {
    text-align:center;
    margin:20px 0;
}

.pagination a {
    display:inline-block;
    padding:6px 10px;
    margin:0 2px;
    border:1px solid #ccc;
}

.pagination a.active {
    background:#c62828;
    color:#fff;
}

.btn-register-b {
    background: #8b4513;
    color: #fff;
    font-size: 15px;
	border:0px !important;
    padding: 5px 25px;
	border-radius:20px;
    font-weight: 600 !important;
}

.btn-register {
    background: #8b4513;
    color: #fff;
    font-size: 15px;
	border:0px !important;
    padding: 8px 15px;
    font-weight: 600 !important;
}

.btn-cancel {
    background:#777;
    color:#fff;
    padding:8px 15px;
	font-size:15px;
	border:0px !important;
}

.frm_input {
	border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}