@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: #FFFFFF;
	background-image: url(/inc/img/background.gif);
	background-repeat: repeat-x;
	text-align:center;
}

.input {
	background-image: url(/inc/img/input_box.gif);
	background-repeat: no-repeat;
	width: 345px;
	height: 46px;
	padding: 9px 17px 5px 10px;
	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 {
	font: normal 11px/16px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	padding: 2px 8px !important;
	cursor: pointer;
	border: 1px solid #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;


/* height: 19px; */
}


.register {
	font: normal 11px/16px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	padding: 2px 8px !important;
	cursor: pointer;
	border: 1px solid #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;


/* height: 19px; */
}


.login {
	font: normal 11px/16px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	padding: 2px 8px !important;
	cursor: pointer;
	border: 1px solid #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;


/* height: 19px; */

}

#bodyframe {
	margin:0 auto;
	text-align:left;
	width: 580px;
	height: 360px;
	clear: both;
	padding: 20px;
	background: url(/inc/img/frame2.gif) no-repeat;
}

#bodyframe div {
		width:404px;
		}

#main {
	margin:0 auto;
	text-align:left;
	width: 404px;
	height: 355px;
	clear: both;
	padding: 20px;
}

#main div {
		width:404px;
		}

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 10px 0;
	font-size: 14px;
	font-weight: normal;
}

#shorturl, #shortcustom {
	clear: both;
	padding: 30px 0 0 15px;
	width: 366px;
}

#register, #login {
	clear: both;
	padding: 10px 0 0 15px;
	width: 366px;
}

#log_res {
	clear: both;
	padding: 10px 0 10px;
	width: 366px;
}

#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: 366px;
	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: 200px;
	margin-bottom: -150px;
}