﻿div.btn_large
{
	display: inline;
}

table.btn_large
{
	height: 23px;
}

td.btn_large_left
{
	width: 20px;
	height: 23px;
	background-image: url(intro/btn_large_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: Transparent;
}

td.btn_large_main
{
	height: 23px;
	font-family: Verdana, Arial;
	background-image: url(intro/btn_large_main.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: Transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

td.btn_large_right
{
	width: 20px;
	height: 23px;
	background-image: url(intro/btn_large_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: Transparent;
}

a.btn_large
{
	text-decoration: none;
	color: #0060B5;
	font-size: 13px;
}

