@charset "utf-8";
/* CSS Document */
body {background:#000;}


DIV.wrapper {
	text-align:center;
}
Table {
	border: 1px solid #666;
}
.left-td {
	border-right: 5px solid #666666;
}
DIV.wrapper .left img {
	margin-top: 45px;
}
DIV.right {
	width: 580px;
	background:#000;
	text-align:center;
	padding: 10px;
	height:397px;
	color:#FFF;
	font-size: 12px;
}

.textarea-input {
	height:150px;
	background:#000;
	border: 3px solid #999999;
	margin-bottom: 0px;
	color: #FFF;
}
.textarea-input, DIV.params, DIV.result-socks {
	width: 560px;
}
DIV.other-params {
	text-align:left;
}
SPAN.xLookup{}
SPAN.xType {}
SPAN.xTimeout {}
SPAN.checkbox-params {}
DIV#result {
	text-align:left;
	border: 3px solid #999;
	color: #FFF;
}
.button-input {
	border: 1px solid #CCC;
}
DIV.result-socks {
	border: 1px solid #CCC;
	height:140px;
	overflow: auto;
}
DIV.params {
	background: #999;
	margin-top: 2px;
}
