@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3c3c3c;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	background-color: #222321;
}
#langBar {
	padding-top: 43px;
	padding-right: 99px;
	text-align: right;
	font-size: 12px;
}
#langBar a {
	color: #000000;
	text-decoration: none;
}
#logo {
	width: 422px;
	padding-top: 33px;
	margin-right: auto;
	margin-left: auto;	
}
#loginFrame {
	height: 631px;
	width: 620px;
	margin: 50px auto 0;
	background-image: url(images/container-background.png);
	background-repeat: no-repeat;
	display: block;
}
#loginPanel {
	display: none;
	margin-top: 37px;
}
#loginEmail {
	display: block;
	margin-top: 37px;
}
#tabs {
	background-image: url(images/login-line.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
	height: 41px;
}
#tabs a {
	color: #3c3c3c;
	text-decoration: none;
}
div.activeTabLeftFirst {
	height: 41px;
	width: 20px;
	float: left;
	margin-left: 99px;
	background-image: url(images/active-tab-left.png);
	background-repeat: no-repeat;
}
div.activeTabLeft {
	height: 41px;
	width: 20px;
	float: left;
	background-image: url(images/active-tab-left.png);
	background-repeat: no-repeat;
}
div.activeTab {
	height: 27px; /* actual height (41px) - padding */
	float: left;
	padding-top: 14px;
	background-image: url(images/active-tab.png);
	background-repeat: repeat-x;
}
div.activeTabRight {
	height: 41px;
	width: 20px;
	float: left;
	background-image: url(images/active-tab-right.png);
	background-repeat: no-repeat;
}
div.activeTabShadow {
	height: 41px;
	width: 17px;
	float: left;
	background-image: url(images/active-tab-shadow.png);
	background-repeat: no-repeat;
}
div.tabLeft {
	margin-top: 5px;
	height: 36px;
	width: 30px;
	float: left;
	background-image: url(images/tab-left.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.tabLeftFirst {
	margin-top: 5px;
	height: 36px;
	width: 30px;
	float: left;
	margin-left: 99px;
	background-image: url(images/tab-left-first.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.tab {
	margin-top: 5px;
	height: 26px; /* actual height (36px) - padding */
	float: left;
	padding-top: 10px;
	background-image: url(images/tab.png);
	background-repeat: repeat-x;
	cursor: pointer;
}
div.tabRight {
	margin-top: 5px;
	height: 36px;
	width: 30px;
	float: left;
	background-image: url(images/tab-right.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.tabRightLast {
	margin-top: 5px;
	height: 36px;
	width: 30px;
	float: left;
	background-image: url(images/tab-right-last.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.clearfix {
	clear: both;
	height: 1px;
}
div.activeTab h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #1484d1;
	cursor: default;
}
div.tab h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #3c3c3c;
	text-decoration: none;
}
#loginFrame p {
	margin: 43px 0 33px 99px;
	padding: 0;
	width: 422px;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset {
	padding-left: 99px;
}
label {
	display: block;
	margin-bottom: 9px;
}
input {
	width: 220px;
	display: block;
	margin: 0 0 10px;
	padding: 7px 4px;
	color: #3c3c3c;
	background-color: #ffffff;
	border-top: 1px solid #616161;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #616161;
}
button {
	background-color: #6ba833;
	background-image: url(images/button-background.png);
	background-repeat: no-repeat;
	margin: 34px 0 0 99px;
	padding: 0;
	border: 0;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	height: 33px;
	width: 149px;
}
#footer {
	width: 620px;
	margin-top: 11px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #cccccc;
	line-height: 26px;
}
#footer p a {
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}
#footer p a:hover {
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}