@CHARSET "UTF-8";
.system_main{
	width: 97.6%;
    background-color: white;
    margin:30px 20px 30px 20px;
	padding: 20px;
}
.system_main .title{
	text-align: center;
	margin-bottom:30px;
}
.system_main .content{
	border: 1px solid #e2e2e7;
	margin-bottom:30px;
}
.system_main .content table{
	width: 100%;
	color: #a0a0a0;
}
.system_main .content table td{
	padding:10px;
}
.system_main .content table .textright{
	text-align: right;
	width: 43%;
}
.system_main .content table td input{
    color: black;
	width: 250px;
    height: 30px;
}

.system_main .foot{
	width: 100%;
	font-size: 16px;
	margin-bottom: 50px;
	text-align: right;
}
.system_main .foot .system_save{
	background-color: #337ab7;
    color: white;
    border-color: #337ab7;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    font-size: 16px;
    /* width: 500px; */
}