@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: 800px;
	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 {
	height: 340px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 20px 40px 40px 40px;
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/bg.jpg) repeat-x #FFF;
}
#login1 {
	height: 340px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 20px 40px 40px 40px;
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/bg1.jpg) repeat-x #FFF;
}
#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;
}
.separator-1 {
	height: 8px;
	background: url(../images/separator-1.gif) no-repeat center;
	margin-bottom: 10px;
	clear: both;
}
.button, .button:visited {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	background: #ff991f url(../../pma/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;
}
.button1 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	background: #ff991f url(../../pma/images/button-overlay.gif) top repeat-x;
	display: inline-block;
	color: #FFF !important;
	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;
	margin-bottom: 10px;
}
.button1:hover {
	text-decoration: none !important;
	background: #FF6600;
}
#info a {
	color: FFF;
	text-decoration: none;
}
#login a {
	color: #4bac00;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
a {
	color: #777;
	text-decoration:none;
}
a:hover {
	color: #777;
	text-decoration: underline;
}
.footer a {
	padding-left: 10px;
	padding-right: 10px;
}
#smallinfo {
	width: 320px;
	margin-bottom: 20px;
}
#smallinfo1 {
	width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#info {
	margin-bottom: 10px;
}
