/***********************************************************
 * File: do-forms.css
 * Project: Ridderlijke Duitsche Orde
 *
 * Copyright: (c) 2004 Hippo Software. All rights reserved
 *            <http://www.hipposoftware.nl>
 *
 * Author: Bert Bulder <mailto:bertb@hipposoftware.nl>
 ***********************************************************/

/***********************************************************************
   General form elements to be included last in color specific css files
************************************************************************/

INPUT {
	border: 1px solid #CCCCCC;
}

INPUT.field25 {
	padding-left: 4px;
	width:40px;
}
INPUT.field75 {
	border: 1px solid #CCCCCC;
	width:85px;
	padding-left: 14px;
	background-image: url(/public/images/bg-zoekbox.gif);
	background-repeat: no-repeat;
}
INPUT.field175 {
	padding-left: 4px;
	width:175px;
}
INPUT.field250 {
	padding-left: 4px;
	width:250px;
}
INPUT.button70 
{ 
	background-color: #BF311B;
	cursor: hand;
	width: 100px;
	height: 26px; 
	text-align: center;
	padding-left: 4px;
	color: #FFFFFF;
	font-weight: normal;
}
SELECT {
	border: 1px solid #CCCCCC;
}
SELECT.list250 {
	height:60px;	
	width:250px;
}
SELECT.list175 {
	height:100px;	
	width:175px;
}
SELECT.list100 {
	width:100px;
}
SELECT.list75 {
	width:75px;
}
SELECT.list35 {
	width:40px;
}
SELECT.list50 {
	width:57px;
}


