@charset "utf-8";
/* CSS Document */

.ui-dialog {
/*border: 1px solid #CCCCCC;
background-color: #FFFFFF;*/
padding-top: 10px;
padding-right: 10px;
}

.ui-dialog .ui-dialog-titlebar {
padding: 0px;
padding-top: 10px;
height: 40px;
_height: 40px;
cursor: move;
text-align: center;
background: url(i/messagebox_top.png) no-repeat;
}

.ui-dialog .ui-dialog-titlebar-close{
width: 30px;
height: 30px;
background: url(i/fancy_closebox.png) no-repeat;
position:absolute;
top: 0px;
right: 0px;
cursor: default;
}

.ui-dialog .ui-dialog-titlebar-close-hover {
background: url(i/dialog-titlebar-close-hover.png) no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close span{
display: none;
}

.ui-dialog .ui-dialog-title {
margin-left: 5px;
color: white;
font-weight: bold;
position: relative;
top: 7px;
left: 4px;
}

.ui-dialog .ui-dialog-content {
background: url(i/messagebox_middle.png) repeat-y;
}

.ui-dialog .ui-dialog-buttonpane{
height: 20px;
text-align: center;
background: url(i/messagebox_middle.png) repeat-y;
}

.ui-dialog .ui-dialog-buttonpane input {
width: 35px;
height: 20px;
border: 0;
background: url(i/messagebox_ok.gif) no-repeat;
text-indent: -9999px;
}

.ui-dialog.ui-draggable.ui-draggable-dragging {
opacity: 0.7;
filter: alpha(opacity=70);
}
#errorContent {
padding: 0 15px 20px;
color: #16517F;
}
#error #errorButtons {
	position: relative;
	bottom: 0;
	text-align: center;
}
#error #errorButtons .ok {
width: 35px;
height: 20px;
border: 0;
background: url(i/messagebox_ok.gif) no-repeat;
cursor: pointer;
}
.ui-dialog-bottom {
	height: 15px;
background: url(i/messagebox_bottom.png) no-repeat bottom left;
}