.btn {
    width: 125px;
}

tr td {
    padding: 5px;
}

td span {
    white-space: nowrap;
}

textarea {
    height: 550px !important;
}

.txtNum {
    width: 100px !important;
    color: red;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px;
}

.content {
    padding: 5px;
}

    .content table {
        margin-top: 10px;
    }

    .content span input {
        width: 140px;
        height: 30px;
padding-left: 5px;
    }

        .content span {
            padding-left: 30px;
        }

textarea#easyName,textarea#fullName {
            width: 340px !important;
        }

textarea#chinaName {
            width: 395px !important;
        }
		.content1 {
    padding: 20px;
}
		.content1 a{
    color: #656060;
}
.content1 span a:hover{
    color: #ff0000!important;
}