@charset "utf-8";
/* CSS Document */
input, textarea {
	border: 1px solid #999;
}
input, select, textarea {
	width: 94%;
	font-size: 18px;
}
input {
	font-size: 18px;
	height: 35px;
}
textarea {
	height:100px;
}
td {
	line-height: 200%;
	font-size: 18px;
	padding-bottom:10px;
}
#ershi input {
    line-height: 35px;
    font-size: 18px;
    height: 35px;
    width: 44%;
    padding: 0px;
}
input[type="reset"] {
    text-transform: capitalize;
    background: #ff9c00;
    color: #FFFFFF;
    /*padding: .7em 2em;*/
    border: none;
    font-size: 1em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    -webkit-appearance: none;
}
input[type="submit"] {
    text-transform: capitalize;
    background: #ff9c00;
    color: #FFFFFF;
    /*padding: .7em 2em;*/
    border: none;
    font-size: 1em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    -webkit-appearance: none;
}
input[type="button"] {
    text-transform: capitalize;
    background: #ff9c00;
    color: #FFFFFF;
    /*padding: .7em 2em;*/
    border: none;
    font-size: 1em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    -webkit-appearance: none;
}