﻿body
{
    margin-top: 0px;
    font-family: Arial;
    font-size: 12px;
    text-align:center;
    color:White
}

.scrollingContent
{
	width: 420px;
	height: 510px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: auto;
	background-color:Black;
	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: #FFFFFF;
    font-size: 12px;
    text-align:center;
}

.errorInputMessage
{
    font-family: 'Arial Rounded MT Bold';
    font-size: 1.2em;
    color: #990033;
}

.validationTextboxHighlight
{
    border: 2px solid #EE7F23;
    background-color: #F3BA5A;
}
.validationLabelHighlight
{
    color: #EE7F23;
    font-weight: bold;
}

.privacyHeading
{
    font-family: Arial;
    color: #99CC00;
    font-weight: bold;
}

.response
{
    font-family: 'Arial Rounded MT Bold';
    color: #F29400;
    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
{
    font-family: Arial;
    color:White;
    text-decoration:none;
    font-size:8pt;
    font-weight:bold
}
a:hover
{
    font-family: Arial;
    color:#d69425;
    text-decoration:none;
    font-size:8pt;
    font-weight:bold
}
.Text
{
    font-family: Arial;
    font-size: 11px;
}

.Header
{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Arial;
}

.ErrorHeader
{
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
    font-family: Arial;
}
