* {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: Tahoma,Verdana,Arial;
	}

html,body {
	overflow:hidden;
	text-align:center;
	border:none;
	}

form {
	margin:0px;
	padding:0px;
	display:inline;
	}

.button {       
	padding-left:5px;
	padding-right:5px;
	height:22px;
	border:1px solid #87A3C1;
	background:url(../../images/common/button_bg.png) repeat-x top left;
	}

.input_text { 
	text-align:center;
	height: 14px;
	padding: 2px;
	border:1px solid #CCCCCC;
	}

.myimg {
	margin:0px;
	padding:0px;
	border:none;
	}

#banner {
	position:relative;
	height:60px;
	background:url(../../images/common/banner.jpg) repeat-x top left;
	}

#banner .left {
	position:absolute;
	left:0px;
	z-index:100;
	width:572px;
	height:60px;
	list-style-type:none;
	background:url(../../images/common/banner_left.jpg) no-repeat top left;
	}

#logo {
	position:absolute;
	left:15px;
	width:0px;
	height:0px;
	}

#logo img {
	visibility:hidden;
	}

#banner div.right {
	padding:5px 10px 0px 0px;
	height:60px;
	line-height:20px;
	text-align:right;
	font-weight:bold;
	color:#FFF;
	background:url(../../images/common/banner_right.jpg) no-repeat top right;
	}

.wrap {
	margin:100px auto 0px auto;
	position:relative;
	width:500px;
	height:260px;
	border:1px solid #CCC;
	text-align:left;
	background:url(../../images/common/ico.png) no-repeat 3% 75%;
	}

.wrap .title {
	position:absolute;
	top:10px;
	left:18px;
	font-weight:bold;
	color:#0099FF;
	font-size:18px;
	}

.wrap .module_login {
	padding:15px;
	position:absolute;
	right:20px;
	bottom:20px;
	border:1px solid #E2E2E2;
	background:#F8F8F8;
	list-style-type:none;
	}

.wrap .module_login li {
	padding:5px 0px;
	}

.wrap .module_login li label {
	display:block;
	line-height:20px;
	width:60px;
	float:left;
	}

.wrap .module_login li span {
	margin:0px 5px;
	}

.wrap .mesg {
	position:absolute;
	top:10px;
	left:200px;
	width:300px;
	color:#F60;
	line-height:15px;
	}

.demo {
	margin:25px 0px 0px 0px;
	}

.demo .module_login {
	line-height:20px;
	list-style-type:none;
    
	}

.demo a {
	color:#000;
	text-decoration:none;
	}

.demo a:hover {
	color:#0066FF;
	text-decoration:none;
	}