form img, a img, .status_failed img
{
	display:	inline;
}

form td
{
	vertical-align: top;
}

form.registratie input[type=text]
{
	width:		250px;
}

/* IE */
* html form.registratie input
{
	width:		expression(type == 'text' ? '250px' : 'auto');
}

form.registratie input.natural-width
{
	width:		auto !important;
}

.formrow
{
	display:	block;
	clear:		both;
}

.label
{
	display:	block;
	width:		150px;
	float:		left;
	clear:		left;
	margin-right:	10px;
	padding:	5px;
	text-align:	right;
}

.input
{
	display:	block;
	width:		540px;
	float:		left;
	padding:	5px 20px 5px 5px;
}

.error
{
	border:		1px solid #FF0000;
	cursor:		help;
    background-color:        #FFFCE2;
	background-image:        url('../../img/icon/warning_obj.gif');
    background-position:     right;
    background-repeat:       no-repeat;
}

.error_msg
{
	border:		1px solid #FF0000;
	background-color:	#FFFCE2;
	padding:	5px;
}

.error_msg ul li
{
	line-height:		16px;
	list-style-image:	url('../../img/icon/warning_obj.gif');
}

.icon_verplicht_veld
{
    cursor:             help;
    color:  		    #CC0000;
    line-height:        0px;
}

.tt_enabled
{
	cursor:				help;
}

.controle_check_as {
	display: none;
}