@charset "utf-8";
/* CSS Document */
.input-text,
.input-password{
	border:1px solid #999;
	height:16px;
	line-height:16px;
}
.input-button::-moz-focus-inner {
	padding:0px!important;
	border:0px!important;
	margin:0px!important;
}
.input-button {
	background:#74716d;
	border:1px solid #999999;
	color:#FFF;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding-bottom:3px;
	font-size:12px;
	cursor:pointer;
	font-family:Tahoma;
}
.input-button:disabled {
	color:#aaa;
}