html {
    height: 100%;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style: none;

}

h1 {
    font-size: 22px;

}

body {
    min-width: 1280px;
    text-align: center;
    font: 14px/1.5 "微软雅黑", arial;
    color: #444;
    width: 100%;
    height: 100%;
}

image {
    vertical-align: middle;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    font-size: 14px;
    text-decoration: none;
}

a:link {
    /* 未访问的链接 */
    color: #2979c3;

}

a:visited {
    /* 已访问的链接 */
    color: #2979c3;;
}

a:hover {
    cursor: pointer;
    /* 鼠标移动到链接上 */
    color: #9c1b20;
}

a:active {
    /* 选定的链接 */
    star: expression(this.onfocus=this.blur)); /*IE下去除点击后的间隙*/
    outline: none; /*火狐下去除点击后的间隙*/
    color: #2979c3;;
}
#header {
    color: #3272b0;
    width: 100%;
    height: 50px;
    position: relative;
    background: url("../cloud/main/images/headerbg-0.png") 0 0 repeat;
    z-index: 999;
}

#header .logo {
    width: 118px;
    cursor: pointer;
    height: 42px;
    position: absolute;
    left: 60px;
    top: 4px;
    background: url("../cloud/member/images/logo.png") no-repeat;
}

#header .icon {
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 299px;
    height: 50px;
    position: absolute;
    right: 60px;
    top: 0;
    background: url("../cloud/member/images/iconHeader2.png") no-repeat;
}





.submit, .button {
    cursor: pointer;
    border: medium none;
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
    width: 80px;
    height: 30px;
    color: #444;
    font-size: 14px;
    background-color: #cccccc;
    font-weight: bold;
}
.submit:hover, .button:hover{
    background-color: #b1b1b1;
}
.footer {
    position: absolute;
    bottom: 0;
    height: 30px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #eaeaea;
}

.footer span {
    display: block;
    font-size: 13px;
    color: #b3b3b3;

}