/* CSS Document */

.minus1x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.minus1xb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

.minus2x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}
	
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #535300;
}

.input_blue {
	font-size: 14px;
	color: white;
	background-color: #0092dd;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid Black;
}

.input_blue_seemless {
	font-size: 14px;
	color: black;
	background-color: #0092dd;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

	.input_white {
	font-size: 14px;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid Black;
}

	