/* Proxy Themes */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #323232;
	color: #FFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
}

a, a:link, a:visited, a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}

li {
	list-style-position: inside;
}

a img {
	border: 0;
}

	#wrapper {
		width: 670px;
		margin:  25px auto;
	}
	
		#header {
			margin-bottom: 15px;
			text-align: center;
		}
			
			h1 {
				color: #FFF;
				font-size: 24pt;
				font-family: Arial, Tahoma, Verdana;
				font-style: italic;
				font-weight: normal;
			}
				h1 span {
					color: #acd373;
					font-weight: bold;
				}
				
			h2 {
				font-weight: normal;
				font-size: 8pt;
				color: #FFF;
			}
			
		#form {
			margin-bottom: 10px;
		}
			
			input.urltxt {
				padding: 8px 10px;
				color: #FFF;
				width: 480px;
				font-size: 8pt;
				font-weight: bold;
				font-style: italic;
				font-family: Verdana, Tahoma, Arial;
				background: url(images/url_bg.gif) repeat-x top left #262626;
				border: 1px solid #474747;
			}
			input.submit {
				border: 0;
				height: 34px;
				width: 154px;
				background: url(images/submit.gif) no-repeat #acd373;
			}
			
		#subline {
			margin-bottom: 10px;
			text-align: center;
		}
			h3 {
				font-size: 12pt;
				font-family: Arial, Verdana, Tahoma;
			}
			
		#whatis {
			background: url(images/whatis_bg.gif) repeat-x top left #262626;
			border: 1px solid #494949;
			padding: 10px;
		}
			h4 {
				font-size: 12pt;
				font-family: Arial, Verdana, Tahoma;
			}
				h4 span {
					color: #acd373;
				}
		.whatis_shadow {
			height: 25px;
			background: url(images/whatis_shadow.gif) repeat-x top left;
		}