/* Style-sheet für roestiplousch.ch // Formular */

.box {

	width:500px;

	height: 450px;

	background-color:#EEEEFF;

	border:1px solid #00FFFF;

	padding: 5px;

	valign:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}



.ab{

	padding-top:3px;
	clear: both;

}

.ab:first-child{
	display: none;	
}



.bez{

	float: left;
	width:250px;
	text-align: right;
	font-weight: blond;
	font-family:tahoma;

}



.formw{

	float: right;
	width:350px;
	text-align: left;

}

.centertext{
	text-align: center;

}
