html {
	width:100%;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	color: #fff;
	width:100%;
	height: 100%;
	background-image: url(http://s3.amazonaws.com/andisaw/images/southbank.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	font-family: Arial, Helvetica, sans-serif;
}

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

a.tagbox:hover {
	color: #ccc;
}

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

a.helptext:hover {
	color: #ccc;
}


a.footer-link {
	text-decoration: none;
	color: #ccc;
	padding: 0 2 0 2;
}

a.footer-link:hover {
	color: #fff;
}

.strapbox-link {
	text-decoration: none;
	color: #fff;
}

.strapbox-link:hover {
	color: #ccc;
}

#tagname {
	color: #c63;
}

#help-link
{
	text-decoration: none;
	color: #000;
}

#help-link:hover {
	color: #ccc;
}

#help-text
{
	text-decoration: none;
	font-size: 60%;	
	color: #999;
	padding: 20 0 0 0;
}

#appengine {
	float: right;
	padding: 0 0 20 0;
}

input:hover {
	color: #ccc;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #eee;
	height: 1px;
}

ol {
	margin-left: 40;
	padding-top: 20;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -7em; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 7em; /* .push must be the same height as .footer */
}

#taginput {
	border:1px solid #ccc;
	color:#666666;
	font-size: 90%;
    color: #c63;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
    border: solid 1px #eee;
    font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #c63;
    text-decoration: none;
    padding: 0.0625em 0.5em;
    background-position: center;
    background-repeat: repeat-x;
    background-color: #fff;
}

#submit:hover {
    border: solid 1px #333;
	color: #333;	
}

#main {
	padding: 50 0 0 20;
}

#header {
	width: 100%;
	background: #000;
}

#footer {
	clear: both;
	background-image: url(http://s3.amazonaws.com/andisaw/images/translucent80.png);
}

#footer-text
{
	font-size: 70%;	
	color: #999;
	padding: 10 0 10 0;
}

#footer-line
{
	border-top:1px solid #555;	
}



#tagbox {
    border: solid 1px #666;
	text-decoration: none;
	font-size: 150%;
	color: #999;
	float: left;
	width: 95%;
}

#strapbox {
	background-image: url(http://s3.amazonaws.com/andisaw/images/translucent40.png);
	color: #eee;
}

#mainbox {
	border-top:1px solid #999;	
	background: #fff;
}


#inner {
	padding: 20 20 20 20 ;	
}

#tagnumberlarge {
	text-decoration: none;
	font-size: 200%;
	font-weight: bold;
	color: #000;
	padding-top: 60;
	padding-bottom: 30;
	padding-left: 20;
}


#formtext {
	font-size: 100%;
	color: #888;
	padding-top: 10;
	padding-bottom: 10;
	width:90%;
}

#helptext {
	font-size: 60%;
	color: #888;
	padding-top: 5;
	padding-bottom: 5;
	width:90%;
}

#helptitle {
	font-size: 70%;
	color: #666;
	padding-top: 7;
	padding-bottom: 5;
	width:90%;
}

#listtext {
	font-size: 70%;
	color: #666;
	background-color: #fafafa;
	padding-top: 20;
	padding-left: 20;
	padding-right: 20;
	padding-bottom: 20;
	margin: 10 auto 10;
	border: 1px dashed #333;
	line-height: 200%;
}

#listtext a {
	color: #c63;
	font-size: 130%;
	text-decoration: none;
}

#listtext a:hover {
	color: #000;
}

#errortext {
	font-size: 60%;
	color: #c63;
	padding-top: 5;
	padding-bottom: 5;
	width:90%;
}

#errortext li {
	color: #000;
	list-style: none;
}

#errortitle {
	font-size: 70%;
	color: #c63;
	padding-top: 7;
	padding-bottom: 5;
	width:90%;
}

#formbottom {
	padding-top: 5;
	border-top:1px solid #eee;
}


#footer-links {
	float: left;
}

#footer-copyright {
	float: right;
}
