@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 25px;
	font-family:'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
}
#container {
	margin: 0 auto;
	width: 600px;
	line-height: 1.6;
	margin-top: 1px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-bottom: 1px;
	background: #FAFAFA;
}
#login {
	margin-top: 10px;
	margin-bottom: 0px;
		padding: 20px 20px 20px 20px;
background: #f1f6e2;
	border: 1px solid #e1e9cb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
}
#login-account {
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px;
		padding: 20px 20px 20px 20px;
background: #f1f6e2;
	border: 1px solid #e1e9cb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;}

h1, h2, h3, h4, h5 {
padding: 0px;
margin: 0px;
}
h1 {
font-size:28px;
font-weight: 600;
}

h2 {
font-size:22px;
font-weight: 500;
}

h3 {
font-size:16px;
font-weight: 500;
}
.input {
		color: #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	width: 180px;
	margin-bottom: 5px;
	font-size: 14px;
}
.button, .button:visited {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	background: #ff991f url(../images/button-overlay.gif) top repeat-x;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 1px 0px rgba(167, 77, 0, 0.75);
	border-bottom: 1px solid #d96516;
	border-right: 1px solid #d96516;
	border-left: 1px solid #ffaa47;
	border-top: 1px solid #ffaa47;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	width: auto;
	overflow: visible;
	font-size: 12px;
	line-height: 24px;
	padding: 3px 10px 3px;
}
#login a {
	color: #4B8117;
	text-decoration: none;
}
#login a:hover {
	color: #62A91E;
	text-decoration: underline;
}
a {
	margin: 0px 10px 0px 10px;
	color: #777;
	text-decoration:none;
}
a:hover { color: #777;
text-decoration: underline;
}
