div.restrictions {
    position: absolute;
    border: 1px solid #74706C;
    background-color: #ffffc0;
    vertical-align: middle;
    width: 350px;
    height: 215px;
    margin: 0 0 0 10px;
}

div.restrictions h3 {
    font-size: 1.4em;
    text-align: left;
    margin: 0 8px 8px 8px;
    border-bottom: 1px dotted;
}

div.restrictions div.close {
    text-align: right;
    padding-right:2px;
    padding-top:2px;
}

div.restrictions div.message {
    text-align: left;
    font-weight: normal;
    margin: 8px;
    padding: 5px 5px 5px 15px;
    background-color: #ededb3;
}

div.restrictions div.close a {
    vertical-align: middle;
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}


/*Vesting Schedule Specific*/
.balancedetail .chartBlock div.restrictions h3 {
    border-bottom: 1px dotted #000000;
    color: #000000;
    background:none;
    font-size:1em;
    margin: 8px;
    padding: 0px 0px 3px 0px;
    
}

div.restrictions div.vestingSchedule{
    margin: 3px;
    overflow-x:hidden;
}

div.restrictions dl.vestingScheduleSteps dt {
    float: left;
}

div.restrictions dl.vestingScheduleSteps dt {
    float: right;
}

div.restrictions div.message #vestSchedTable .vestingHeader {
    border-bottom: thin solid black;
    margin: 0px;
    padding-bottom:0px;
    border-spacing:0px; 
}
    
div.restrictions div.message #vestSchedTable .vestingRowLeft {
    width: 125px;
    padding:0px;
}   

div.restrictions div.message #vestSchedTable .vestingRowRight {
    text-align: right;
    width: 100px;
    paddding:0px;
}
div.restrictions div.message #vestSchedTable table {
    padding: 0px;
    margin: 0px;
}
div.restrictions div.message #vestSchedTable td {
    font-size:1.0em;
    padding: 0px;
}
div.restrictions div.message #vestSchedTable caption {
    text-align: left;
}
div.restrictions div.message #deferralInfo {
    text-align: left;
    padding-left: 9px;
}