/* forms - Japaveh webdesign */

form {
	
}

fieldset {
	border: 0;
	padding: 0.3em;
	margin-bottom: 5px;
	
}

fieldset legend {
	display: none;
}

input.text, textarea {
	width: 20em;
}


/**
 Solve the 3px jog
*/
* html input.eerste {
	margin-left: -3px;
}
	

em .error {
	font-style: italic;
	color: red;
	font-size: small;
}
		
#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}		

#popup #submitbutton {
    margin-left: 40px;
}