#dialog 
{
    position:fixed; 
    width:400px !important; 
    padding:0px; 
    z-index:200; 
    background:#fff; 
    font-family:Verdana, Arial, Helvetica; 
    font-size:14px; 
}

#dialog-header 
{
    display:block; 
    position:relative; 
    padding:3px 6px 7px; 
    height:14px; 
    font-size:14px; 
    font-weight:bold
}

#dialog-title 
{
    float:left
}

#dialog-close 
{
    float:right; 
    cursor:pointer; 
    margin:3px 3px 0 0; 
    height:11px; width:11px; 
    background:url(../../images/close.gif) no-repeat
}

#dialog-content 
{
    display:block; 
    padding:6px; 
    min-height:115px; 
    color:#000000; 
    font-size:13px;
}

#dialog-content-inner  
{
    min-height:85px; 
}

#dialog-mask 
{
    position:fixed; 
    top:0; 
    left:0; 
    height:100%; 
    width:100%; 
    background:#FFF; 
    opacity:.75; 
    filter:alpha(opacity=75); 
    z-index:100
}
#dialog-button-container  
{
    text-align:center; 
    margin:2px 6px 6px 2px; 
}

#dialog-button  
{
    font-weight:bold; 
    font-size:1.1em; 
    font-family:Arial, sans-serif; 
    padding:5px 20px 5px 20px; 
}

.error 
{
    background:#fff url(../img/jquery.modaldialog/e_bg.jpg) bottom right no-repeat; 
    border:1px solid #924949; 
    border-top:none
}

.errorheader 
{
    background:url(../img/jquery.modaldialog/e_hd.gif) repeat-x; 
    color:#6f2c2c; 
    border:1px solid #924949; 
    border-bottom:none
}

.errorbutton  
{
    background-color:#9F4C4C; 
    border:1px solid #924949; 
    color:#fff; 
}
.warning 
{
    background:#fff url(../../images/w_bg.jpg) bottom right no-repeat; 
    border:2px solid #CCCCCC; 
    border-top:none
}
.warningheader 
{
    background-color:Orange; 
    color:#FFFFFF; 
    border:2px solid #CCCCCC; 
}
.warningbutton  
{
    background-color:#cccccc; 
    border:1px solid #FFFFFF; 
    color:#000000; 
}
.success 
{
    background:#fff url(../img/jquery.modaldialog/s_bg.jpg) bottom right no-repeat; 
    border:1px solid #60a174; 
    border-top:none
}
.successheader 
{
    background:url(../img/jquery.modaldialog/s_hd.gif) repeat-x; 
    color:#3c7f51; 
    border:1px solid #60a174;
    border-bottom:none
}
.successbutton  
{
    background-color:#3c7f51; 
    border:1px solid #fff; 
    color:#fff; 
}
.prompt 
{
    background:#fff url(../img/jquery.modaldialog/p_bg.jpg) bottom right no-repeat; 
    border:1px solid #4f6d81; 
    border-top:none
}
.promptheader 
{
    background:url(../img/jquery.modaldialog/p_hd.gif) repeat-x; 
    color:#355468; border:1px solid #4f6d81; 
    border-bottom:none
}
.promptbutton  
{
    background-color:#4F6D81; 
    border:1px solid #fff; 
    color:#fff; 
}

/*Alerts personalized*/
.warningDesbloquear
{
    border:1px solid red;
}

.warningDesbloquear .ui-icon-closethick
{
    width:16px;
    height:16px;
    background-image: url(../../images/close_white.png);
    background-position:0px;
}

.warningDesbloquear .ui-icon-alert
{
    width:16px;
    height:16px;
    background-image: url(../../images/warning-icon.png);
    background-position:0px;
}

.warningDesbloquear .ui-button
{
    border: 1px solid red;
    background-color:White;
    background-image:none;
    font-weight: bold;
    color: red;
}

.warningDesbloquear .ui-dialog-buttonpane
{
    border-top:1px solid red;
}

.warningDesbloquear .ui-widget-header
{
    background: #5C9CCC url(../../images/ui-bg_red-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color:White;
    font-weight:bold;
    border:1px solid red;
}

/*Alert Success*/
.success
{
    border:1px solid green;
}

.success .ui-icon-closethick
{
    width:16px;
    height:16px;
    background-image: url(../../images/close_white.png);
    background-position:0px;
}

.success .ui-icon-alert
{
    width:16px;
    height:16px;
    background-image: url(../../images/success-icon.png);
    background-position:0px;
}

.success .ui-button
{
    border: 1px solid green;
    background-color:White;
    background-image:none;
    font-weight: bold;
    color: green;
}

.success .ui-dialog-buttonpane
{
    border-top:1px solid green;
}

.success .ui-widget-header
{
    background: #5C9CCC url(../../images/ui-bg_green-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color:White;
    font-weight:bold;
    border:1px solid green;
}

.clear
{
    clear:both;
}