/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.inputbox {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	color: rgb(48,48,48);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(235,233,233);
 	border: 1px solid rgb(48,48,48)
}

.Button {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(48,48,48);
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(192,192,192);
 	border: 1px solid rgb(48,48,48)
}