/******************************************************************
Waiting List 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: 15px;
	display: block;
	margin: 0 auto;
	margin: 0 25px;
}

	label {
		text-align: right;
		display: block;
		float: left;
		width: 100px;
		margin: 0 10px 10px 0;
	}
	
	input[type=text] {
		width: 300px;
		margin-bottom: 10px;
	}

	.white-box {
		background: #fcfcfc;
		padding: 4px 8px;
	}	
	
	input[type=submit] {
		font-size: 2em;
		font-weight: 700;
		color: #fcfcfc;
		text-shadow: -1px -1px .5px #404040;
		text-decoration: none;
		text-align: center;
		padding: 10px 15px;
		margin: 10px 0 0 125px;
		background: #EA6A00 url(http://sales.shoemoneysystem.com/images/glass.png) repeat-x 0 50%;
		border: 1px solid #EA6A00;
		position: relative;
		-webkit-box-shadow: 2px 2px 4px #010101;
		-moz-box-shadow: 2px 2px 4px #010101;
		box-shadow: 2px 2px 4px #010101;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
		border-radius: 9px;
	}
	
		input[type=submit]:hover {
			-webkit-box-shadow: 2px 2px 6px #010101;
			-moz-box-shadow: 2px 2px 6px #010101;
			box-shadow: 2px 2px 6px #010101;
			background: #8BB80C url(http://sales.shoemoneysystem.com/images/glass.png) repeat-x 0 50%;
			border-color: #8BB80C;
		}
		
		input[type=submit]:active {
			top: 5px;
		}

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

#footer p {
	text-align: center;
	color: #999999;
}

