/* (c) Juris Sitcs, 2009  */
/* Web page style sheet   */
/* Forms                  */

form {
	border:			none;
	margin:			0;
	font-family: 	tahoma, verdana;
	font-size:   	11px;
}

input.text {
	border: 	1px solid #006600;
	background: #FFFFFF;
	font-family:tahoma, verdana;
	font-size:  11px;
	position:	absolute;
	height:		18px;
}

textarea {
	border: 	1px solid #006600;
	background: #FFFFFF;
	font-family:courier;
	font-size:  11px;
	position:	absolute;
}

input.checkbox {
	border: 	1px solid #006600;
	background: 	#FFFFFF;
	position:	absolute;
	height:		16px;
	width:		16px;
}

input.button {
	text-align:	center;
	border: 	1px solid #006600;
	background:	#9ABB2E;
	position:	absolute;
	height:		24px;
}

select.dropDown	{	
	border: 	1px solid #006600;
	background: 	#FFFFFF;
	font-family:	tahoma, verdana;
	font-size:  	11px;
	position:	absolute;
	height:		18px;
}

select.listBox	{	
	border: 		1px solid #006600;
	background: 	#FFFFFF;
	font-family:	tahoma, verdana;
	font-size:  	11px;
	position:		absolute;
}

div.label {
	font-family:	tahoma, verdana;
	font-size:  	11px;
	position:	absolute;
	overflow:	hidden;
	text-align:	left;
	border: 	none;
	height:		18px;
}

div.text {
	font-family:	tahoma, verdana;
	font-size:  	11px;
	position:	absolute;
	overflow:	hidden;
	text-align:	left;
	border: 	1px solid #006600;
	background: 	#FFF9C5;
	height:		16px;
	text-indent: 	2px;
}

div.caption {
	font-family:	tahoma, verdana;
	font-size:  	11px;
	font-weight:	bold;
	text-align:		left;
	text-indent:	4px;
	position:		absolute;
	overflow:		hidden;
	border-top:		none;
	border-right:	none;
	border-bottom:	1px solid #006600;
	border-left:	none;
	background: 	#9ABB2E;
}

div.toolbar{	
	position:	absolute;
	text-align:	left;
/*	border: 	1px solid #006600;
	background: #FFF9C5;*/
	background: #FFF9C5 url(/icon/fons.jpg);
}


img.button {
	border:			1px solid transparent;
	margin:			0;
	position:		absolute;
}
