body{
	text-align:center;
}

#container{
	position:relative;
	width:760px;
	margin:0 auto;
	text-align:left;
}

#content{
	padding:20px;
}

#header{
	height:45px;
	background:#333;
}

#header h1 {
	font-size:16px;
	color:#ddd;
	line-height:45px;
	padding:0 20px;
}

#header h1 a{
	color:#adf;
}


/*
	Signup
*/

#page.login-or-signup{
	overflow:auto;
}

#page.login-or-signup .column{
	float:left;
	padding:20px;
}

#login{
	width:300px;
}

#login .form-title{
	font-size:20px;
	color:#222;
}

#signup{
	width:300px;
	border-left:1px solid #ddd;
}

/*
	orders
*/

#orders{
	overflow:auto;
}

.order{
	background:#fff;
	padding:10px;	
	border:1px solid #d0d0d0;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	width:325px;
	margin:10px 0;
	float:left;
	margin-right:10px;
}

.order th{
	width:110px;
}

.download a, a.download{
	font-size:14px;
	line-height:40px;
	padding:5px 10px;
	background:#de3;
	border:2px solid #cd0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}

/*
	checkout
*/

#order{
	width:600px;
	margin:10px auto;
}

#detail{
	margin-bottom:0;
}

#detail .name{
	width:160px;
}

#detail .type{
	width:160px;
}

#detail .total{
	width:120px;
}

#totals{
	margin-left:215px;
}

#totals th{
	width:160px;
}

#totals td{
	width:120px;
}

#totals td.total{
	color:#000;
	font-size:16px;
}

#paypal.submit{
	width:580px;	
}

.submit a{
	margin-right:20px;
	border-right:1px solid #eee;
	line-height:24px;
	font-size:14px;
}

.submit a.cancel{
	color:#900;
}

#paypal.submit input{
	background:#ffa822;
	border-color:#d99225;
}



/*
	Flash
*/

#flashMessage{
	background:#ff9;
	border-bottom:1px solid #ff3;
	border-top:1px solid #ff3;
	color:#350;
	padding:10px 20px;
	margin-bottom:10px;
	width:720px;
	margin-left:-20px;
	font-size:13px;
}

.error-message{
	background-color:#ff6;
	color:#a30;
	line-height:28px;
	padding:0 10px;
}


/*
	Specific
*/


#join-affiliate .text input{
	width:400px;
}


#join-affiliate .input{
	width:420px;
}

#join-affiliate .submit{
	width:400px;
}