

/*
<div class="users">
<div class="form">
<form id="UserLoginForm" method="post" action="/vidarte/HTML/data/app/webroot/index.php/users/login"><fieldset style="display:none;"><input type="hidden" name="_method" value="POST" /></fieldset><fieldset><legend>Login</legend><div class="input text required"><label for="UserUsername">Gebruikersnaam</label><input name="data[User][username]" type="text" maxlength="255" value="" id="UserUsername" /></div><div class="input password required"><label for="UserPassword">Wachtwoord</label><input type="password" name="data[User][password]" value="" id="UserPassword" /></div></fieldset><div class="submit"><input type="submit" value="Login" /></div></form>	</div>
</div>
*/

div.form{
	margin:0px;
	padding:0px;
	padding-top:20px;
}

input {
	xwidth: 100%;
}
input[type=submit] {
	width: 100px;
}

/* Forms */
div.form fieldset,
div.form legend,
div.form label,
div.form input,
div.form select,
div.form textarea {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:xx-small;
	color:#000000;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}
div.form .required label{
	color:#FF0000;
}
div.error-message{
	background-color:#DACABA;
	border: 1px solid #FF0000;
	color:#000000;
	font-weight:bold;
}
div.checkbox input,
input[type=checkbox],
div.radio input,
input[type=radio] {
	border:none;
	xwidth:17px;
	xheight:17px;
}


div.form legend,
div.form label {
	border:none;
	font-weight:bold;
}




div.formuliergegevens
{
	width:100%;
}

table.confirm td{
	border-color: #DACABA;
}
table.confirm tr.altrow{
	background-color: #EBDBCB;
}

input{
	xbackground-color:#FFFFFF;
	xmargin:0;
	xpadding:0;
}

div.checkbox, div.radio {
	xborder:1px solid #0066FF;
	xheight:100% !important;
	xmargin-top:5px !important;
}

div.checkbox input, div.radio input {
	xmargin:0;
	xpadding:0;
	xheight:17px !important;
	xheight:inherit;
	xz-index:100;
}
label {
	xclear:both;
	xtop:0;
	xbackground-color:#CCFFCC;
	xpadding:0;
	xmargin:0;
	xborder:1px solid #FF00FF !important;
}

div.before{
xdisplay:none;
}


