/* CSS Document */

input.submit{
	font-size:10px;
	color: #D50A16;
}
input.bottomLine {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	text-align: right;
	padding-right: 10px;
}

input.button {
	font-size: 10px;
 	border: 1px solid #D50A16;
}