tr td:last-child input[type=text],
tr td:last-child select {
	width: 300px;
}

input[type=text],
input[type=password],
select,
textarea {
	padding: 6px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	color: #000;
}
#ast_txt input {
	float: left;
}
.bgr_light {
	background: #f0f0f0;
}
