#kyh_table {
	margin: 0px;
    width: 100%;
	background: #fff;
    border-collapse: separate;
    border:1px solid #B4B7BB;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border-spacing: 0;
    font-size: 12px;
}

#kyh_table th {
    color: #848B9A;
    background: #E9ECD2;
    font-weight: normal;
    text-align: center;
}

#kyh_table td, th {
    border-left: 1px solid #B4B7BB;
    border-bottom: 1px solid #B4B7BB;
}

#kyh_table td {
    color: #4C556C;
    padding: 0px;
	line-height: 20px;
}

#kyh_table th {
    color: #000;
    padding: 0px;
	line-height: 20px;
}

#kyh_table td a {
    margin: 0;
	padding: 0;
	display: inline;
}

#kyh_table td button {
    margin: 0;
	padding: 0;
	display: inline;
}

#kyh_table td:first-child {
    border-left: none;
}

#kyh_table th:first-child {
	border-left: none;
}

#kyh_table td input[type=text],
#kyh_table td input[type=password],
#kyh_table td input[type=email],
#kyh_table td input[type=number],
#kyh_table td textarea,
#kyh_table td select {
    font-size: 12px;
    background: none;
    border: none;
    color: #4C556C;
    /*margin-top: -1px;*/
    width: 99%;
	height: 30px;
	/* outline: none; */
}
