/* CSS Document */

.buttonFormat {
	background-color: #333333;
	font-family: "Chaparral Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	border: 1px solid #333333;
}

.textFieldFormat {
	background-color: #ffffff;
	font-family: "Chaparral Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	border: 1px inset #343434;
}
