@charset "utf-8";

body {
	margin:0;
	padding:50px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}
h3, h3 a{
	margin:0px;
	font-size:12px;
	color:#aaa;
	}
h3 a:hover{
	color:#FF8D00;
	}
p {
	margin:0px;
	font-size:11px;
	color:#aaa;
	}
blockquote {
	margin:5px 0 10px 0;
	padding:0px;
	text-align:left;
	font-size:xx-small;
	line-height:10px;
	color:#999;
	}
h4 {
	position:absolute;
	top:2px;
	height:15px;
	font-size:13px;
	margin:0px;
	color:#f00;
	}
input {
	display:inline-block;
	border:1px solid #ddd;
	font-size:12px;
	color:#aaa;
	}
button img{
	border:0;
	}
button[type=submit] {
	display:inline-block;
	position:relative;
	top:2px;
	height:19px;
	background-color:#ccc;
/*	border-radius:5px;	*/
	border:1px solid #bbb;
	padding:3px 3px;
	}
button[type=submit]:hover {
	background-color:#FF8D00;
	}
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:70px;
	}
.login input[type=password] {
	width:70px;
	}
.login input[type=submit] {
	margin-left:15px;
	margin-top:12px;
	}
.login input[type=submit]:hover {
	background:#FF8D00;
	}


/*** newsletter ***/
.newsletter input[type=email] {
	width:183px;
	}
.newsletter h4 {
	display:inline;
	top:32px;
	}
.newsletter p {
	display:inline;
	}
.newsletter input[type=submit] {
	margin-left:28px;
	}
