@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color:#387812;
}
h1{
	font-size:30px;
	color:#03a2a2;
}
p {
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:25px;
	margin-top:25px;
}
.bottomlinks {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
li {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
}

#contentmid {
	height: auto;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
}

.textfield {
	height: 35px;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
.submit-button {
	background-image: url(../images/submit-button.gif);
	height: 42px;
	width: 199px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin-top: 5px;
	margin-bottom:20px;
	cursor:pointer;
}
#left-column {
	float: left;
	height: auto;
	width: 400px;
	padding: 0 20px 0 30px;
}
#right-column {
	float: left;
	height: auto;
	width: 328px;
	margin-left: 22px;
	background:url('../images/ebook-cover.png') #dbdfd7 no-repeat center 0;
	background-size:328px;

}
.bForBook{
	height:280px;
}
#bottomtext {
	height: auto;
	width: 550px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
}
form p{
	margin-bottom: 0;
	margin-top: 15px;
}
.error{color:#ff0000;}
.valid{color:#00ff00;}
