﻿/* form style */
#query .star {
	color: #000;
	font-size: 7pt;
}
#query input, #query textarea, #query .input-group-addon:first-child {
	border-radius: 0px;
	font-family: Tahoma;
}
#query .input-group {
	width: 100%;
}
#query .same_width {
	width: 90px;
}
#query .row {
	margin-bottom: 10px;
}
#query .busy {
	display: none;
}
#query .error-message {
	font-size: 8pt;
}
.btn-cust {
	background-color: #BB0000;
	color: #fff !important;
	text-decoration:none !important;
	border-radius: 0px;
}
.btn-cust:hover {
	background-color: #826D4C;
}
#query .well {
	color: #000;
}
/*end-----------------------------------------------------------------------------*/
