/*
	Specific Styles for www.TestWizard.com
-----------------------------------------------------------------------------------*/

a { color: #2f7dfd; }

a:hover { color: #1f65b9; }

.theme-color { color: #489a40; }

#main,
.pricing-tab.active,
.pricing-questions
{ border-top-color: #489a40 !important; }

.logo h1
{
    color:#489a40;
}
input:focus,
textarea:focus,
button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #64af21;
}

.nav a.active,
.nav a:hover
{
color:#489a40!important;
}
.hero-signup
{
    border-bottom-color:#489a40;}
    
.working {
    background:url('../../../Images/ajax-loader.gif') no-repeat right center !important;
}