table.sup_admintable {
	border: 2px #444 solid;
	border-collapse: collapse;
	width: 1100px;
	background-color: #ccc;
	margin-bottom: 8px;
}

table.sup_admintable thead tr th{
	border-top: 1px #444 solid;
	border-right: 1px #888 solid;
	height: 25px;
}

table.sup_admintable tbody tr td{
	border-top: 1px #444 solid;
	border-right: 1px #aaa solid;
	height: 25px;
	background-color: #fff;
}

table.sup_formtable tr td input[type="text"] {
	width: 350px;
}

#addnewe {
	float: left;
	width: 500px;
}

#hints {
	border-left: 1px solid #888;
	padding-left: 25px;
	float: left;
	width: 500px;
	background: #eef;
	margin-top: 16px;
}

#hints ul li {
	list-style-type: circle;
	list-style-position: inside;
}

.errtext {
	border: 2px solid red;
	font-weight: bold;
	padding: 4px;
	width: 600px;
	background: url(images/del_ico.png) right no-repeat;
	cursor: pointer;
}