@charset "utf-8";
* {
	border: 0px;
	color: #FFF;
	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: 40px;
	margin: auto;
	padding: 9px 17px 0px 9px;
	width: 405px; }
 
.submit {
	background-image: url(/inc/img/shorten_button.gif);
	background-repeat: no-repeat;
	float: right;
	height: 31px;
	text-indent: -999999px;
	width: 100px;
  margin:  9px 17px 0px 0px;
 }
 
html, body { height:100%; }
 
#main {
	background: url(/inc/img/frame.gif) no-repeat;
	clear: both;
	height: 500px;
	margin:0 auto;
	padding: 20px;
	position: relative;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 474px; }
 
	#main div { width:474px; }
 
h1 {
	background-image: url(/inc/img/logo.gif);
	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;
  }
 
#yay {
	background-color: #000000;
	border: 1px dotted #fff;
	padding: 10px; 
    margin-right: 15px; 
  }
 
#yay a {
	font-weight: bold;
	text-decoration: none; 
	font-size: 16px;
    border-bottom:1px dashed #FFF;
    }
 
#error {
	background-color: #79092e;
	border: 1px solid #FFFFFF;
	padding: 10px;
    margin-right: 15px; 
   }
 
p.follow {
	padding: 10px 0 0 15px;
	text-align: center;
	width: 426px; }
 
#floater {
	float: left;
	height: 50%;
	margin-bottom: -150px; }
	
.ajax-loading {
background: url(/inc/img/ajax-loader.gif) 0 0;
 }
