
/* Scale The World design copyright 2006 Benson Design
   http://www.bensondesign.com All Rights Reserved
	 
	 CSS and HTML deftly handled by Raymond A. van der Woning
	 http://vanderwoning.net Copy, Learn, Be Original, Make Yo Mama Proud */
	 
* {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	
a, a:link, a:visited {
	color: #69c;
	background: #fff;
	}
	
a:hover, a:active {
	color: #fc6;
	background: #fff;
	}
	
body {
	color: #333;
	background: #fff url(/images/body_tile.gif) fixed;
	text-align: center;
	font-size: 12px;
	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 {
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	font: 12px Georgia, Verdana, Helvetica, sans-serif;
	}
	
img.free {
	padding-top: 50px;
	}
	
img.logo {
	float: right; /* the logo */
	margin-top: 50px;
	}
	
form.send {
	padding-top: 50px;
	}
	
fieldset {
	border: 0;
	margin-bottom: 30px;
	}
	
div.left { /* floats the three Friends forms left; */
	width: 150px;
	margin-right: 40px;
	float: left;
	}
	
fieldset p {
	font: 11px/19px Verdana, Helvetica, sans-serif;
	margin: 10px 0;
	}
	
p.red { /* the required reading notice */
	color: #930;
	background: transparent;
	margin-bottom: 12px;
	width: 480px;
	}
	
p.chkbx label {
	color: #930;
	background: transparent;
	}

input {
	font-size: 11px;
	margin:3px 0 6px 0;
	}
	
input.input, 
#first_name, 
#last_name, 
#email, 
#email_confirm, 
#password, 
#password_confirm, 
#password1, 
#password2 {
	width: 150px;
	padding: 1px;
	}
	
#agreed, 
#approved { /* two checkboxes */
	float: left;
	margin: 0 5px 0 0;
	}
	
p.chkbx { /* contains the checkboxes */
	margin: 15px 0;
	}
	
textarea#terms {
	font: 11px/19px Verdana, Helvetica, sans-serif;
	width: 480px;
	height: 230px;
	padding: 3px;
	}
	
form p {
 	text-align: left;
	}
	
p.to {
	padding-top: 5px;
	border-top: 1px solid #ccc;
	}
	
p.from {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}
	
h2 {
	font: 15px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	margin: 25px 0;
	color: #930;
	background: transparent;
	}	

h3 {
	font: bold 11px Verdana, Helvetica, sans-serif;
	color: #930;
	background: transparent;
	margin-bottom: 10px;
	}
	
.loop {
	margin: 25px 0;
	}
	
label {
	text-transform: uppercase;
	font: 10px Verdana, Helvetica, sans-serif;
	color: #666;
	background: #fff;
	}
	
label span {
	text-transform: lowercase; /* override for choose password */
	}
	
form.confirm {
	border-top: 1px solid #ccc;
	}
	
.border {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	}

.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;
	}
	
ul {
	font: 11px/19px Verdana, Helvetica, sans-serif;
	list-style-type: none;
	margin: 10px 0;
	}
	
li {
	margin: 5px 0 0 15px;
	padding-left: 11px;
	background: url(/images/bullet.gif) no-repeat center left;
	}

dl {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	}
	
dd {
	font: bold 11px "Ludica Sans Unicode", Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #333;
	background: #fff;
	}
	