@charset "utf-8";
* {
	border: 0px;
	color: #333333;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px; }
 
body {
	background-color: #F0F0F0 ;
	text-align:center; }
 
.input {
	background-image: url(/inc/img/input_box.gif);
	background-repeat: no-repeat;
	color: #CCCCCC;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 46px;
	margin: auto;
	padding: 9px 17px 5px 10px;
	width: 400px; }
 
.submit {
	background-image: url(/inc/img/shorten_button.gif);
	background-repeat: no-repeat;
	float: right;
	height: 24px;
	text-indent: -999999px;
	width: 76px; }
 
html, body { height:100%; }
 
#main {
	background: url(/inc/img/frame.gif) no-repeat;
	clear: both;
	height: 300px;
	margin:0 auto;
	padding: 20px;
	position: relative;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 530px; }
 
	#main div { width:530px; }
 
h1 {
	background-image: url(/inc/img/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 41x;
	text-indent: -999999px;
	width: 161px; }
 
	h1 a {
		display: block;
		height: 41px;
		width: 161px; }
 
h2 {
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 0; }
 
#shorturl {
	clear: both;
	padding: 30px 0 0 15px;
	width: 366px; }
 
#log_res {
	clear: both;
	padding: 10px 0 10px;
	width: 366px; }
 
#yay {
	background-color: #f9fdab;
	border: 1px solid #fdcc68;
	padding: 10px; }
 
	#yay a {
		font-weight: bold;
		text-decoration: underline; }
 
#error {
	background-color: #FF6666;
	border: 1px solid #cc3333;
	padding: 10px; }
 
p.follow {
	padding: 10px 0 0 15px;
	text-align: center;
	width: 490px; }
 
#floater {
	float: left;
	height: 50%;
	margin-bottom: -150px; }
