/* webmessage styling */
.uwindow {
	position: absolute;
	visibility: hidden;
    background-color: #fff;
    min-width: 500px;
    border: 1px solid #333;
    border-radius: 16px;
	z-index: 8888888888 !important;
	display: block !important;
	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.uwindow .utitlebar {
    padding: 7px 0px 0px 8px;
}
.usurroundings {
	position: absolute;
	background-color:#000;
	cursor: not-allowed;
	filter: alpha(opacity=0);       /* IE, Opera    */
	opacity:.0;                     /* FF           */
	z-index: 9999999999999 !important;
}
.uontop {
	z-index: 9999;
}
.utitlebar {
	padding: 1px;
	text-indent: 3px;
	height: 24px;
	font: bold 14px Arial;
	background-color: #333;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	-moz-opacity: 1;
	opacity: 1;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.utitlebar .wincontrols {
	position: absolute;
	right: 8px;
	top: 5px;
	cursor: pointer;
	background-size: 20px;
	width: 20px;
	height: 20px;
}
.utitlebar .wincontrols img{
	width: 20px;
	height: 20px;
}

/*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
* html .utitlebar {
	width: 100%;
}
.clientwindow {
	color: black;
	padding: 0;
	width: auto;
	height: auto !important;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.clientwindow>iframe {
    border: 0;
}

.clientwindow>div {
	text-align: left !important;
	padding: 0em 1em 1em 1em;
	display: block;
	float: left;
}
.clientwindow>div input {
	margin-right: 2em;
    float: left;
    background: #333;
    color: #fff;
    border: 0;
    font-size: 0.9em;
    padding: 7px 20px;
    border-radius: 18px;
	cursor: pointer;
}
.clientwindow>div img {
	margin-left: -16px;
	padding-left: 50%;
	display: none;
}
.statusline { /*CSS for Status Bar div (includes resizearea)*/
	display: none;
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 24px;
	font: 14px Arial;
}
