﻿body {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    background-color: #000000;

    position: relative;
    height: 520px;
}

table {
    width: 90%;
    border-collapse: separate;
    border-spacing: 0px 10px;
    color: white;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
				text-align: center;
			}


.inputstyle input {
    width: 100%;
    width: 100%;
    color: white;
    background: none;
    border: none;
    border-bottom: 1px solid #00ff00;
    height: 20px;
    line-height: 20px;
}

    .inputstyle input:focus {
        outline: none;
    }


    
			.foot button {
				cursor: pointer;
				margin-right: 15px;
				margin-top: 20px;
				padding: 3px 30px;
			}


/*提示信息背景色和文字样式*/
.PromptStyle {
    display: none;
    background-color: #f8ebeb;
    color: red;
    z-index: 99999;
    position: absolute;
}
