.submitButton
		{  		
			font-family:		arial;
			font-size:			10px;
			/*color:			gray;*/
			color:				black; /*Infolever*/
			/*width:			40px;*/
			height:				17px;
			background-color:	#F1F1F1; /*Infolever*/
			/*background-color:	#e2e2e2;*/
			/*border-top:		#000000 1px solid;
			border-left:		#000000 1px solid;
			border-right:		#000000 1px solid;
			border-bottom:		#000000 1px solid;*/
			border:				#000000 1px solid; /*Infolever*/
			cursor:				hand;
		}

.selectBox
		{  		
			font-family:		arial;
			font-size:			10px;
			color:				black;
			/*height:			120px;*/
			background-color:	white;
			/*border-top:		#000000 1px solid;
			border-left:		#000000 1px solid;
			border-right:		#000000 1px solid;
			border-bottom:		#000000 1px solid;*/
			border:				#000000 1px solid; /*Infolever*/
		}

.textBox
		{  		
			font-family:		arial;
			font-size:			10px;
			color:				black;
			/*width:				180px;*/
			background-color:	white;
			text-indent:		2; /*Infolever*/
			/*border-top:		#000000 1px solid;
			border-left:		#000000 1px solid;
			border-right:		#000000 1px solid;
			border-bottom:		#000000 1px solid;*/
			border:				#000000 1px solid; /*Infolever*/

		}


.languageSelectBox
		{
			/*text-align:		right;*/
			text-align:		left; /*Infolever*/
			font-family:	verdana;
			font-size:		xx-small;
			color:			#003300;
			/*width:			90px;*/
			/*height:			10px;*/
			background-color:	#ffffff;
			/*border-top:		#e2e2e2 1px solid;
			border-left:		#e2e2e2 1px solid;
			border-right:		#e2e2e2 1px solid;
			border-bottom:		#e2e2e2 1px solid;*/
		}
		
INPUT.SUBMIT INPUT.BUTTON { 
	font-family:verdana;
	font-size:10px;
	font-weight:none;
	background-color:#FFFFFF;
	color:#666666;
	border: 1px solid #C8CFD6;
	width:;
	height:;
	cursor: hand;
	}
	
input, select { 
		/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
		font-family:verdana;
		font-size: xx-small;
		color:#0C3D78;
		border: 1px solid #7F90A4;
		background-color:#FFFFFF;
	}
