/**
 * WINDOW
 */

div.jsui-window
{
	position: absolute;
	border: 1px solid #000000;
}

div.jsui-window-inner
{
	background-color: #333333;
}

.jsui-win-title
{
	color: white;
	background-image: url(../img/title_bg.png);
	background-repeat: repeat-x;
	
	padding-top: 39px;
	height: 40px;
}

.jsui-win-icon
{
	width: 62px;
	height: 79px;
	background-image: url(../img/lock_icon_r.png);
	margin: -39px 0 0 0;
}

.jsui-window-footer-container
{
	background-image: url(../img/bottom_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	padding: 26px 10px 11px 10px;
}

div.jsui-window-footer-container a
{
	color: #ffffff;
}

/**************
 * Button
 */

a.jsui-btn, a.jsui-btn:visited
{
	height: 20px;
	padding: 6px 25px 4px 10px;
	color: black;
}

.jsui-btn.small
{
	background-image: url(../img/button2_small_r.jpg);
}

.jsui-btn.medium
{
	background-image: url(../img/button2_medium_r.jpg);
}

.jsui-btn.medlarge
{
	background-image: url(../img/button2_med_large_r.jpg);
}

.jsui-btn.large
{
	background-image: url(../img/button2_large_r.jpg);
}