body {  background-color: #FFFFFF; font-family: Verdana; font-size: 12px}
.itlink:link {  font-weight: bold; color: #00CC00; text-decoration: none}
.itlink:visited {  font-weight: bold; color: #00CC00; text-decoration: none}
.itlink:hover {  font-weight: bold; color: #666666; text-decoration: none}
.weblink:link {  font-weight: bold; color: #0066CC; text-decoration: none}
.weblink:visited {  font-weight: bold; color: #0066CC; text-decoration: none}
.weblink:hover {  font-weight: bold; color: #666666; text-decoration: none}
td {  font-size: 12px}
.shoplink:link {  font-weight: bold; color: #CC0000; text-decoration: none}
.shoplink:visited {  font-weight: bold; color: #CC0000; text-decoration: none}
.shoplink:hover {  font-weight: bold; color: #666666; text-decoration: none}
a:link {  color: #000000; text-decoration: underline}
a:visited {  color: #000000; text-decoration: underline}
a:hover {  color: #666666; text-decoration: underline}

div#callback {
	margin-left: 5px;
	width: 300px;
	margin-bottom: 10px;
}

div#callback h1 {
	font-size: 17px;
	color: #223;
}

div#callback label {
	display: inline-block;
	text-align:right;
	width:120px;
	padding-bottom: 5px;
}

div#callback select {
	width:140px;
	margin: 3px 0;
}

div#callback input {
	width:140px;
	margin: 3px 0;
}

div#callback input, div#callback select {
	background-color: transparent;
	border: 1px solid #225;
}

input#callback_sub {
	background-color: #EFEFEF;
	border: 1px outset #666666;
	color: #222233;
	display: block;
	margin-top: 3px;
	padding: 1px;
	width: 140px;
	margin: 3px auto;
}

a#callback_req {
	margin-bottom: 7px;
	display: block;
	width: 140px;
	padding: 3px 2px;
	background-color: #EFEFEF;
	border: 1px solid #666;
	text-decoration: none;
}

div#formsub {
	color: #55d;
	font-weight: bold;
	min-height: 20px;
	line-height: 27px;
}