.ui-widget-overlay {
    background: url("images/ui-bg_flat_0_000000_40x100.png") repeat-x scroll 50% 50% #000000;
    opacity: 0.5;
}

.ui-widget {
    font-size: 10px;
}

#content .ui-picker-disabled .ui-state-default {
    background: #E6E6E6 !important;
    border: 1px solid #D3D3D3;
    color: #555;
    font-weight: normal;
    text-decoration: none;
}

#greencheck {
    min-height: 150px;
    background-image: url("/wp-content/themes/nasba/img/registry/GREEN-HR.jpg");
    background-position: left;
    background-repeat: no-repeat;
    padding: 65px 0 0 96px;
    margin: 5px 8px;
    font-weight: 700;
    font-size: 15px;
    line-height:125%

}

#redcheck {
    min-height: 150px;
    background-image: url("/wp-content/themes/nasba/img/registry/RED-HR.jpg");
    background-position: left;
    background-repeat: no-repeat;
    padding: 65px 0 0 96px;
    margin: 5px 8px;
    font-weight: 700;
    font-size: 15px;
    line-height:125%
}

/*  Draw a blue border around the table. */
#blueborderBox {
    padding: 12px;
    height: 165px;
    max-height: 155px;
    max-width: 358px;
    position: relative;
    border-color: #bfbfbf;
    background-repeat: no-repeat;
    background-position: top left;
    border-style: solid;
    border-width: medium;
}

.buttonClass {
    margin: 10px 0 0 40px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #FFF;
    padding: 3px 50px 3px 50px;
    border: 1px solid #999;
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;

    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #64a724;
    background: -moz-linear-gradient(top, #64a724 0%, #579727 50%, #58982a 51%, #498c25 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64a724), to(#498c25), color-stop(0.4, #579727), color-stop(0.5, #58982a), color-stop(.9, #498c25), color-stop(0.9, #498c25));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#64a724', endColorstr = '#498c25', GradientType = 0);
    cursor: pointer;

}

.buttonClass2 {
    /* padding: 1px 0 3px 53px;*/
    /* margin: 10px 0 0 40px;*/
    padding: 6px 0 3px 35px;
}

.button4:hover {
    border: 1px solid #FFF;
}

.buttonClassClear {
    color: red;
    border: 0px;
    background: none;
    font-weight: 560;
    text-align: right;
    padding: 0 0 0 150px;
    text-decoration: underline;

}

.buttonClassClear:Hover {
    color: #34B72F;
    }


.buttonClass:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
    background: -moz-linear-gradient(center top, #1e62d0 5%, #3d94f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1e62d0', endColorstr = '#3d94f6');
    background-color: #1e62d0;
    color: #ffffff;
}

.buttonClass:active {
    position: relative;
    top: 1px;
}

table.RegForm {
    width: 350px;
}

table.MainTbl {
    width: 760px;
}

.confirm_verbs {
    width: 100%;
}

table.form tbody input {
    width: 80px;
}

table.RegForm select {
    padding: 4px;
}

#nameplace {
    font-weight: 700;
}

.edit-link {
    line-height: 26px;
}

td.regFormLeftCol {
    width: 134px;
}

td.regFormRightCol {
    width: 220px;
}

td.mainpost {
    width: 390px;
}

td.QueryResults {
    width: 370px;
}

.regDivMonthOption {
   float:left; width:74px;
}
.regDivDayOption{
   float:left; width:68px;
}
.regDivYearOption{
    float:right;width:68px;
}
.regCalFormat{
    width:210px;
}
.helpText{
    width:358px;padding:4px 0px 4px 0px;
    font-size:90%

}
.regDivMethOption {
    width:214px
}