BODY
{
	background: #242424;
	color: #A3A3A3;
	font-family: Consolas;
	font-size: 12px;
}
#bg-image
{
	position: absolute;
	height: 500px;
	width: 600px;
	top: 50%;
	left: 50%;
	text-align: left;
	margin-left: -300px;
	margin-top: -250px;
	background: url(back.png) no-repeat;
}
#content
{
	margin: 146px auto 0;
	text-align: center;
	width: 350px;
	background-color: #323232;
	opacity: .5;
	height: 258px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #434343;
	padding-top: 5px;
	filter: Alpha(Opacity=50);
}
.baslik
{
	color: #FFFFFF;
	font-size: 15px;
}
TABLE
{
	width: 100%;
	margin-top: 15px;
}
TABLE .srvname
{
	width: 51%;
	text-align: right;
	font-weight: bold;
}
TABLE TD
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

a:link {
	color: #A3A3A3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A3A3A3;
}
a:hover {
	text-decoration: none;
	color: #A3A3A3;
}
a:active {
	text-decoration: none;
	color: #A3A3A3;
}

div {
		margin: 0px;
		padding: 0px;
		
	}
	.verticalgridline {
		padding-top: 27px;
	}
	.box, .handle {
		font-size: 12px;
		font-family: Arial, sans-serif;
		border: 1px solid #444444;
		
	}
	.box {
	float: left;
	padding: 0px;
	background-color: #333333;
	position:absolute;
	width:229px;
	height:280px;
	z-index:1;
	left: 120px;
	top: 330px;
		
	}
	.handle {
		
		height: 14px;
		border-width: 0px 0px 1px 0px;
		background: #666;
		color: #333333;
		padding: 2px 6px;
		margin: 0px;
	}
	.box p {
		font-size: 12px;
		margin: 5px 5px 10px 5px;
		text-align: left;
		white-space: normal;
		
	}
	#boxDrag, #boxVerticalOnly, #boxHorizontalOnly, #boxRegionConstraint, 
	#boxThreshold, #boxAbsolute {
		
	}
	#boxAbsolute {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}