/* 

	+----------------------------------------------------------------+
	| Copyright (C) 2007, PaintTech America Inc.                     }
	| Designed by APD Technologies Inc.                              |
	| All Rights Reserved                                            |
	|                                                                |
	| RESTRICTED RIGHTS:                                             |
	|                                                                |
	| This  file  may have  been supplied  under a  license.  It may |
	| be used, disclosed, and/or copied only as permitted under such |
	| license agreement.  Any copy must contain the  above copyright |
	| notice and this restricted rights notice.  Use, copying, and / |
	| or  disclosure of   the file  is strictly  prohibited   unless |
	| otherwise provided in the license agreement.                   |
	+----------------------------------------------------------------+

	$Id: forms.css,v 1.1.1.1 2007/04/11 23:58:59 adsouza Exp $
	Author:		Anthony D'Souza
	Descrition:	form styles

*/

form {
	margin				:	0;
	padding				:	0;
}

select {
	font-family			:	verdana, arial;
}

input {
	font-family			:	verdana, arial;
	font-size			:	10px;
}

.defSlctBox {
	font-family			:	verdana, arial, helvetica, sans-serif;
	font-size			:	11px;
	color				:	#000000;
	background-color	:	#ffffff;
	padding				:	2px;
	border				:	1px inset #999999;
}

.defInputBox {
	font-family			:	tahoma, arial, helvetica, sans-serif;
	font-size			:	11px;
	border				:	1px inset #999999;
}

.stdslct {
	font-family			:	verdana, arial;
	font-size			:	11px;
}

.jmpslct {
	border-top-width	:	0px;
	border-right-width	:	0px;
	border-bottom-width	:	0px;
	border-left-width	:	0px;
	border-top-style	:	solid;
	border-right-style	:	solid;
	border-bottom-style	:	solid;
	border-left-style	:	solid;
	border-top-color	:	#999;
	border-right-color	:	#999;
	border-bottom-color	:	#999;
	border-left-color	:	#999;
	font-family			:	verdana, arial;
	font-size			:	9px;
}

