/*------------------------------------------------------------------------------
    Reset Spacing
------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;    
}

/*------------------------------------------------------------------------------
    Main Positioning Blocks
------------------------------------------------------------------------------*/
html, body {
    width: 100%;
    height: 100%;
    font: normal 12px Arial, sans-serif;
    color: #000000;
    background: #fff url(../images/bodyBG.gif) repeat-y center top;
}

legend {
	display: none;
}

div#container {
    margin: 0 auto;
    width: 960px;
    min-height: 100%;
    overflow: hidden;
}

div#header {
    position: relative;
    display: block;
    margin-bottom: 20px;
    width: 960px;
    height: 90px;
    overflow: hidden;
}


div#content {
    float: left;
    margin: 0 auto;
    padding: 0 20px 110px 20px;
    width: 720px;
    overflow: hidden;
}

div#footer {
    position: relative;
    margin: -90px auto 0 auto;
    padding: 20px;
    width: 920px;
    height: 50px;
    overflow: hidden;
    background: #ebe6df url(../images/footerBG.png) no-repeat center top;
}

/*------------------------------------------------------------------------------
    Block Elements
------------------------------------------------------------------------------*/
h1 {
    margin-bottom: 15px;
    font: bold 25px Arial, serif;
    line-height: 25px;
    color: #000000;
}

h2 {
    margin-bottom: 10px;
    font: bold 16px Arial, serif;
    line-height: 20px;
    color: #000000;
}

h3 {
    margin-bottom: 10px;
    font: bold 14px Arial, serif;
    line-height: 18px;
}

div#header img {
	position: absolute;
	display: block;
    top: 40px;
    left: 20px;
    width: 280px;
    height: 37px;
}

div#header img.twLogo {
    top: 20px;
    left: 10px;
    width: auto;
    height: 70px;
}

div#footerLogo {
    position: absolute;
    top: 32px;
    right: 35px;
    display: block;
    width: 323px;
    height: 28px;
    text-indent: -99999px;
    background: url(../images/footerLogo.png) no-repeat;
}

p {
    margin-bottom: 15px;
    text-align: left;
    line-height: 15px;
    clear: left;
}

p.doubleMargin {
    margin-bottom: 30px;
}

div#footer p {
    margin: 5px 0 0 0;
    line-height: 25px;
}

/*------------------------------------------------------------------------------
    Inline Elements
------------------------------------------------------------------------------*/
a {
    color: #000000;
}

a:hover {
    color: #46403b;
}

/*------------------------------------------------------------------------------
    Shared Styles
------------------------------------------------------------------------------*/
.hidden {
    display: none;
}

.error {
    color: #f00 !important;
}

/*------------------------------------------------------------------------------
    Common Form Elements
------------------------------------------------------------------------------*/
ul#EnterDetailsDataRows,
ul#ConfirmationDataRows,
ul#ReceiptDataRows,
ul#errorDataRows {
	float: left;
	clear: left;
	margin-bottom: 20px;
}

div.buttonWrap {
	display: block;
	clear: left;
}

div#surchargeValueWrap,
div#acceptSurchargeWrap {
	float: left;
}

div#acceptSurchargeWrap {
	margin-left: 40px;
}

input#acceptSurcharge {
	float: left;
}

ul#EnterDetailsDataRows li,
ul#ConfirmationDataRows li,
ul#ReceiptDataRows li,
ul#errorDataRows li {
	float: left;
	clear: left;
	padding: 4px 0;
	line-height: 22px;
	margin-bottom: 5px;
}

ul#EnterDetailsDataRows span,
ul#ConfirmationDataRows span,
ul#ReceiptDataRows span {
	color: #000000;
    /* font-weight: bold; */
    text-align: left;
    vertical-align: top;
    width: 245px;
    float: left;
}

ul#errorDataRows span {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    width: 155px;
    float: left;
}

ul.formItems li.sectionEnd,
ul#EnterDetailsDataRows li.sectionEnd,
ul#ConfirmationDataRows li.sectionEnd,
ul#ReceiptDataRows li.sectionEnd {
	margin-bottom: 20px;
}

ul.formItems {
    margin-bottom: 15px;
    list-style: none;
    float: left;
    clear: both;
}

ul.formItems li {
    margin-bottom: 15px;
    padding-left: 25px;
    overflow: hidden;
    line-height: 22px;
}

ul.formItems li.billerCodeLI {
	margin-bottom: 5px;
}

ul.formItems li.requiredItem {
    background: url(../images/requiredAsterisk.gif) 0 4px no-repeat;
}

ul.formItems li.noPadding {
    padding-left: 0;
}

ul.formItems li.noPadding label,
ul.formItems li.noPadding span#captchaLabel {
    width: 245px !important;
}

ul.formItems li.noPadding span.error {
    margin-left: 245px !important;
}

ul.sendEmail li {
    padding-left: 0 !important;
}

ul.sendEmail label {
    margin-top: 1px;
    width: 245px !important;
}

ul.sendEmail input {
    margin-top: 1px;
}

ul.sendEmail span.error {
    margin-left: 245px !important;
}

