@charset "utf-8";
/* CSS Document */

.table-keyin .input {
	border:1px solid #CCCCCC;
	padding:2px;
}

.table-keyin .input-text {
	font-size:15px;
	border:1px solid #CCCCCC;
	padding:2px 2px 2px 2px;
}

.table-keyin .input-help {
	color:#999999;
}

.table-keyin .input-focus {  /* for auxiliary */
	color:#000000;
	border:1px solid #5694A3  !important;
	background-color:#F5FAF0 !important;
	padding:2px 2px 2px 2px;
}

.table-keyin .input-highlight {
	color:#333333;
	border:1px solid #FF0033 !important;
	background-color:#FFFFCC !important;
}

.error-msg {
	color:#333333;
	font-size:15px;
	border-top:1px dashed #DDDDDD;
	margin:10px 0 0 0;
	line-height:30px;
}

.error-msg a {
	color:#333333;
	text-decoration:none;
}

label {
	color:#555555;
	font-size:15px;
	cursor:pointer;
}

.label-radio-selected {
	color:#CC3300;
	font-weight:bold;
}