@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h1 a{
	margin:0px;
	font-size:12px;
	color:#fff;
}
p {
	margin:0px;
	font-size:11px;
	color:#eee;
}
blockquote {
	margin:5px 0 10px 0;
	padding:0px;
	text-align: justify;
	font-size:xx-small;
	line-height: 10px;
	color: #ddd;
}
h2 {
	height:15px;
	font-size:13px;
	margin:0px;
	color:#f00;
}
input {
	display:block;
	border:1px solid #888;
	color:#555;
}
input[type=submit] {
	background:#8AB10E;
	color:#fff;
	border-radius:5px;
	border:1px solid #888;
	font-size:12px;
	font-weight:bold;
	padding:3px 10px;
}
input[type=submit]:hover {
	background:#FF8D00;
}

/*** login ***/
.login input[type=text] {
	width:100px;
}
.login input[type=password] {
	width:100px;
}
.login input[type=submit] {
	margin-left:15px;
	margin-top:12px;
}
.login h1, .login h1 a{
	color:#eee;
}
.login h1 a:hover{
	color:#555;
}
.login p{
	color:#eee;
}
.login input[type=submit] {
}
.login input[type=submit]:hover {
	background:#FF8D00;
}


/*** newsletter ***/
.newsletter {
	padding:8px;
	background:url(a5.png);
}
.newsletter input {
	color:#3F342B;
}
.newsletter input[type=email] {
	width:140px;
}
.newsletter h2 {
	display:inline;
}
.newsletter p {
	display:inline;
}
.newsletter input[type=submit] {
	margin-left:28px;
}

