﻿@charset "utf-8";
/* CSS Document */

.a {
	width: 100%;
	height: 33px;
	font-size: 14px;
	padding-top: 13px;
	color: rgb(102,102,102);
}
.b {
	width: 100%;
	height: 80px;
	background-color: rgb(238,238,238);
	border-top: 1px solid rgb(192,192,192);
	border-bottom: 1px solid rgb(192,192,192);
}
.line {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    color: rgb(102,102,102);
    border-bottom: 1px solid rgb(192,192,192);
    padding: 5px 0;
}
    .line input {
        text-align: left;
        /*min-width: 72%;
        max-width: 76%;*/
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        color: #646464;
        padding-left: 5px;
        border: 0px;
    }
.row {
	width: 100%;
	height: 50px;
	font-size: 12px;
	text-align: right;
	color: red;
	padding-top: 5px;
	background-color: rgb(238,238,238);
}
.space {
	width: 100%;
	height: 20px;
	background-color: rgb(238,238,238);
}
.fel {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: rgb(102,102,102);
    padding:10px 0;
}
.g {
	width: 100%;
	height: 150px;
	background-color: rgb(238,238,238);
}
.writing {
	padding-left: 5px;
    width:62px;
}
.sign {
	color: red;
}
.peiT {
	float: right;
	padding-right: 5px;
}
.unit {
	color: rgb(192,192,192);
	float: right;
	padding-right: 10px;
}
.BtnOk {
  color: white;
  width: 87px;
  height: 30px;
  background: #ffb84d;
  border: none;
  border-radius: 3px;
  letter-spacing: 1px;
}
.BtnSelect {
    background: red;
}
