@charset "utf-8";
/* CSS Document */

body {
	background-color: #303030;
	background-image: url(images/bg.gif);
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 70%;
}
a{
	color: #fe872d;
}
.ad {
	text-align: center;
}
#content {
	display: absolute;
	margin-top: 133px;
	
	text-align: center;
	color: white;
}
#format {
	text-align: center;
}
.left{
	text-align: right;
}
#logo {
}
#main {
	width: 60%;
	border: 1px solid #fab700;
	background-color: #835430;
	margin-left: 20%;
	
	text-align: left;
	padding: 5px;
}
#options {
	text-align: left;
	padding-left: 12px;
	padding-top: 3px; 
}
form {
	margin: 0px; 
	padding-bottom: 10px;
}
.urlinput {
	height: 24px;
	width: 75%;
	font-size: 150%;
}
.submitbutton {
	height: 30px;
	vertical-align: bottom;
	background-color: #fe872d;
	border: none;
	color: white;
	width: 50px;
	font-weight: bold;
}
#error { 
	color: #FFCC33;
	font-weight: bold;
	padding: 2px;
}
#footer {
	color: #b17b53;
}
.sponsors {
	padding-left: 35px;
	
}
/* TOOLTIP HOVER EFFECT */
.tooltip { cursor: help; }
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 1000;
	background: #555;
	font-size: 85%;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
.tool-text {
	padding: 0 6px 6px 6px;
}