.adds, .header, .submit, .border {
	height:200px;
}

h1, h2, h3 {
	margin:0;
	padding:0;
}

.addlist table, .addlist td, .addlist th, .blacklist table, .blacklist td, .blacklist th {
	border:1px solid #ddd;
}

body {
	font-family:courier new, courier;
	font-size:10pt;
	color:#000;
	background:#fff;
}

input[type=text], input[type=password] {
	font-family:courier new, courier;
	font-size:10pt;
	color:#000;
	width:162px;
	background:#fff;
	border:1px solid #ccc;
	padding:1px;
	margin:1px 0;
}

td {
	vertical-align:top;
}

button {
	font-family:courier new, courier;
	font-size:10pt;	
	color:#000;
	width:162px;
	background:#fff;
	padding:1px;
	margin:1px 0;
	border:1px solid #ccc;
	cursor:pointer;
}

.adds {
	text-align:center;
}

.submit button:hover {
	border:1px solid #888;
	background:#ddd;
}

.border {
	background:#000;
}

.ruler {
	background:#000;	
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#000;
}

#logo {
	margin:0 -4px;
}

hr {
	border:0;
	border-bottom:2px dotted #000;
	margin:0;
}
#previewframe {
	width:100%;
	height:600px;
}
