﻿body
{
    margin-top: 0px;
    font-family: Arial;
    font-size: 12px;
    text-align:center;
    color:White
}

.scrollingContent
{
	width: 400px;
	height: 464px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: auto;
	background-color:White;
	scrollbar-face-color: #595959;
	scrollbar-3dlight-color: #595959;
	scrollbar-darkshadow-color: #595959;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	text-align:justify;
}

.storeLocation
{
    width: 136px;
    font-size: 9px;
}
.storeStreet
{
    width: 170px;
    font-size: 9px;
}
.storeSuburb
{
    width: 64px;
    font-size: 9px;
}
.storeState
{
    width: 36px;
    font-size: 9px;
}

.conditionHeading
{
    color: #F29400;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Arial Rounded MT Bold';
    text-align:justify
}

.questionAbout
{
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial Rounded MT Bold';
    text-align: left;
    color: #147EB1;
}

.answerAbout
{
    font-size: 11px;
    font-family: 'Arial';
    text-align: left;
}

.aboutBold
{
    font-size: 11px;
    font-family: 'Arial';
    text-align: left;
    font-weight: bold;
}

.entryHeading
{
    font-family: Arial;
    color: #FED325;
    font-size: 12px;
    text-align:justify;
}

.errorInputMessage
{
    font-family: 'Arial Rounded MT Bold';
    font-size: 1.2em;
    color: #39962B;
}

.validationTextboxHighlight
{
    border: 2px solid #36952D;
    background-color: #FFFFFF;
}
.validationLabelHighlight
{
    color: #36952D;
    font-weight: bold;
}

.privacyHeading
{
    font-family: Arial;
    color: #99CC00;
    font-weight: bold;
}

.response
{
    font-family: 'Arial Rounded MT Bold';
    color: #36952D;
    font-size: large;
}

.entryTitle
{
    font-family: Rockwell;
    color: #FFFFFF;
    font-weight: bold;
    font-size: x-large;
}

.entryBelow
{
    font-family: Arial;
    color: #FED325;
    font-size: 10px;
    text-align:justify;
}
a
{
    color:White
}

.highlightActiveField
{
    border: 1px solid #FFFF00;
    background-color: #FCF3F3;
}

.highlightInActiveField
{
	border: 1px solid #595959;
	background-color: #ffffff;
}