.ui-widget-header {
    border: 1px solid #357E4D;
    background: #eff8c6 !important;
    color: #222;
    font-weight: bold;
}
.ui-grey-box {
    width:280px;
    float:left;
    background-color:#ECEEF0;
    border-radius:8px;
    padding:0px 10px 10px 10px;
}
.ui-grey-box-right {
    width:280px;
    float:right;
    background-color:#ECEEF0;
    border-radius:8px;
    padding:0px 10px 10px 10px;
}
.holder {
    height:60px;
    padding-right:10px;
}
.emblemhold {
    float:right;
    height:50px;
    overflow:hidden;
}
.profileuserphoto:hover
{
	opacity: 1;
	filter: alpha(opacity = 100);
}
.dbtnanchor
{
padding: 5px 20px;
border: 1px solid #357E4D;
border-radius: 10px;
text-align: center;
background-color: #809f34;
cursor: pointer;
color: white;
}
.dbtnanchor:hover{
    text-decoration: none;
    font-size:13px; 
    
}