/* forms - Japaveh webdesign */

form {
	width: 60em;
}


fieldset {
	border: 0;
	padding: 0.3em;
	margin-bottom: 5px;
	background-color: #D1D1D1;
	border: 1px solid #999;
}

fieldset legend {
	display: none;
}

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

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

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

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

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