	/*
	This file is part of CoLab.

	CoLab - Free Order Processing and Time Management Tool.
	Copyright (C) 2009  Manuel Largo <colab@largo-online.ch>

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, see <http://www.gnu.org/licenses>
	*/

input,select,textarea {
	background-color: #efeffe;
	border: 1px solid #afb6bf;
	font-size: 11px;
	font-family: verdana, arial, sans;
}

form {
	margin-left: 20px;
	font-size: 11px;
	font-family: verdana, arial, sans;
}

/*
input.barcodeinput
{
	background-color: #dddddd;
	width: 100px;
	height: 16px;
	border: 1px solid #999999;
	font-size: 9px;
	font-family: verdana, arial, sans;
	font-weight: normal;
}

input.barcodesubmit
{
	background-color: #dddddd;
	width: 20px;
	border: 1px solid blue;
	font-size: 10px;
	font-family: verdana, arial, sans;
	font-weight: normal;
	background-image: url(../res/search.png);
}
*/
