html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, table, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

input, button {
	overflow: visible; 
}

html, body { 
	height: 100%; 
	min-height: 100%; 
}

body { 
	font: normal 11px/14px tahoma, arial, verdana, sans-serif; 
	text-align:center; 
	color: #333; 
	background: #f6f6f6; }

p { 
	padding: 0 0 10px; }

ul { 
	padding: 0 0 0 16px; }

li { 
	padding: 0 0 8px; }

a  { 
	text-decoration: none; }

a:link, a:visited { 
	color: #1d64c1; }

a:hover, a:active { 
	color: #6687dd; 
	text-decoration: underline; }

.clear, .box .content { 
	display: inline-block; }

.clear:after, .box .content:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

* html .clear, * html .box .content { 
	height: 1%; }

.clear, .box .content { 
	display: block; }

.none, .hidden { 
	display: none; }

.page { 
	position: relative; 
	width: 100%; 
	min-width: 750px; 
	min-height: 100%; }

* html .page { 
	height: 100%; }

.page .header {
	width: 100%;
	height: 50px;
	text-align: left;
	background: #f6f6f6 url('../img/common/top_bg.jpg') repeat-x 0 0;
}

.page .header .company-logo { 
	float: right; 
	display: block; 
	margin: 9px 20px 0 10px; 
	width: 100px; 
	height: 31px; 
	overflow: hidden; 
	text-indent: -9999px; 
	background: url(../img/common/top-company-logo.gif) no-repeat; }

.page .header .header-area-logo {
	height: 50px;
	width: 241px;
}

.page .header .header-area-login {
	position: absolute;
	right: 0;
	top: 0;
}

.page .header h1 { 
	float: left; 
	width: 210px; 
	height: 50px; 
	text-align: left; }

.page .header h1 a {
	display: block;
	margin: 0 0 0 10px;
	width: 210px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/common/company-logo.png) no-repeat;
}

.page .header .header-area-login a {
	display: block;
	margin: 0 10px 0 0;
	width: 125px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/common/button.png) no-repeat;
}

.wrapper { 
	margin: 25% auto; 
	padding: 24px 0 24px; 
	width: 734px; 
	text-align: center;
}

#body { 
	margin: 12.5% auto 25% auto; 
	padding: 24px 0 24px 0; 
	width: 734px;
	text-align:center; 
}

.welcome {
	margin: 0;
	padding: 0;
}
.page .footer { 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	border-top: 1px solid #c0c7fc; 
	width: 100%; 
	min-width: 300px; 
	height: 38px; 
	background: #d9e9ff url('../img/common/footer_bg.png') 0 0 repeat-x; }

.page .footer-area { 
	height: 38px; 
	font-size: 11px; 
	text-align: left; 
	color: #000; }

.page .footer .description { 
	margin: 0; 
	padding: 12px 10px 0; }

