* { padding: 0; margin: 0; }

body {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #fafafa;
	background-image: url("/i/back-body.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: #333333;
	text-decoration: underline;
}

img {
	border: 0;
}

a img {
	border: 0;
}

p, table {
	margin: 10px 25px;
}

form {
}

form div {
	clear: both;
	margin-bottom: 10px;
}

form label {
	float: left;
	display: block;
	padding-top: 0px;
	width: 48px;
	line-height: 100%;
}

form input.text, form input.password {
	/*margin-left: 101px;*/
	margin: 0;
	padding: 1px;
	width: 125px;
	border: 1px solid #ccc;
	background-color: #fff;
}
form div .description {
	clear: both;
	margin-left: 50px;
	font-size: 10px;
	line-height: 100%;
	color: #555555; 
}

pre {
	background-color: #222;
	color: #eee;
	margin: 15px;
	padding: 10px;
}

.r {
	text-align: right;
}

.clear {
	height: 0;
	clear: both;
}

#wrapper { 
	margin: 0 auto;
	width: 952px;
}
#header {
	height: 89px;
	background-image: url("/i/back-header.png");
	background-repeat: no-repeat;
}

#header #link-logo {
	border: 0;
	display: block;
	position: relative;
	top: 20px;
	left: 25px;
	width: 175px;
	height: 50px;
}

#navigation {
	height: 46px;
	background-image: url("/i/back-title.gif");
	background-repeat: no-repeat;
}

#navigation h1 {
 	font-family: Arial;
	padding: 0px 15px;
	font-size: 24px;
	line-height: 46px;
}

#content {
	background: #fafafa url("/i/back-content-2.gif") repeat-y left;
	padding-bottom: 25px;
}

#content p {
	line-height: 17px;
}

#content img {
	margin: 0;
	padding: 0;
	float: none; 
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}
#content a:hover {
	text-decoration: underline;
}

#content-top {
	height: 115px;
	background-image: url("/i/back-content-1.gif");
	background-repeat: repeat-y;
}
#content-top h2 {
	margin: 33px 15px 0 auto;
	font-family: Arial;
	font-size: 19px;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 0px;
}
#content-top img {
	float: left;
	margin: 14px 5px 0 5px;
	vertical-align: text-bottom;
}
#content-top .step-reader img, 
#content-top .step-issue img {
	margin-left: 20px;
}

#content .step-register,
#content .step-reader, 
#content .step-issue {
	float: left;
}
#content .step-register {
	width: 260px;
}
#content .step-reader {
	width: 287px;
}
#content .step-issue {
	width: 390px;
}

#content #button-reader {
	margin-left: 25px;
	padding-top: 10px;
}

#content #button-howitworks {
	margin-left: 25px;
	padding-top: 50px;
}

#content #button-register {
	padding-top: 15px;
	text-align: right;
}

#content .agreement {
	margin-top: 25px;
	color: #999999;
	font-size: 9px;
	line-height: 100%;
}

#content .first {
	margin-top: 25px;
}

#content .more {
	margin-top: 15px;
	text-align: right;
}

#content .error {
	color: red;
}

#content .apla {
	background-color: #e76703;
	color: #fff;
	margin: 20px;
	padding: 5px;
	font-weight: bold;
}

#issue {
	margin-top: 25px;
}

#issue p {
	margin: 5px 0 0 0;
}

#issue #image {
	float: left;
	width: 177px;
	padding-left: 25px; 
	text-align: center;
}
#issue #image img {
	margin: 0;
	border: 1px solid #333333;
}

#issue #image #download {
	display: block;
	margin-top: 15px;
}
#issue #image #download img {
	border: 0;
} 

#issue #text {
	margin-left: 215px;
}
#issue #text .description {
	text-align: left;
	line-height: 16px;
}

#issue #text h1 {
	font-size: 12px;
}

#issue #order {
	clear: both;
	margin-top: 25px;
}

#issue #order table {
	margin: 0px 5px 0px 23px;
	text-align: left;
	border-bottom: 1px solid #e0dfe3;
}

#issue #order table td,
#issue #order table th {
	padding: 2px;
}

#issue #order table th {
	border-top: 1px solid #e0dfe3;
}

#issue #order table .submit {
	vertical-align: bottom;
	text-align: right;
}

#issue #abstract {
	margin: 10px 25px;
}
#issue #abstract img  {
	float: left;
}

#footer { 
	clear: both;
	height: 52px;
	padding: 10px;
	background-image: url("/i/back-footer.gif");
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 150%;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#footer .copyright {
	font-size: 10px;
	color: #555555;
}

#footer .separator {
	color: #555555;
}




