
/*----------------------------------*/
.standard_textbox
{
	width: 					220px;
	height: 				14px;
	margin-top:				4px;
	margin-bottom:			4px;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#000000;
}
.standard_textbox_gray
{
	width: 					220px;
	height: 				14px;
	margin-top:				4px;
	margin-bottom:			4px;
	background-color:		#ECEAE4;
	border:					1px solid #99bbe8;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#000000;
}
.standard_textarea
{
	width: 					220px;
	height: 				150px;
	margin-top:				4px;
	margin-bottom:			4px;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#000000;
}
.standard_select
{
	width: 					225px;
	height: 				19px;
	margin-top:				4px;
	margin-bottom:			4px;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#000000;
}
.inputs_hoover
{
	background-color: 		#e4ebf6;
}
.inputs_on
{
	background-color: 		#e4ebf6;
}
.defaultText
{
	color: 					#A1A1A1;
	font-style: 			Italic;
}

/*--------------------------------------------------
Diverse instillinger
--------------------------------------------------*/
.load_box
{
	position: 				absolute;
	visibility: 			hidden;
	z-index: 				50000;
	zoom:					1;	
}
.load_box_table
{
	border-collapse: 		collapse;
	width: 					67px;
	height: 				67px;
}
#background
{
	position:				absolute;
	left:					0px;
	top:					0px;
	width:					100%;
	z-index:				100;
	background-color:		#272727;
	filter:					alpha(opacity = 75);
	-moz-opacity:			0.75;
	-khtml-opacity: 		0.75;
	opacity: 				0.75;
}
/*----------------------------------*/
.tooltip
{
	position: 				absolute;
	visibility: 			hidden;
	z-index: 				50000;
}
.tooltipcontent
{
	border: 				1px solid #99bbe8;
	background-color:		#FFFFFF;
	padding:				5px;
	font-family: 			Arial;
	font-size: 				12px;
	color: 					#000000;
	font-weight:			normal;
}
/*----------------------------------*/
.error
{
	display: 				block;
	font-family: 			Verdana;
	font-size: 				11px;
	color: 					#FF0000;
	font-weight:			normal;
}
