#quick-entry-criteria {
	width: 85px;
}

#quick-entry-quantity {
	width: 22px;
}

#quick-entry-submit {
	margin-top: 2px;
}

#quick_entry_success,
#quick_entry_error {
	padding: 5px 2px;
	font-weight: bold;
	font-size: 11px;
	clear: both;
}

#quick_entry_success {
	color: #468847;
}

#quick_entry_error {
	color: #FF0000;
}

.quick_entry .widget_content {
    overflow: auto;
}

.quick_entry .control {
    float: left;
    padding-right: 2px;
}

.defaultTextActive {
	color: #A1A1A1;
	font-style: italic;
}

.loader {
	display: none;
	width: 40px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}