@charset "UTF-8";
/* CSS Document */
img { border: none; }

body, td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000; 
}

a { color: #000000; }

.scroller {
	position: absolute;
}

.scroller td {
	padding-right: 50px;
}

.scroller img {
	border: none;
}

.orderLink {
	color: #000;
	font-size: 24px;
}

.homeLink {
	color: #666;
	font-size: 10px;
}

.footerOrder {
	position: fixed;
	margin-left: 20px;
	margin-top: 550px;
}

.footerLink {
	margin-left: 20px;
	position: fixed;
	margin-top: 550px;
}

.gray {
	color: #999;
}

input, textarea, select { font-size: 1.4em; }

select {
	width: 100px;
}