
/* Scale The World design copyright 2006 Benson Design
   http://www.bensondesign.com All Rights Reserved */
	 
* {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	
a, a:link, a:visited {
	color: #998;
	background: #fff;
	}
	
a:hover, a:active {
	color: #fc6;
	background: #fff;
	}
	
body {
	color: #333;
	background: #fff url(/images/body_tile.gif) fixed;
	text-align: center;
	}
	
#wrapper {
	background: #fff url(/images/wrapper_tile.gif) fixed repeat-y top center;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	}
	
#content {
	padding: 15px 50px 0 50px;
	font: 11px/170% Verdana, Helvetica, sans-serif;
	text-align: left;
	}

img.logo {
	float: right; /* the logo */
	margin-top: 20px;
	margin-left: 10px;
	}
	
h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	margin: 20px 0;
	color: #666;
	background: transparent;
	}
	
p {
	margin: 15px 0;
	}
	
h2, p {
	margin-right: 220px;
	}
	
#footer {
	clear: right; /* clears the logo */
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	}
	
#nav { 
	list-style-type: none;
	}
	
#nav li {
	display: inline;
	margin: 0 12px;
	}
	
	
/* for the pages using forms and fieldsets */

fieldset {
	border: 0;
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #ccb;
	}
	
label {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	text-transform: uppercase;
	}
	
input {
	font-size: 10px;
	}	
	
fieldset p {
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0;
	line-height: 170%;
	}
	
legend {
	font: bold 11px Verdana, Helvetica, sans-serif;
	color: #840;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccb;
	}
	
#email, #password {
	padding: 1px;
	}
	
.errors, .success {
	font: 11px Verdana, Helvetica, sans-serif;
	padding: 5px 0 0;
	margin: 50px 240px 0 0;
	}
	
.errors p {
	font-weight: bold;
	color: #930;
	background: #fff;
	margin-right: 0;
	}
	
.errors ul {
	margin: 15px 0;
	color: #333;
	background: #fff;
	list-style-type: none;
	}

.errors li {
	margin: 5px 0 0 15px;
	padding-left: 11px;
	background: url(/images/bullet.gif) no-repeat 0% 5px;
	}
