/* For Hongkong Land by Format Limited */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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


body { 
	font-family: Arial, Helvetica, sans-serif; font-size:16px;
	margin:0;
	padding:0;
	height:100%;
}

a { color:#939597; text-decoration:none; }
a:hover { color:#000000; }

.grey{
	color:#ebebeb !important;
}

.clear{
	clear:both;
}

div#wrapper{
	width:996px;
	position: relative;
	min-height: 100% !important;
	margin: 0 auto;
	box-shadow: 2px 2px 6px 2px rgba(126, 126, 126, 0.2);
}

div#horizont {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
 
div#content {
	position: absolute;
	margin-left: -500px; /* div's width / 2 */
	top: -313px; /* div's height / 2 */
	left: 50%;
	width: 996px;
	height: 625px;
	visibility: visible;
}

div#loginbox{
	width:996px;
	height:625px;
	margin: 0 auto;
	color:#ffffff;
	background:	url(../images/bg_login.jpg) 0 0 no-repeat !important;
}

div#landing01{
	width:996px;
	height:640px;
	margin: 0 auto;
	color:#ffffff;
	background:	url(../images/bg_landing01.jpg) 0 0 no-repeat !important;
}

div#landing02{
	width:996px;
	height:640px;
	margin: 0 auto;
	color:#ffffff;
	background:	url(../images/bg_landing02.jpg) 0 0 no-repeat !important;
}

#user{ 
   height:28px;
   width:258px;
   font-size: 16px;
   background:#ffffff;
   border:2px solid #7fcdee;
   border-radius: 2px;   
}

#password{ 
   height:28px;
   width:258px;
   font-size: 16px;
   background:#ffffff;
   border:2px solid #7fcdee;
   border-radius: 2px;   
}

