@charset "utf-8";
/* CSS Document */


a:link {
color: #CCCCCC;
}
body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: arial;
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.submitButton {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
textarea {
	width: 265px;
}
strong {
	font-size: 150%;
	font-weight: bold;
	color: #FF0000;
}
.price {
	font-size: 110%;
	font-weight: bold;
}
.message {
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 35px;
}
.message a {
	color: #000000;
}
