.window
{
	border:1px solid #AAAAAA;
	color:#777777;
	background-color:White;
	height:auto!important;
	height:100px;
	min-height:100px;
	width:auto!important;
	width:300px;
	min-width:300px;
position:relative;

}

.window .systembar
{
border-bottom:1px solid #DDDDDD;
color:#333333;
font-size:14px;
font-weight:700;
height:30px;
line-height:30px;
overflow:hidden;
padding-left:10px;
text-align:left;
}
	
.window .systembar .titlebar
{color:#333333;
font-size:14px;
font-weight:700;
line-height:30px;
text-align:left;
float:left}

.window .systembar .closebutton
{cursor:pointer;
float:right;
margin-right:6px;
margin-top:6px;
background-image: url(close.gif); 

width:15px;
height:15px;}

.window .content
{
	padding:20px;
	height:50px;
	min-height:50px;
	height:auto!important;

}
	
.window .buttonbar
{
	position:absolute; bottom:0px;
	margin:10px;
	text-align:center;
	width:100%;
	/*border:1px solid black;*/
	height:20px;
}

