* {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
table {
	border-collapse: collapse;
}
body {
	background-color:#666;
}
img {
	border: none;
}

a, a:link, a:visited, a:active {
	color:#996; 
	text-decoration:none;
}
a:hover {
	color:#996; 
	text-decoration:underline;
}
p, h3, h2, h1, hr {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
hr {
	height: 0px;
	border: none;
	border-bottom: dotted 1px #996;
}
h3, h2, h1 { color:#ccc; }
h3 	{ font-size: 11px; }
h2 	{ font-size: 12px; }
h1 	{ font-size: 14px; }

ul {
	margin: 0px 0px 10px 20px;
}
li {
	margin-bottom: 5px;
}

.form, input, submit, select, option {
	font-family:arial,helvetica,sans-serif; 
	font-size: 11px; 
	color:#666;
}

input, textarea, select {
	background-color: #ccc;
	color: #666;
	vertical-align: middle;
	margin: 2px;
}
option {
	padding-left: 2px;
}
input[type="text"], textarea, select {
	border-left: solid 1px #333;
	border-top: solid 1px #333;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding-left: 2px;
	
}
input[type="button"], input[type="submit"] {
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	background-color: #996;
	color: #ccc;
}


.content {
	position: relative;
	background-color: #666;
	padding: 9px 5px 0px 5px;
	width: 370px;
}
.sys, .sys * {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
.b2top {
	position: relative;
	width: 100%;
	height: 10px;
	margin-bottom: -10px;
	background-image: url(/img/gfx/b2top.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.head {
	font-weight:bold; 
	font-size:15px; 
	color:#ccc;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	position: relative;
	background-color: #555;
	color: #cc6;
	border: solid 1px #777;
	padding: 3px 3px 20px 3px;
	overflow: auto;
	white-space: nowrap;
	margin: 0px 0px 10px 0px;
}
.code .in20 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #cc6;
	white-space: nowrap;
}


.w40 	{ width:40px; }
.w50 	{ width:50px; }
.w60 	{ width:60px; }
.w100 	{ width:100px; }
.w200 	{ width:200px; }
.w300 	{ width:300px; }
.w320 	{ width:320px; }

.h100 	{ height:100px; }
.h150	{ height:150px; }
.h200 	{ height:200px; }
.h250	{ height:250px; }
.h300 	{ height:300px; }

.in20 	{ margin-left: 20px }
.in40 	{ margin-left: 40px; }
