#column0 {
	font-weight: bold;
	text-align: center;
}
#column0 a {
	text-decoration: none;
}
#ch_main form input[type=text] {
	margin: 7px 0;
	width: 80%;
	height: 35px;
	font-size: 16px;
	padding: 0 5px;
	font-weight: normal;
}
#ch_main form select {
	margin: 7px 0;
	width: 80%;
	height: 35px;
	font-size: 16px;
	padding: 0 5px;
	font-weight: normal;
}
#ch_main form input[type=submit] {
	margin: 15px 0;
	padding: 7px 15px;
	font-size: 16px;
	background-color: #dd5725;
	color: white;
	border: none;
}
#checkout_message {
	background-color: #e9c3cb;
	color: #ed1629;
	position: absolute;
	right: 10px;
	max-width: 170px;
	padding: 4px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#checkout_message2 {
	background-color: #d6eeb3;
	color: #4b7a00;
	position: absolute;
	right: 10px;
	max-width: 170px;
	padding: 4px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}