* {
margin:0;
padding:0;
	-2moz-user-select: none;
	-2khtml-user-select: none;
}

body {
	background-image:url(../images/bglight.png);
	background-position: center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	min-height: 100%;
	}
	
#flashmain {
	height:60%;
	padding-bottom:14px;
	margin-bottom: -14px;
	}

#line {
	background-image:url(../images/bottom_01.png);
	background-position:top center;
	background-repeat:repeat-x;
	height:14px;}

#main {
	width: 100%;
/*	margin: 20px auto; */
	min-height: 40%;
	height: auto !important;
	height: 40%;
	margin: 0px auto -70px; /* the bottom margin is the negative value of the footer's height */
	background-image:url(../images/bottom_02.png);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#666;
	}

#main100 {
	width: 100%;
/*	margin: 20px auto; */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -70px; /* the bottom margin is the negative value of the footer's height */
	}

#mainwrapper {
	margin:auto;
	width: 568px;
	}
	
#innermain {
	padding:10px; 
	margin:0 10px;
	2border:#ccc 1px solid;
	background-color:#eee;
	color:#333;
}

#footer {
	color:#ccc;
	height: 50px; /* .push must be the same height as .footer */
	text-align:right;
}
#footercontentright {
	height: 50px; /* .push must be the same height as .footer */
	background-image:url(../images/bgshadowrighteee.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
	float:right;
	padding:20px 15px 0px 20px;
}
#footercontentleft {
	height: 50px; /* .push must be the same height as .footer */
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	float:left;
	padding:20px 15px 0px 20px;
	font-size:10px;
}
#maintop {
	margin-top:0px;
	background-image:url(../images/bg_top.png);*/
	background-repeat:no-repeat;
	padding:20px 25px 0 25px;
	clear:both;
}
#mainmid {
	background-image:url(../images/bg_mid.png);*/
	background-repeat:repeat-y;
	padding:0 25px;
	clear:both;
}
#mainbt {
	height:20px;
	background-image:url(../images/bg_bot.png);*/
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 25px 20px 25px;
	clear:both;
}

#header {
	position:fixed;
	top:0;
	left:0;
	color:#CCC;
	z-index:99;
	height:auto;
	clear:both;
	padding:0;
	margin:0;
}

#loaderdiv {
	text-align:center;
	}

.disptrue {
}
.dispfalse {
	display:none;
}

h1 {
	background-color:#FFF;
	padding:5px 5px 5px 20px;
	margin:20px 0 0 0;
	color:#333;
}

h2 {
}

h3 {
	font-size:16px;
	font-weight:bold;
	display:inline;
}

h4 {
	display:inline;
	font-size:14px;
	font-weight:bold;
	color: #666;
	cursor:pointer;
}

h5 {
	display:inline;
	font-size:12px;
	font-weight:normal;
	}

li, ul {
	display:table;
	list-style:none;
}

.navi {
	display:inline-block;
/*	background-color:#666; */
	background-image:url(../images/bgshadow666.png);
	background-position:right;
	border:0;
	color:#CCC;
	cursor:pointer;
	padding:8px 22px 15px 22px;
	margin:0;
	font-size:14px;
	text-decoration:none;
}
.navi:hover {
	background-image:url(../images/bgshadoweee.png);
	background-position:right;
	color:#000;
	padding:8px 22px 15px 32px;
}
.naviactive {
	display:inline-block;
	cursor:default;
	background-image:url(../images/bgshadowfff.png);
	background-position:right;
	border:0;
	color:#000;
	padding:8px 22px 15px 22px;
	margin:0;
	font-size:14px;
}

.button {
	display:inline-block;
	background-color:#666;
	border:0;
	color:#CCC;
	cursor:pointer;
	padding:5px 5px 5px 20px;
	margin:0;
	font-size:14px;
	text-decoration:none;
}
.button:hover {
	background-color:#fff;
	color:#000;
}
.buttonactive {
	display:inline-block;
	cursor:default;
	background-color:#fff;
	border:0;
	color:#000;
	padding:5px 5px 5px 20px;
	margin:0;
	font-size:14px;
}

.tb2 {
	height:100%;
}

#userformdiv {
	width:500px;
	margin:20px auto;
	text-align:left;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

#flashcontainer {
	margin:0;
	width:100%;
	height:100%;
}

.formleft {
	width: 200px;
	float: left;
}

form {
	margin:0;
}
.theurl {
	color:#000;
	text-decoration:none;
	background-color:#9C3;
	padding:3px;
	}

