@charset "utf-8";
.redtext {
    color: #ff0000!important;
}
.Del-btn, .delbtn, .delbtn2 {
    background-color: #d9534f!important;
    border-color: #d43f3a!important;
    color: #fff!important;
    text-decoration: none!important;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    min-height: 26px;
    padding: 0px 10px;
    display: inline-block;
    margin: auto;
}
.update-btn {
    background-color: #428bca!important;
    border-color: #428bca!important;
    color: #fff!important;
    text-decoration: none!important;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    min-height: 26px;
    padding: 0px 10px;
    display: inline-block;
    margin: auto;
}




.filewrapout {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    /* max-width: 25%; */
}
input[type=file] {
    position: relative;
    width: 80px;
    z-index: 99;
}
.filewrapnew {
    position: relative;
    width: 120px;
    height: 30px;
    z-index: 0;
    display: inline-block;
}
.gray-btn {
    color: #fff!important;
    background-color: #428bca!important;
    text-decoration: none!important;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    min-height: 26px;
    padding: 0px 10px;
    display: inline-block;
    margin: auto;
    border-radius: 4px;
    border: 1px solid #bbb;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 28px;
    z-index: 0;	
}
.registerbtn {
    padding: 0;
    font-size: 1.1vw;
    color: #fff;
    line-height: 1.8vw;
    color: #fff;
    background: #666;
    border: 1px solid #ccc;
    float: right;
    margin: 0 10%;
    width: 80%;
}
.facebookbtn {
    background: #3a5998;
    color: #fff;
    margin: 0 10%;
    width: 80%;
    font-size: 1.1vw;
    line-height: 1.8vw;
    text-align: center;
}
.formwrap .formline a {
    color: inherit;
    text-decoration: underline;
    outline: none;
}
.tCenter, .tcenter {
    text-align: center!important;
    position: relative !important;
}
.forminput {
    background: red !important;
}
	.formtable,.formtable01,.formtable02 {
		margin-top: 20px;
		margin-bottom: 40px;
		border: 1px double #ddd;
		border-collapse:collapse;
	}
	.formtable tr,.formtable01 tr,.formtable02 tr{
		background: #fff;
	}
    .formtable th,.formtable01 th,.formtable02 th {
        height: 26px;
        background-color: #eeeeee;
        font-size: 15px;
        line-height: 26px;
        padding: 5px 0;
        color: #428bca;
		    border: 1px solid #ddd;
		    border-collapse:collapse;
    }
    .formtable th a,.formtable01 th a,.formtable02 th a,.formtable td a{
        color: #426699;
        font-weight:bold;
        text-decoration: underline;
    }
    .formtable td,.formtable01 td ,.formtable02 td {
		position:relative;
        height: 26px;
        border: 1px solid #ddd;
		border-collapse:collapse;
        font-size: 14px;
        line-height: 22px;
        color: #292929;
        padding: 3px 10px;
		text-align:center;
    }
    .formtable02 span{
        font-size: 8px;
    }
	.formtable tr:nth-child(2n),.formtable01 tr:nth-child(2n),.formtable02 tr:nth-child(2n){
		background: #fbfbfb;
	}
    .formtable th select ,.formtable th select01,.formtable02 th select{
            padding-left: 5px;
            border: 1px solid #cccccc;
            height: 26px;
            background: #fff;
			margin:0 auto;
			width: 90%;
			border-radius: 4px;
     }
    .formtable th input[type=text],.formtable01 th input[type=text],.formtable02 th input[type=text] {
        padding-left: 5px;
        border: 1px solid #cccccc;
        height: 26px;
        width: 90%;
        background: #fff;
		margin:0 auto;
		max-width:300px;
		border-radius: 4px;
    }
    .formtable td input[type=text],.formtable01 td input[type=text],.formtable02 td input[type=text] ,.formtable td input[type=password],.formtable01 td input[type=password],.formtable02 td input[type=password]{
        padding-left: 5px;
        border: 1px solid #cccccc;
        height: 26px;
        width: 90%;
        background: #fff;
		margin:0 auto;
		max-width:500px;
		border-radius: 4px;
    }
    .formtable td input[type=date],.formtable01 td input[type=date],.formtable02 td input[type=date] ,.formtable td input[type=number],.formtable01 td input[type=number],.formtable02 td input[type=number]{
		padding-left: 5px;
		border: 1px solid #cccccc;
		height: 26px;
		width: 20%;
		background: #fff;
		margin: 0 auto;
		max-width: 500px;
		border-radius: 4px;
    }	
    .formtable td select,.formtable01 td select,.formtable02 td select {
        padding-left: 5px;
        border: 1px solid #cccccc;
        height: 26px;
        min-width: 60px;
        background: #fff;
		margin:0 auto;
		max-width:300px;
		border-radius: 4px;
    }
	.formtable td textarea{
		border:1px solid #ccc;
		padding:5px;
		margin:0 auto;
		border-radius: 4px;
		height:60px;
		width: 90%;
	}
/*手機板*/
@media screen and (max-width: 1000px) {
	.registerbtn {
		padding: 0;
		font-size: 3vw;
		color: #fff;
		line-height: 6vw;
		color: #fff;
		background: #666;
		border: 1px solid #ccc;
		float: right;
		margin: 0 10%;
		width: 80%;
	}	
	.facebookbtn {	
	    background: #3a5998;
		color: #fff;
		margin: 0 10%;
		width: 80%;
		font-size: 3vw;
		line-height: 6vw;
		text-align: center;
	}
}
@media screen and (max-width: 800px) {

}
