﻿/*
  Replace the wave image with the specific title bar image
*/

.mainsupport
{
	background-image: url( "TitleBar.gif" );
}


.TrialButton
{
	float: left;
	margin-left: 70px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.TrialButtonRight
{
	float: left;
	background-image: url( "ButtonRight.gif" );
	background-position: right top;
	background-repeat: no-repeat;
	height: 23px;
	padding-right: 15px;
	padding-left: 12px;
	padding-top: 2px;
	font-weight:bold;
}

.TrialButtonRight a:link, .TrialButtonRight a:visited
{
	color: #807046;
	text-decoration: none;
}

.TrialButtonLeft
{
	float: left;
	background-image: url( "ButtonLeft.gif" );
	background-position: left top;
	background-repeat: no-repeat;
	height: 23px;
	width: 3px;
}