body { 
    margin-top: 0;
    background: #fff;
    background-repeat: no-repeat;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.5em;
}
a { 
	color: #666;
}
a:hover {
	text-decoration: none;
}
hr {
    background-color: #ccc;
    color: #fff;
    height: 3px;
    border: 0px;
}
#content {
	float:left;
	text-align: left;
	width: 640px;
}
#top_bar {
    position: absolute;
    top: 10px;
    right: -120px;
    font-size: .5em;
    margin: 0;
    padding: 0;
}
#top_bar a {
    border: 5px solid #ddd;
    color: #aaa;
    background: #fff;
    padding: 8px;
    margin-left: -5px;
    text-decoration: none;
}
#top_bar a:hover {
    background: #eee;
}
#top_bar b {
    color: #999;
    margin-right: 1em;
}
form {
	font-size: .8em;
	margin-left: -3em;
}
fieldset {
	padding-bottom: 2em;
	margin: 0;
	border: 5px solid #ccc;
	background: #fff url('http://media.trick.ly/images/clouds.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
fieldset legend {
	padding-right: .5em;
	padding-left: .5em;
	color: #aaa;
	border-right: 5px solid #ccc;
	border-left: 5px solid #ccc;
	
}
fieldset p.paragraph {
    margin-left: 3em;
    margin-right: 3em;
	
} 
.textField {
	background: #eef;
	border: 2px solid #999;
	font-size: .6em;
}
label {
	width: 8.5em;
	float: left;
	text-align: right;
	display: block;
	margin-right: 0.5em;
	clear: both;
}
.submit {
	font-size: .8em;
	margin-left: 11em;
}
#container {
	position: absolute;
	left: 3.5em;			
}
#content {
	margin-left: 3em;
}

#message {
	font-weight: bold;
}
#menu { 
	float: left;
	width: 3em ;
	font-weight: bold;
}
#menu ul {
	display: inline;
}
#menu li {
	margin-top: .5em;
}
.mainBox {
	position: relative;
}
.mainFieldset {
	position: relative;
	z-index: 100;
}
.tabber {
	position: absolute;
	width: 200px;
	top: 30px;
	right: -80px;
	z-index: 50;
}
.tabber a {
    display: block;
	background: #fff;
	padding: 10px;
	border: 5px solid #ccc;
	font-size: .8em;
	color: #999;
	background: #fff;
	width: 200px;
	text-align: right;
	text-decoration: none;
	margin-top: -5px;
}
.tabber a.last {
	border-bottom: 5px solid #ccc;
}
.tabber a#tab_selected {
	background: #30cff9;
	color: #fff;
	width: 215px;
}
.tabber a:hover {
	background: #eee;
}
p.social_media_links img {
    border: 3px solid #aaa;
}
.confirmation {
	width: 80%; 
	border: 4px solid #0c0;
	padding: .5em;
	padding-right: 1em;
	margin-bottom: .5em;
}
#clue {
	color: #0A0;
	margin-bottom:.5em;
}
.help_text {
    font-style: italic;
	color: #ccc;
}
.paragraph {
	color: #999;
}

.underlined {
	border-bottom: .2em solid red;
}
#legal {
	color: #999;
	padding: 3em 0em 3em 0em;
	font-size: .6em;
}
#legal li {
	display: inline;
	padding: .5em 1em .5em 1em;
	border-right: 2px solid #ddd;
}
#legal li.last {
	border-right: 0px;
}
.errorlist {
	color: #c00;
}
.stats {
    color: #666;
}
.stats li {
    font-size: .8em;
    margin-bottom: 1em;
}
.stats a {
    color: #59c;
    font-size: 1.4em;
}
.graph {
    margin-left: -5em;
    padding-left: 0;
}