a.formButton {
    float: left;
    margin-right: 18px;
    width: 79px;
    height: 24px;
    overflow: hidden;
    font: bold 12px Arial, sans-serif;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(../images/buttons.gif) no-repeat;
}

a.mobilePrintButton {
	display: none;
}

li a.formButton {
    margin: 0 0 0 10px;
}

a.wide {
    width: 128px;
    background-position: 0 -24px;
}

a.extraWide {
    width: 189px;
    background-position: 0 -48px;
}

a.right {
    float: right;
    margin-right: 0;
}

a.formButton:hover,
a.formButton:focus {
    color: #46403b;
    background-position: 0 -96px;
}

a.formButton.wide:hover,
a.formButton.wide:focus {
    background-position: 0 -120px;
}

a.formButton.extraWide:hover,
a.formButton.extraWide:focus {
    background-position: 0 -144px;
}

div#submitContainer {
    font-weight: bold;
    line-height: 24px;
}

div#submitContainer #waitIcon {
    margin-left: 10px;
    vertical-align: text-bottom;
}

div#surchargeInfoBox {
    margin-bottom: 15px;
    float: left;
    clear: both;
}

div#surchargeInfoBox ul {
    margin-bottom: 15px;    
}

div#surchargeInfoBox li {
    margin-left: 30px;
}

div#acceptSurchargeWrap label {
	margin-left: 10px;
	width: 140px !important;
}

div#acceptSurchargeWrap input.checkbox {
    display: inline;
    float: left;
    margin-left: 40px;
    vertical-align: text-top;
    margin-top: 6px;
}

img.requiredAsterisk {
    vertical-align: text-top;
}

span.supplierName {
	font-weight: bold;
	display: block;
	clear: left;
    margin-left: 220px;
}

span.billerCodeNote,
span.emailNote {
	margin-left: 220px;
	margin-top: 2px; 
	clear: left; 
	display:block;
}

span.emailNote {
	line-height: 18px;
}

div.validBillerCode,
div.invalidBillerCode {
	float: left;
	margin-left: 5px;	
}

div.validBillerCode img.tick,
div.invalidBillerCode img.cross {
	
	width: 18px !important;
	height: 18px !important;
}

span.billerCodeSpan {
	float: left;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
    Return Form
    Cancel Form
    Error Form
------------------------------------------------------------------------------*/
form#returnForm fieldset,
form#cancelForm fieldset,
form#errorForm fieldset {
    border: 0;
}

/*------------------------------------------------------------------------------
    Main Form
------------------------------------------------------------------------------*/
form#mainForm fieldset {
    border: 0;
}

form#mainForm label,
form#mainForm span#captchaLabel {
    float: left;
    width: 220px;
    height: 19px;
    /* font-weight: bold; */
    color: #000000;
}

form#mainForm label#creditCardLabel {
	padding-top: 3px;
}

form#mainForm input[type="text"],
form#mainForm input[type="password"],
form#mainForm input[type="number"],
form#mainForm input[type="email"],
form#mainForm select {
    float: left;
    border: 1px solid #000000;
}

form#mainForm input[type="text"],
form#mainForm input[type="number"],
form#mainForm input[type="password"],
form#mainForm input[type="email"] {
    padding: 2px 3px 1px 3px;
    width: 174px;
    height: 16px;
}

form#mainForm select {
    width: 182px;
    height: 22px;
}

form#mainForm select.dateSelect {
    width: 80px;
}

form#mainForm span.slash {
    float: left;
    width: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
}

form#mainForm input#no_credit_card {
    margin-right: 30px;
    margin-top: 3px;
    float: left;
}

form#mainForm input#no_cvn {
    margin-right: 20px;
    width: 35px;
    float: left;
}

div#acceptedCardsWrap {
	display: inline-block;
	vertical-align: text-bottom;
}

form#mainForm li img,
form#mainForm div img {
    float: left;
    margin-left: 5px;
    height: 21px;
}

form#mainForm img#waitIcon {
	height: 16px !important;
    width: 16px !important;
    margin-right: 10px;
    margin-top: 3px;    
}

form#mainForm li img#captchaImage {
    margin-left: 0;
    height: auto;
}

form#mainForm span#captchaRefresh {
    float: left;
    clear: left;
    margin: 2px 0 0 245px;
    width: 300px;
}

form#mainForm a#cvvLink {
    float: left;
    height: 19px;
    line-height: 19px;
}

form#mainForm span.error {
    float: left;
    clear: left;
    margin: 2px 0 0 220px;
    width: 180px;
    font-size: 11px;
    line-height: 15px;
    color: #f00;
}

form#mainForm ul.sendEmail span.success {
    float: left;
    clear: left;
    margin: 2px 0 0 245px;
    width: 180px;
    font-size: 11px;
    line-height: 15px;
    color: #666;
}

.captchaSection {
    width: 245px;
}

.captchaMargin
{
    margin-bottom: 4px;
}

#captchaAudioSection div
{
    font-size: smaller;
    padding: 4px 0px;
}

a.captchaLink {
    color: ;
    font-size: ;
}

.captchaError {
    color: red;
    margin-left:-220px;
}

.captchaVerification {
    vertical-align: top;
    width: 245px;
}