.ui-widget-header {
    background: url("../images/input-bg.png") repeat-x scroll 0 0 #F0F6F8;
    border: none;
    border-bottom: 1px solid #AAC9CE;
    color: #677D81;
    font-weight: normal;
    border-radius: 0px;
    height: 21px;
}

.ui-dialog {
    /* background: url("../images/gradient-blue-big.png") repeat-x scroll 0 0 #F8FEFF; */
    padding: 0px;
    border: 1px solid #AAC9CE;
    box-shadow: 0 0 6px 2px #AAC9CE;
}

.ui-widget-overlay{
    background: #000;
    opacity: 0.2;
}

.ui-dialog .ui-widget-content{
    color: #333;
    padding: 0px;
}

/* All Dialogs */

.dialog-headline {
    font-size: 15px;
    font-weight: normal;
    margin: 10px;
    line-height: 25px;
}

.dialog-part {
    background: url("../images/blue-divider.png") repeat-x scroll center bottom transparent;
    padding: 0 5px 30px;
    margin-bottom: -16px;
}

.dialog-part.nosplit{  background: none;  padding: 0 5px 0px; margin-bottom: 0px; }


#dialog-find-friends label{
    padding-right: 7px;
    text-align: right;
    width: 120px;
}

#dialog-find-friends .form-row input, #dialog-find-friends .form-row label{
    vertical-align: top;
}

#dialog-find-friends .showmore{
    margin: 12px 8px;
    text-align: center;
    width: 461px;
}

#dialog-form .form-row label { width: 80px; }

/* Dialog Fancy */

.dialog-content .fancy-tabel{ display: none; }

.ui-dialog .ui-dialog-titlebar { 

    border-top-left-radius:5px;
    border-top-right-radius:5px;
    
    color: #fff;
	background: linear-gradient(to bottom, #0055a5 10%,#242d60 90%);
    background: -webkit-linear-gradient(top, #0055a5 10%,#242d60 90%);

}