@charset "utf-8";
/* CSS Document */

body {
	background-color:#428360;
	margin:0px;
	padding:0px;
	padding-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:1.3em;
	}
	
h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	color:#2E3B34;
	margin-top:1em;
	}

h1 {
	color:#F00;
	font-size:24px;
	}
	
h2 {
	text-align:left;
	}

.wrapper {
	width:880px;
	margin:auto;
	}
	
.header {
	width:880px;
	float:left;
	}
	
.bodywrapper {
	width:880px;
	background-color:#FFF;
	float:left;
	text-align: left;
	}
	
.leftcontent {
	width:574px;
	padding:20px;
	float:left;
	text-align: left;
	}
	
.leftcontent .author {
	border:1px dashed #999;
	padding:10px;
	}

.rightcontent {
	width:265px;
	background-color:#DCEDE4;
	float:left;
	border-left:1px solid #F00;
	border-bottom:1px solid #F00;
	}

.rightcontent p {
	margin:0px;
	padding:5px;
	font-size:12px;
	color:#333;
	line-height:1.2em;
	}

.checkoutwrapper {
	padding:10px;
	text-align: left;
	}

.checkoutwrapper table {
	font-size:14px;
	border:1px solid #428360;
	text-align: left;
	}
.checkoutwrapper table th {
	border-bottom:1px solid #428360;
	background-color:#D1E9DC;
	text-align: center;
	}
	
.checkoutwrapper input#email {
	width:300px;
	}

label {width: 10em; float: left;}

label.error { float: none; color: red; padding-left: .5em;}

	
.imgleft {
	margin-right:10px;
	}
.imgright {
	margin-left:10px;
	}
