div#sbox-window
{
	background: white;
	padding: 3px;
	margin: 2px;
}

div#sbox-content
{
	background: black;
}

div#sbox-btn-close
{
	z-index: 65558;
}

.sbox-loading div#sbox-content
{
	background: url('./loading.gif') no-repeat;
	background-position: center;
}

#wl-ajax-div
{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 40px;
}

#wl-ajax-message
{
	color: white;
	float: left;
	width: 100%;
}

#wl-ajax-div input
{
	width: 150px;
	background: white;
	font-weight: bold;
	border: 2px solid grey;
}