@charset "utf-8";

td.gsc-input {
}
input.gsc-input {
	height: 17px;
	margin: 0;
	padding: 1px 2px;
	line-height: 16px;
	border: 1px solid #BCCDF0;

	font-size: 13px;
}

/* for IE7 */
*:first-child+html input.gsc-input {
	margin-top: -1px;
}
