﻿body {
    margin: 0 0;
    padding: 0 0;
    font-family: 'Microsoft Yahei';
    font-size: 14px;
}

.loginTitle {
    color: white;
    font-family: Arial;
    font-size: 25px;
    font-weight: 200;
    text-align: center;
}

.loginType {
    font-family: 'Microsoft YaHei';
    font-size: 40px;
    font-weight: 500;
    opacity: 0.6;
    color: white;
}

.menu li {
    width: 60px;
    margin-left: 8px;
    list-style-type: none;
    float: left;
    padding-right: 2px;
    padding-left: 2px;
    bottom: 0;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
}

.menu li:hover {
    color: #FFFFFF;
}

.menu li span {
    width: 56px;
    margin-left: 2px;
    float: left;
}

.selected{}

.user {
    background-color: #ffffff;
    border: solid 1px #f29521;
    height: 23px;
    text-indent: 4px;
    vertical-align: middle;
    width: 248px;
    *margin-left: -4px;
}

.pass {
    background-color: #ffffff;
    border: solid 1px #f29521;
    font-family:"Lucida Grande",Verdana,Lucida,Arial,Helvetica,"宋体",sans-serif;
    height: 23px;
    text-indent: 4px;
    vertical-align: middle;
    width: 248px;
}

input {
    line-height: 23px;
    padding: 0;
}

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #f29521!important;
}*/ 

#login {
    background-image: url(./loginbtn.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: white;
    font-size: 13px;
    height: 35px;
    width: 115px;
    margin-left: 68px;
    cursor: pointer;
}

#login:active {
    background-image: url(./loginbtn_click.png);
}

.btm_link {
    font-size: 12px;
    color: white;
    font-family: Microsoft YaHei;
    line-height: 0.5px;
}

.glink {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #e77817;
}

.logo {
    width: 100%;
    position: absolute;
    /*position: absolute;*/
    z-index: 100;
    bottom: 50px;
    border-style: none;
}

#logo {
    display: block;
    margin: 0 auto;
}

.triangle
{
	width:60px;
	height:10px;
    margin-top: 10px;
    margin-top: 10px\9;
    *margin-top: 10px;
	margin-left:0px;
	float:left;
}

.leftLine
{
	width:28px;
    *width: 32px;
	height:3px;
	background-color:transparent;
	margin-top:0px;
	margin-left:0px;
	float:left;
}

.rightLine
{
	width:30px;
    *width: 34px;
	height:3px;
	background-color:transparent;
	margin-top:0px;
	margin-left:-5px;
    *margin-left: -8px;
	float:left;
}

.between
{
	width:12px;
	height:12px;
	margin-left:-5px;
    *margin-left: -10px;
	margin-top:0px;
	float:left;
}

.up
{
	width:0px;
	height:0px;
	margin-top:0px;
	margin-left:5px;
	position:absolute;
	border-top:solid 3px transparent;
	border-bottom:solid 3px transparent;
	border-left:solid 3px transparent;
	border-right:solid 3px transparent;
    z-index: 100;
}

.down
{
	width:0px;
	height:0px;
	margin-top:0px;
	margin-left:0px;
	position:absolute;
	border-top:solid 8px transparent;
	border-bottom:solid 8px transparent;
	border-left:solid 8px transparent;
	border-right:solid 8px transparent;
}

a:link {
    color: #000000;
    text-decoration:underline;
}     /* 未访问的链接 */
a:visited {
    color: #000000;
    text-decoration:underline;
}  /* 已访问的链接 */
a:hover {
    color: #000000;
    text-decoration:underline;
}    /* 当有鼠标悬停在链接上 */
a:active {
    color: #000000;
    text-decoration:underline;
}   /* 被选择的链接 */
