﻿/* Contact Form */

.formPanel 
{
	position: relative;
	padding: 15px;
	margin-bottom: 35px;
	border: 1px solid #ccc;
}

.requiredInfo 
{
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
}

.fieldLabel,
.requiredFieldLabel 
{
	display: block;
	font-size: 12px;
	padding: 1px 0 0 10px;
	background: url("../../images/bullets/f63.png") no-repeat 0 7px;
	color: #999;
}

.requiredFieldLabel 
{
    color: #333;
}

.formInput 
{
	display: block;
	margin-top: 3px;
	position: relative;
	width: 97%;
	margin-bottom: 5px;
	background: #999;
	padding: 3px;
	color: White;
	border: 0;
}

.CheckboxList
{
    margin-bottom: 15px;
}

.contact 
{
	font-size: 12px;
}

.tickbox 
{
	font-size: 12px;
}

.chkMarketing 
{
	font-size: 11px;
	line-height: 1.6em;
}


.ContactButton 
{
	margin: 25px 0 25px 0;
}

.contactTitle 
{
    margin-bottom: 35px;
    line-height: 1.5em;
    font-size: 12px;
}


.contactTitle span
{
    letter-spacing: 1px;
    color: #39f;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}

    .contactTitle a 
    {
        color: White;
    }
        .contactTitle a:hover 
        {
            color: #39f;
        }
        
.contactText 
{
    font-size: 13px;
    margin-bottom: 25px;
}        

    .contactText span.bold 
    {
        font-weight: bold;
    }
    
    .formPanel a:hover 
    {
        color: White !important;
    }