/******************************************************************
Affiliate Signup Landing Page

Designed for the Shoemoney System

Design Copyright 2010. All Rights Reserved. 
XHTML/CSS released under a Creative Commons Attribution 2.5 licence.
******************************************************************/

/******************************************************************
GENERAL STYLES
******************************************************************/

body {
	background: #eeeeee;
}

.wrap {
	width: 660px;
	margin: 0 auto;
	padding: 30px 20px 30px;
	background: #fcfcfc;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}

/******************************************************************
TEXT STYLES
******************************************************************/

.wrap p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 1.5em 0;
}

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

a.good, a.visited {
	color: #EA6A00;
}

	a.good:hover, a.good:active {
		color: #82AD0A;
	}

.big {font-size: 1.5em;}
p.big {font-size: 1.8em;}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

h1, h2, h3, h4, h5 {color: #333333;}

/******************************************************************
HEADER STYLES
******************************************************************/
	
	#one-time-badge {
		position: absolute;
		right: -250px;
		top: 30px;
	}

/******************************************************************
PAGE STYLES
******************************************************************/

form {
	background: #DBF2FF;
	border: 2px dashed #1D5A89;
	padding: 7px 15px;
	display: block;
	margin: 0 auto;
	margin: 0 25px;
}

	.white-box {
		background: #fcfcfc;
		padding: 4px 8px;
	}
	
	#signup li { overflow: hidden; clear: both; }
	
	label { float: left; width: 145px; }
	
	#signup li input[type=text] {
		width: 300px;
		font-size: 14px;
	}	
	
	#signup .inf-button {
		font-size: 16px;
		margin: 15px auto;
		display: block;
		width: 150px;
	}

/******************************************************************
FOOTER STYLES
******************************************************************/

	
	#footer ul.footer-nav li a { font-size: 12px; }
	#footer p { clear: both; text-align: center; margin-top: 1.5em; }

