
	.wp-tab-panel { min-height: 42px; max-height: 500px !important;}
	ul.wp-tab-bar { border-bottom: 3px solid rgb(34, 105, 155);margin-bottom: 0;margin-top: 45px !important;}
	ul.wp-tab-bar li {
        color: rgb(85, 85, 85);
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
        background: none 0px 0px repeat scroll rgb(228, 228, 228);
        border-image: none 100% / 1 / 0 stretch;
        border-style: solid solid none;
        border-width: 1px 1px medium;
        margin: -4px 4px -1px 0px;
        padding: 4px 14px 6px;
        text-decoration: none;
        background: rgb(0, 103, 153);
        border-color: rgb(34, 105, 155);
	}
	ul.wp-tab-bar li a {
	    font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        padding: 6px 10px;
        text-decoration: none;
        color: #fff !important;
	}
	ul.wp-tab-bar li.wp-tab-active, ul.wp-tab-bar li.wp-tab-active:hover {
        background: #004779;
        border-bottom: 1px solid #22699b;
        color: #ffffff;
    }
    .wp-tab-panel .form-table {background: #f1f1f1 none repeat scroll 0 0;}
    .wp-tab-panel .form-table th {
        border-right: 1px solid #e0e0e0;
        background: #f7f7f7 none repeat scroll 0 0;
        vertical-align: top;
        text-align: left;
        padding: 20px 10px 20px;
        width: 200px;
        line-height: 1.3;
        font-weight: 600;
    }
    .wp-tab-panel .form-table td {
        background: #f1f1f1 none repeat;
        border-left: 1px solid #e0e0e0;
        margin-bottom: 9px;
        padding: 15px 10px;
        line-height: 1.3;
        vertical-align: middle;
    }
    .wp-tab-panel .form-table td fieldset {
        display: inline-block;
        margin-right: 15px;
    }
    .wp-tab-panel .form-table p.submit input[type="submit"] {
        border-radius: 0;
        box-shadow: none;
        height: 40px;
    }
