/* FORM STYLES ########################################### */

INPUT { 
	border: 1px #305E6D solid; 
	font-family: Verdana, Arial, Helvetice; 
	font-size: 10px; 
	background-color:FFFFFF; 
}

INPUT.submit  { 
	border: 1px #305E6D solid; 
	font-family: Verdana, Arial, Helvetice; 
	font-size: 10px; 
	background-color:DEDEDE;
}

INPUT.button { 
	border: 1px #305E6D solid; 
	font-family: Verdana, Arial, Helvetice; 
	font-size: 10px; 
	background-color:FFFFFF; 
	cursor: hand;
}

INPUT.searchbutton  { 
	border: 0px none;
	width: 18px;
	height: 18px;
}

INPUT.submitmail  { 
	border: 0px none;
	width: 51px;
	height: 10px;
	background-color:333333; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
}

INPUT.check  { 
	border: 0px none;
}

SELECT.antal { 
	border: 1px #305E6D solid; 
	font-family: Verdana, Arial, Helvetice; 
	font-size: 10px; 
	background-color:FFFFFF; 
	text-align: right;
}

TEXTAREA { 
	border: 1px #305E6D solid; 
	font-family: Verdana, Arial, Helvetice; 
	font-size: 10px; 
	background-color:FFFFFF; 
}

