html, body {
	font-family: "Century Gothic",Verdana,Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 10pt;
}

h1 {
	color: #68C;
}

h2 {
	color: #68C;
}

a {
	text-decoration: none;
	color: #00C;
}

a:hover {
	text-decoration: none;
	color: #00E;
}

button:hover {
	background-color:#A0C6FE;
	background-image:url(bg_blue.jpg);
	background-repeat:repeat-x;
	border:1px solid #246FDF;
}

button {
	background-color:#D1D1D1;
	background-image:url(bg_ltgray.jpg);
	background-repeat:repeat-x;
	border:1px solid #969696;
	color:#1E1E1E;
	margin-right:1px;
}

input, button {
	font-family: "Century Gothic",Verdana,Arial,Helvetica,sans-serif;
}

img {
	border: 0;
}

table {
	width: 100%;
}

tr {
	background: #EEE;
}

tr.alt {
	background: #FFF;
}

th {
	font-size: 10pt;
	background: #AAF;
}

td {
	font-size: 8pt;
	padding: 3px;
}

td.nowrap {
	white-space: nowrap;
}

td a:hover {
	text-decoration: underline;
}

#title {
	text-align: left;
	width: 80%;
	margin: 0 auto;
	border-bottom: 2px solid #AAF;
}

#title #subtitle {
	color: #00D;
	font-style: italic;
	margin-left: 40px;
}

#menu {
	width: 80%;
	margin: 3px auto 0;
	text-align: left;
}

#menu a {
	border-right: 2px solid #AAF;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover {
	text-decoration: underline;
}

#login_form {
	font-size: 9pt;
	float: right;
}

#login_form input {
	border: 1px solid #AAF;
	font-size: 9pt;
}

#leftmenu {
	float: left;
	width: 220px;
}

#maincontent {
	margin-left: 220px;
	margin-bottom: 30px;
}

#main {
	text-align: left;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}

#main button {
	margin: 0 auto;
}

#bottom_ads {
	width: 730px;
	margin: 0 auto;
}

#actions {
	margin-top: 15px;
}

.success {
	border: 1px dotted #0C0;
	background: #DFD;
	margin: 10px;
	padding: 10px;
}

.error {
	border: 1px dotted #C00;
	background: #FDD;
	margin: 10px;
	padding: 10px;
}

.normal {
	border: 1px dotted #AAA;
	background: #EEE;
	margin: 10px;
	padding: 10px;
}

#insert_longurl, #insert_shorturl {
	margin: 10px;
	padding: 10px;
}

#insert_longurl input {
	display: block;
	width: 99%;
	border: 1px solid #666;
}

#insert_longurl_error {
	text-align: center;
	color: #C00;
	font-size: 80%;
	font-weight: bold;
}

#insert_shorturl {
	margin: 10px 50px;
	border: 1px dotted #AAA;
	background: #FAFAFA;
}

#insert_shorturl input {
	border: 1px solid #AAA;
}

#insert_url {
	color: #00C;
}

#insert_url em {
	color: #888;
	font-size: 8pt;
}

#shorturl {
	margin-top: 20px;
}

#shorturl input, .shorturllink {
	font-family: monospace;
	font-size: 13px;
	color: #00C;
	width: 100%;
	border: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	background: transparent;
}

#buttons {
	text-align: center;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 20px;
	border-top: 1px dotted #00C;
	background: #DDF;
	text-align: center;
	color: #666;
	font-size: 80%;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#drag-istructions {
	text-align: center;
	width: 420px;
	height: 110px;
	margin: 0 auto;
}

#drag-istructions div {
	float: left;
	width: 130px;
	margin: 5px;
	font-size: 10px;
}

#drag-istructions img {
	border: 1px solid #000;
}

#signup_form div {
	padding: 3px;
	width: 300px;
	margin: 0 auto;
}

#signup_form input {
	border: 1px solid #666;
	width: 100%;
}

#account_form div {
	padding: 3px;
	width: 300px;
	margin: 0 auto;
}

#account_form input {
	border: 1px solid #666;
	width: 100%;
}

#history_list a:hover {
	text-decoration: underline;
}

#history_list h1 {
	margin: 0;
	font-size: 12pt;
}

#history_list h2 {
	margin: 0;
	font-size: 10pt;
	margin-left: 10px;
}

#history_list p {
	margin-left: 10px;
}

.big {
	font-size: 14pt;
}

.history_record {
	border-top: 1px dotted #AAF;
	border-bottom: 1px dotted #AAF;
	padding-top: 10px;
	background: #EEF;
	margin-bottom: 7px;
}

.history_record button {
	margin-right: 4px !important;
}

.history_alt {
	background: #DDF;
}

.question {
	margin-bottom: 15px;
	text-align: left;
}

.question h1 {
	margin: 0;
	font-size: 12pt;
	color: #68C;
}

.question p {
	margin: 0px;
	margin-bottom: 8px;
	padding-left: 20px;
}

.noborder {
	border: 0 !important;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.nowidth {
	width: 1px !important;
}

