/*
Description: Contact and Demo Styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Contact Page
2. Demo Page

*/


/* 1. Contact Page
--------------------------------------------------*/

#ContentLeft h2.ContactAnExpert, #ContentLeft h2.ContactSupport, #ContentLeft h2.ThankYouContacting
{
	background: no-repeat url(../images/contact_solutions_consultant.gif);
	display: block;
	height: 30px;
	margin-bottom: 24px;
	text-indent: -5000px;
	width: 613px;
}

#ContentLeft h2.ContactSupport 
{
    background: no-repeat url(../images/contact_support.gif);
}

#ContentLeft h2.ThankYouContacting 
{
    background: no-repeat url(../images/thankyou-contacting-us.gif);
}


/* 2. Demo Page
--------------------------------------------------*/

#ContentLeft h2.RequestDemoAccount
{
	background: no-repeat url(../images/request_a_free_demo_account.gif);
	display: block;
	height: 30px;
	margin-bottom: 24px;
	text-indent: -5000px;
	width: 613px;
}


#ContentLeft h2.MakePayment
{
	background: no-repeat url(../images/make_a_payment.gif);
	display: block;
	height: 30px;
	margin-bottom: 24px;
	text-indent: -5000px;
	width: 613px;
}
