*.warnung 
{ 
	color: red; 
}

.required
{
	color:#FF0000;
	font-weight:bold;
} 

.styleClassDescription
{
	font-style:italic;
}

.styleClassDescriptionError
{
	font-weight:bold;
	color:red;
}

.input_text
{  
	width:211px;
}

.stdLabel
{
}
	
.stdLabelError
{
	font-weight:bold;
}

.button
{
	background:RGB(197,203,215);
	border: solid 1px RGB(50,71,115);
	cursor:hand;
	width:101px;
}


.button_mover
{
			background:	RGB(168,177,196);
		    border: solid 1px RGB(50,71,115);
		    cursor:hand;
		    width:101px;
}

select
{
	width:207px;
}
		
		
		.warning_box
		{
			background-color: #FFE6E6;
			border: solid 2px #FF9595;
			color:#FF0000;
			font-weight: bold;
			padding: 20px;
			width:600px;
			margin-top: 20px;
			margin-bottom: 20px;
		}

		.warning
		{
			color:#FF0000;
			font-weight: bold;
			padding: 2px;
			max-width: 250px;
		}
		
		.success_box
		{
			background-color: #F4F7FF; 
			border: solid 1px #ECF0FD; /*#779DEC; */
			font-weight: bold;
			padding: 15px;
			width:600px;
		}
