@charset "UTF-8";
/* CSS Document */
body{
	font-family:"Microsoft YaHei";
	}
.bgimg{
	position: relative;
	z-index: -1;
	left: 50%;
	margin-left: -1000px;
	width: 2000px;
	overflow: hidden;
	text-align: center;
	margin-top: -10px;
	}
.bgimg img{
	height: 400px;
	margin: 0;
	padding: 0;
	border: none;
}
.box{
	width:274px;
	margin-left:auto;
	margin-right:auto;
	height: 240px;
	}
.topbar{
	overflow:hidden;
	}
.topbar .logo{
	margin-left:69px;
	margin-top: 10px;
	}
.loginbar{
	width:274px;
	position:relative;
	color:#ff3403;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	}
.loginbar .inputbox{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}
.loginbar input{
	width:223px;
	padding-left:48px;
	height:36px;
	margin-top:10px;
	font-size:14px;
	color:#505050;
	outline:none;
	border:1px solid #8B8B8B;
	border-radius:6px;
	}
.loginbar .user_text{
	position:absolute;
	top:14px;
	left:48px;
	font-size:14px;
	color:#C6C6C6;
	line-height:30px;
	cursor: text;
	}
.loginbar .password_text{
	position:absolute;
	top:64px;
	left:48px;
	font-size:14px;
	color:#C6C6C6;
	line-height:30px;
	cursor: text;
	}
.loginbar .icon_user{
	background-image:url(/siam/themes/tclgroup/images/user.png);
	width:23px;
	height:27px;
	position:absolute;
	top:15px;
	left:15px;
	background-repeat:no-repeat;
	}
.loginbar .icon_password{
	background-image:url(/siam/themes/tclgroup/images/password.png);
	width:22px;
	height:22px;
	position:absolute;
	top:69px;
	left:17px;
	background-repeat:no-repeat;
	}
.loginbar .password_option{
	font-size:12px;
	color:#181677;
	line-height:14px;
	float:right;
	text-decoration:none;
	margin-top:10px;
	}
.loginbar .password_app{
	font-size:12px;
	color:#fd000a;
	line-height:14px;
	float:left;
	text-decoration:none;
	margin-top:10px;
	}
.loginbar .password_option:hover{
	color:#7473B6;
	}
.loginbar .button{
	width:274px;
	height:36px;
	color:#FFFFFF;
	text-align:center;
	line-height:36px;
	border-radius:6px;
	margin-top:10px;
	background-color: #d7000f;
	cursor:pointer;
	clear:both;
	}
.loginbar .button:hover{
	background-color: #B6000C;
	}
.loginbar .button:active{
	background-color: #890009;
	}
.containerwrapper {
        height: 120px;
}
.contain {
        width: 1200px;
        height: 120px;
        margin: 0 auto;
        background: url(../img/logo.png) no-repeat 0 center;
}
.contwrapper {
        height: auto;
}
.container{
        position: relative;
        width: 1200px;
        height: 200px;
        margin: 0 auto;
        z-index: 2;
}
.login {
    height: auto;
    left: 30%;
    position: absolute;
    top: 150px;
    width: auto;
}
#msg.info { border: 1px solid none; color: black; padding-left: 100px; background: url(../img/info.gif) no-repeat 20px center; }
