#main{overflow:auto;}
#contentwrapper img{margin-top:15px;}
input{padding:2px;}
.button{padding:2px 6px;}

table {
	background:url(http://sotwguild.com/wordpress/wp-content/themes/pixeled/images/bg-trans.png) repeat 0 0;
	width:928px;
	padding:0px;
	border-collapse:collapse;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:20px;
}

th {
	border:1px solid #333333;
	padding:0px;
	border-collapse:collapse;
	height:20px;
	color:#ffa500;
}

th {
	background:black;
}

th h2 {
	color:#ffffff;
	letter-spacing:-2px;
	font-weight:normal;
	font-size:16pt;
}

td {
	border:1px solid #333333;
	padding:0px;
	border-collapse:collapse;
	height:26px;
}

th.add {
	width:928px;
	background-color:#000000;
	color:#ffffff
}

td.name {
	width:120px;
}

td.name input {
	width:90px;
}

td.class {
	width:120px;
	background-color:#111111;
}

td.petname {
	width:120px;
}

td.petname input {
	width:90px;
}

td.pettype {
	width:118px;
	background-color:#111111;
}

td.difficulty {
	width:110px;
}

td.level {
	width:80px;
	background-color:#111111;
}

td.status {
	width:90px;
}

td.Dead {
	width:90px;
	background-color:#1d0303;
}

td.Alive {
	width:90px;
	background-color:#031d03;
}

td.Retired {
	width:90px;
	background-color:#032137;
}

tr.row-Dead:hover,tr.row-Alive:hover,tr.row-Retired:hover {
	opacity:0.5;
}

td.member {
	width:120px;
	background-color:#111111;
}

td.member input {
	width:90px;
}

td.id {
	width:50px;
	font-size:10px;
}

td.add {
	width:50px;
}

td.padding {
	padding:10px 0;
}