/* Alle classes die betrekking hebben op style1 voor formulieren */
.m_form_betweeny
{
	width: 21px;
	background-image: url("../images/mp_form_betweeny.gif");
	background-repeat: repeat;
}

.m_form_text
{
	font-family: tahoma, arial, verdana;
	font-size: 9pt;
	line-height: 1.2;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;

	vertical-align: top;
}

.m_form_idtext
{
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}

.m_form_valuetext
{
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
}

.m_form_errortext
{
	color: #000000;
}



/* Classes voor de velden */
input, select, textarea
{
	font-family: arial, tahoma, verdana;
	font-size: 9pt;
	line-height: 1.3;
	background-color: #ffffff;
	border: #f6d47f 1px solid;
	width: 230px;
	height: 16px;
	padding-left: 3px;
	padding-right: 3px;
}

legend
{
	color: #eeaa00;
}

.m_form_o_normal
{
	border: #f6d47f 1px solid;
}

.m_form_o_selected
{
	border: #eeaa00 1px solid;
}

.m_form_button
{
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #eeaa00;
	width: auto;
	height: 20px;
}
