div.window_frame
{
	position:relative;
	width:550px;
	height:420px;
	margin-left:auto;
	margin-right:auto;
	background:url(window.png);
	text-align:left;
}

div.caption
{
	position:absolute;
	font-family:'Segoe UI', Tahoma, Arial;
	line-height:25px;
	vertical-align:bottom;
	font-size:16px;
	color:#113;
	left:50px;
	top:20px;
	text-shadow:#fff -1px 0 5px, #fff 0 -1px 5px, #fff 1px 0 5px, #fff 0 1px 5px;
}
img.caption
{
	position:absolute;
	left:27px;
	top:22px;
}

div.client
{
	position:absolute;
	top:49px;
	left:25px;
	height:260px;
	width:500px;
}
div.panel
{
	position:relative;
	clear:both;
	display:inline-block;
	vertical-align:top;
}
div.panel_body
{
	padding:4px 8px;
	font:13px Segoe UI, Tahoma, Arial;
	margin-bottom:8px;
}
div.panel_title
{
	height:34px;
	font-family:Segoe UI, Tahoma, Arial;
	font-size:15px;
	font-weight:bold;
	line-height:34px;
	margin:0 8px;
	padding-left: 24px;
	border-bottom:dotted 1px gray;
}
div#panel_source
{
	width:500px;
}
div#panel_source div.panel_title
{
	background:url(image.png) no-repeat left;
}
div#panel_source div.panel_body
{
	text-align:center;
}
div#panel_source div.panel_body input
{
	width:350px;
	margin:6px 0;
	font-family:Segoe UI, Tahoma, Arial;
	font-size:13px;
	color:#000000;
}
div#panel_source div.panel_body span
{
	display:block;
}
div#panel_formats div.panel_title
{
	background:url(settings.png) no-repeat left;
}
div#panel_formats
{
	width:258px;
}
div#panel_formats div.panel_body
{
	padding-left:15px;
}
div#panel_formats input,div#panel_formats label
{
	vertical-align:middle;
	margin:4px 2px;
}
div#panel_download
{
	width:238px;
}
div#panel_download div.panel_title
{
	background:url(caption-icon.png) no-repeat left;
}
div#panel_download div.panel_body
{
	text-align:center;
}



span.status_label
{
	font-family:Segoe UI, Tahoma, Arial;
	font-size:15px;
	color:#707070;
	text-align:left;
	display:inline-block;
	line-height:22px;
	height:22px;
	vertical-align:bottom;
}
input.status_field select.status_field
{
	font-family:Segoe UI, Tahoma, Arial;
	font-size:13px;
	color:#000000;
}

div.bubble
{
	font-family:Segoe UI, Tahoma, Arial;
	font-size:13px;
	text-align:justify;
	color:#101030;
	padding:21px 25px 21px 25px;
	z-index:20;
	width:400px;
	height:260px;
}
h2.bubble
{
	margin:1px auto;
	font-size:18px;
}
h3.bubble
{
	margin-top:1px;
	font-size:16px;
	color:#303060;
}
div.bubble a.bubble_close
{
	float:right;
	margin:2px;
	padding-left:19px;
	background:url(close.png) left no-repeat;
	color:#a03030;
	font-weight:bold;
	cursor:pointer;
}
div.bubble_section
{
	position:absolute;
	visibility:hidden;
}
#help
{
	position:absolute;
	bottom:40px;
	right:100px;
	background:url(help-bubble.png);
	padding-right:98px;
}
