.pw-dialog-msg { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; }
div.errorWnd div.errorInfoBox { margin-top: 1em; border: 1px solid white; position: relative; max-width: 90%; overflow-x: auto; }

.pwDialog .ui-dialog, .pwDialog.ui-dialog {
  background:url(images/pwdialog/bg.jpg) repeat;
}
.pwDialog .ui-dialog .ui-dialog-titlebar, .pwDialog.ui-dialog
.ui-dialog-titlebar {
 background:url(images/pwdialog/bg.jpg) repeat;
 color: #000;
}

.pwDialog .ui-dialog .ui-resizable-n, .pwDialog.ui-dialog .ui-resizable-n {
 background:url(images/pwdialog/a.gif) repeat center top;
 height:11px;
}
.pwDialog .ui-dialog .ui-resizable-s, .pwDialog.ui-dialog .ui-resizable-s {
 background:url(images/pwdialog/b.gif) repeat center top;
 height:11px;
}
.pwDialog .ui-dialog .ui-resizable-e, .pwDialog.ui-dialog .ui-resizable-e {
 background:url(images/pwdialog/d.gif) repeat right center;
  width:11px;
}
.pwDialog .ui-dialog .ui-resizable-w, .pwDialog.ui-dialog .ui-resizable-w {
 background:url(images/pwdialog/s.gif) repeat left center;
 width:11px;
}
.pwDialog .ui-dialog .ui-resizable-ne, .pwDialog.ui-dialog .ui-resizable-ne
{
 background:url(images/pwdialog/ad.gif) no-repeat;
 width:11px;
 height:11px;
}
.pwDialog .ui-dialog .ui-resizable-se, .pwDialog.ui-dialog .ui-resizable-se
{
 background:url(images/pwdialog/bd.gif) no-repeat;
}
.pwDialog .ui-dialog .ui-resizable-sw, .pwDialog.ui-dialog .ui-resizable-sw
{
 background:url(images/pwdialog/bs.gif) no-repeat;
}
.pwDialog .ui-dialog .ui-resizable-nw, .pwDialog.ui-dialog .ui-resizable-nw
{
 background:url(images/pwdialog/as.gif) no-repeat;
}

/* Progressbar
----------------------------------*/
.ui-progressbar {text-align: left; position: relative; }
.ui-progressbar .ui-progressbar-value {margin: -1px;}
.ui-progressbar-horizontal .ui-progressbar-value { height: 100%; }
.ui-progressbar-vertical .ui-progressbar-value { width: 100%; }
.ui-progressbar-horizontal { height: 2em; }
.ui-progressbar-vertical { width: 2em;}



/* Stile per ajax loader */
#ajaxBusy {
	margin: 0px;
	display: none;
	padding: 0;
	position: absolute;
	right: 49%;
	top: 49%;
	width: 42px;
	height: 42px;
	background: url("images/ajax-loader.gif") center no-repeat;
}

.FBshare_button {
	cursor: pointer;
	color: blue;
	font-weight: bold;
}



