/* forms - Japaveh webdesign */

form {

}

fieldset {
	border: 1px solid black;
	padding: 0.3em;
	margin-bottom: 5px;

	border: 1px solid #999;
}

fieldset legend {
	display: none;
}

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

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

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