body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	}
a {
	color:#000;
	}
#wrapper {
	background: none;
	width: 800px;
	margin: 0 auto;
	}
#header {
	background: #fff;
	text-align:center;
	width: 100%;
	padding-top:10px;
}
#container{text-align:center;padding-bottom:10px;}
#footer {
	margin:0 auto;
	border-top:1px solid #eee;
	text-align:center;
	width: 800px;
	padding-top:5px;
	}
table.sortable{
	margin:10px; 
	width: 800px;
	border-collapse: collapse;
	}
table td{
	text-align:left;
	border: 1px solid #ccc;
	font-size:10px;
}
tr.top td{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	}
td.link{width:350px;}
td.anchor{width:50px;}
form {padding:20px;}
form.exp{padding:0px;margin:0px;}
input {font-size:2.5em;}
h1 {font-size:1.6em;}
img{	border:none;}
.url {width:300px;}
.code {width:95px;height:35px;}
.submit {height:40px;width:100px;}
.red{color:#ff0000;}
.redb{color:#ff0000;font-size:1.5em;font-weight:bold;}
.green{color:#33cc00;}
.tooltip {cursor:pointer;}
.tooltip img {
display:none; 
margin:10px 0px 0px -100px;
}
.tooltip:hover  img{
display:block; 
position:absolute;
background:#eee;
border:1px solid #ccc;
padding:5px;
}
#captcha{
	height:45px;
	width:400px;
	padding:0px;
	margin:0 auto;
}
#captcha ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#captcha li {
	background:#fff;
	float:left;
	padding:3px;
}
