/*************************************
	Klassen für das Kontaktformular
*************************************/

.MM_CF_NormalText
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
}

.MM_CF_SubTitle
{
	font-weight: bold;
	font-size: 11px;
}

.MM_CF_ProductGroup
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	background-color: #999999;
	height: 18px;
}

.MM_CF_Product_1
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	background-color: #F9F8F6;
}

.MM_CF_Product_2
{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	background-color: #F1F0EC;
}

.MM_CF_Blank
{
	color: #FFFFFF;
	height: 6px;
}


/********************************
	Input Klassen
********************************/

.MM_CF_Text
{
	width: 200px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
}

.MM_CF_Text_Error
{
	width: 200px;
	color: red;
	font-family: Arial;
	font-size: 11px;
}

.MM_CF_LongText
{
	width: 410px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
}

.MM_CF_MessageText
{
	width: 410px;
	height: 80px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
}
