﻿@charset "utf-8";

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #333333;
}

html, body {
		height:100%;
		}

body {
	background-color: #DC5708;
	text-align:center;
}

.input {
	background-image: url('/inc/img/input_box.jpg');
	background-repeat: no-repeat;
	width: 510px;
	height: 50px;
	padding: 10px 0px 0px 15px;
	font-weight: bold;
	margin: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	color: #CCCCCC;
}

.xlogin {
	padding: 10px 0 0 15px;
	margin: 0px;
}

.submit {
	background-image: url(/inc/img/shorten_button.jpg);
	background-repeat: no-repeat;
	width: 104px;
	height: 21px;
	text-indent: -999999px;
	float:none;
}

.register {
	background-image: url(/inc/img/register_button.jpg);
	background-repeat: no-repeat;
	width: 104px;
	height: 21px;
	text-indent: -999999px;
	float: inherit;
}

.login {
	background-image: url(/inc/img/login_button.jpg);
	background-repeat: no-repeat;
	width: 85px;
	height: 21px;
	text-indent: -999999px;
	float: inherit;
}

#main {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 614px;
	height: 389px;
	clear: both;
	position: relative;
	padding: 20px;
	background: url(/inc/img/frame.jpg) no-repeat;
}

#main div {
		width:510px;
		}

h1 {
	background-image: url(/inc/img/logo.gif);
	background-repeat: no-repeat;
	width: 161px;
	height: 41px;
	text-indent: -999999px;
	float: left;
}

h1 a {
	width: 161px;
	height: 41px;
	display: block;
}

h2 {
	float:right; 
	padding: 10px 50px 0;
	font-size: 16px;
	font-weight: bold;
}

#shorturl, #shortcustom {
	clear: both;
	padding: 30px 0 0 15px;
	width: 100%;
}

#register, #login {
	clear: both;
	padding: 10px 0 0 15px;
	width: 366px;
}

#log_res {
	clear: both;
	padding: 10px 0 10px;
	width: 100%;
}

#yay {
	border: 1px solid #fdcc68;
	background-color: #f9fdab;
	padding: 10px;
}

#yay a {
	text-decoration: underline;
	font-weight: bold;
}

#error {
	border: 1px solid #cc3333;
	background-color: #FF6666;
	padding: 10px;
}

p.follow {
	width: 572px;
	padding: 10px 0 0 15px;
	text-align: center;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	clear: both;
	padding: 20px 0 0 15px;
}

#floater {
	float: left;
	height: 50%;
	margin-bottom: -250px;
}

#inputButtons
{
	width:510px;
	text-align:left;
}