.small-submit
{
	border: none;
	background: url(/images/button_next.png) right center no-repeat;
	color: #666;
	font-size: 12px;
	padding: 0 15px 3px 0;
	cursor: pointer;
	outline: none;
	text-align: left;	
}

.btn, .submit, .pdf_button
{
	border: 1px solid #bbb;
	background-color: #f5f5f5;
	padding: 1 15px;
	cursor: pointer;
	outline: none;
}

.pdf_button
{
	background: url(../images/ico/filetypes/16/pdf.gif) no-repeat scroll left center #f5f5f5;
	padding-left: 20px;
}

th
{
	text-align: left;
}

.text, .select
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
}

.select { padding: 1px; }

li.fixed-width { width: 200px; }

.ui-autocomplete
{
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #666;
}

.ui-autocomplete li
{
	list-style-type: none;
}