form {
	margin: 0;
	}
	
form.form {
	font-size: 1.0em;
	}

form.form h2 {
	margin: 10px 0 10px 0;
	color: #fff;
	padding: 5px 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	}

div.formerror {
	border: 3px solid #ac101e;
	background-color: #cd3543;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 11pt;
	}
	
div.notice {
	border: 3px solid #3d7730;
	background-color: #70a664;
	padding: 15px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 11pt;
	}
	
form.form fieldset {
	border: 1px solid #222;
	}
	
form.form legend {
	background-color: #222;
	margin-left: 20px;
	font-size: 8pt;
	text-transform: uppercase;
	color: #ccc;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	}
	
form.form ol {
	list-style: none;
	width:520px;
	}
	
form.form ol li {
	margin: 5px 0 5px 0;
	padding: 5px;
	clear: both;
	}
	
form.form label {
	float: left;
	display: block;
	width: 145px;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	}
	
form.form li .options {
	float: left;
	width: 400px;
	}
	
form.form label.below {
	color: #333333;
}

form.form label em {
	color: red;
	}
	
form.form .error {
	color: #cf3333;
	position: relative;
	left: 165px;
	font-size: 8pt;
	width: 300px;
	}
	
form.form div.help {
	position: relative;
	width: 300px;
	left: 165px;
	font-size: 8pt;
	color: #333;
	font-style: italic;
	}
	
form.form span.help {
	font-size: 8pt;
	color: #333;
	font-style: italic;
	}
	
form.form option {
	padding-right: 10px;
	}
	
form.form input {
	border:none;
	padding: 5px;
	line-height: 13pt;
	}

form.form .check, form.form .radio {
	border: 0;
	}
	
form.form input.submit {
	clear:both;
	position: relative;
	left: 165px;
	background-color: #333;
	color:#fff;
	height: 30px;
	border: 1px solid #333;
	font-weight: bold;
	font-size: 1.0em/30px;
	margin-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer;
	-moz-border-radius: 100%;
	text-align:center;
}

form.form input.submit:hover {
	background-color: #8091a0;
	color:#222;
	}

form.form input.submit:active {
	color: #222;
	}
	
ul.subscribe {
	list-style:none;
	margin:40px 20px;
	padding:0;
	position:relative;
	width: 100%;
	clear:both;
}

ul.subscribe li {
	color:#fff;
	display:block;
	font:0.8em Arial, Helvetica, sans-serif;
	font-weight:bold;
	float: left;
	width: 120px;
	background: #161616;
	min-height: 230px;
	padding: 10px;
	border: 1px solid #050505;
	text-align: center;
}

ul.subscribe li.large {
	color:#fff;
	font:0.8em Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: #333;
	min-height: 270px;
	margin-top: -15px;
	border: 2px solid #111;
	width: 160px;
}

ul.subscribe h2 {
	color: #EAEAEA;
	font: normal bold 1.4em Arial, Helvetica, sans-serif;
	background: none;
	padding: 0;
	margin: 0;
}

ul.subscribe h3 {
	font: normal 0.8em/1 Arial, Helvetica, sans-serif;
	background: none;
	padding: 0;
	color: #ff7700;
	font: 1.0em/1;
	margin-top: 5px;
}

ul.subscribe p.fee {
	color: #EAEAEA;
	font: normal 2.3em Arial, Helvetica, sans-serif;
	margin-bottom:1.1em;
	margin-top: 20px;
}

ul.subscribe li.large  {
	color:#fff;
	font-size:115%;
}

ul.subscribe li.large h3  {
	font-size:85%;
}

ul.subscribe li.free_trial {
	background-image: url(../images/trialpay.png);
	background-position: 0px 55px;
	background-repeat: no-repeat;
}

ul.subscribe li.free_trial h2 {
	margin-bottom: 105px;
}

form.form input.button {
	background:url(../images/button.png) no-repeat;
	color:#333;
	cursor:pointer;
	left: 180px;
	position:relative;
	font:1.0em/32px Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:32px;
	margin-top:1.0em;
	padding-left:8px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	width:116px;
}

form.form input.button:hover {
	color:#000;
}

p.note {
	font-size:17pt;
	font-weight: bold;
	text-align: center;
	color:#ff7700;
}

div.register_to_read {
	border: 1px solid #666;
	border-top: 5px solid #666;
	background-color: #333;
	padding: 15px;
	text-align: center
}