#dialog 
{
    position:fixed; 
    width:400px !important; 
    padding:0px; 
    z-index:200; 
    background:black; 
    font-family:Verdana, Arial, Helvetica; 
    font-size:14px; 
    border: outset 1px white; 
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#dialog-header 
{
    display:block; 
    position:relative; 
    padding:6px 3px 6px 10px; 
    height:35px; 
    font-size:15px; 
    font-weight:bold;
    color:#293955;
    font-family: 'Century Gothic' !important;
    }
#dialog-title 
{
    height: 24px;
	background:url(imagenes/yast_security.png) no-repeat center left;
    float:left;
    padding-left: 10px;
    padding-top: 4px;
}
#dialog-close 
{
    float:right; 
    cursor:pointer; 
    margin:0px 3px 0 0; 
    height:16px; 
    width:16px; 
    background:url(imagenes/close.png) no-repeat;
}
#dialog-content 
{
    display:block; 
    padding:6px; 
    min-height:100px; 
    color:#666666; 
    font-size:14px;
    background-image:
    radial-gradient(
      circle at top right,
      #fff,
      #fff
    );
}
#dialog-content-inner  
{
    min-height:100px !important; 
}
#dialog-mask 
{
    z-index:100;
	background-color:Black;
	width:3000px;
	height:3000px; 
	position:fixed;
	top:0px;
	left:0px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#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:2px 5px 2px 5px; 
}

.prompt, .success
{
    background:#fff; 
    border:1px solid #4f6d81; 
    border-top:none
}
.promptheader, .successheader
{
    background-image:
    radial-gradient(
      circle at top left,
      #fff, #3573d6
    );
    color:#355468; 
    border:1px solid #4f6d81; 
    border-bottom:none;

        	background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
	background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
	background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.promptbutton, .successbutton 
{
    background-color:#4F6D81; 
    border:1px solid #fff; 
    color:#fff; 
}
