
#photosearch input, #photosearch textarea, #photosearch select {
	border: 1px solid #aaaaaa;
	padding: 1px;
}
#photosearch input.formbutton {
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
}
#content a.checkoutButton {
	float: right;
	padding: 5px;
	background-color: #ff0000;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #ff6666;
	border-left: 1px solid #ff6666;
}
#content a:hover .checkoutButton {
	background-color: #00ff00;
}

.checkoutText {
	float: right;
	font-size: 10px;
}
.image_cart .required {
	font-weight: bold;
	color: #ee5f00;
}
.image_cart .fieldname {
	font-weight: bold;
	color: #16356c;
}
.image_cart input {
	border: 1px solid #16356c;
}
#order_submit .navigation {
	background-color: #16356c;
	color: #ffffff;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.errorSummary {
	font-weight: bold;
	color: #ff0000;
}
.error input {
	border: 1px solid #ff0000;
}
.imageCartInvoice td, .imageCartInvoice th {
	padding-right: 20px;
}
.imageCartInvoice th {
	text-align: center;
}
.imageCartInvoice .quantity {
	text-align: center;
}
.imageCartInvoice .price {
	text-align: right;
}
.imageCartInvoice .cost{
	text-align: right;
}