﻿p {
	color: #fff;
	font-size: 13px;
	margin-left: 16px;
	width: 590px;
}

.fieldText {
	color: #fff;
	float: none;
	font-size: 13px;
	font-weight: normal;
}

p.fieldText {
	width: 360px;
}

.phoneDiv {
	float: left;
}

#contactCustInfo .acctFormFields, #contactCustInfo .acctFormFooter {
	display: none;
}
 
#contactFeedback .acctFormFooterL, #contactFeedback .acctFormFooterR {
	background:url('/images/backgrounds/bg_purple_box_footer_m.png') repeat-x scroll left top transparent;
}

#contactCustInfo .acctFormHeaderL, #contactCustInfo .acctFormHeaderR {
	background:url('/images/backgrounds/bg_purple_box_header_m.png') repeat-x scroll left top transparent;
}

#DateOccuredTime, DateOccuredAMPM {
	float: left;
}

#timeExample {
	color: #fcf4f8;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 0 8px;
}

.acctFieldSet .acctField input.acctFormRadio {
	display: block;
	margin-top: 3px;
}

#commentsField label.error {
	margin-left: 10px;
}

.rbLabel {
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	margin: 0 10px 0 8px;
}

.acctFieldSet.tallSet .acctField,  .acctFieldSet.tallSet .acctField {
	height: auto;
}

#commentsContainer, #addlInfoContainer {
	float: left;
	width: 370px;
}

#commentsContainer p {
	margin: 3px 0 12px 0;
}

#addlInfoContainer p {
	margin: 3px 0 6px 0;
}

#commentsContainer textarea {
	margin: 0 0 12px 0;
}

#commentsContainer a {
	color: #fff;
}

#commentsContainer a:hover, #commentsContainer a:active {
	color: #d1d1d1;
}

#Comments {
	display: block;
}

#anonymous {
	margin: 3px 8px 20px 0;
}

/* store lookup and info */
#storeLookupBtn, #storeChangeLocBtn {
	cursor: pointer;
}

#storeSelected {
	display: none;
}

#storeSelectedInfo {
	margin: 3px 0 10px 0;
}

/* modal instance-specific styles begin */
#storeListingsModal {
    height: 386px;
    width: 636px;
}

#storeListingsModal .top, #storeListingsModal .bottom, #storeListingsModal .content {
	width: 630px;
}

#storeListingsModal .left, #storeListingsModal .right, #storeListingsModal .content {
	height: 380px;
}
/* modal instance-specific styles end */

#storeListingsModal .simplemodal-close {
	display: block;
}

#storeListingsModal h3 {
	color: #fffefb;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 10px 30px;
	text-transform: uppercase;
}

#storeListingsModal table {
	color: #fffefb;
	font-size: 12px;
	margin: 0 0 0 20px;
	width: 590px;
}

#storeListingsModal table a {
	color: #fffefb;
}

#storeListingsModal table a:link, #storeListingsModal table a:visited {
	text-decoration: none;
}

#storeListingsModal table a:hover, #storeListingsModal table a:active {
	text-decoration: underline;
}

#storeListingsModal td {
	padding: 5px 0;
}

.storeListingHighlight {
    background-color: #390C47;
}

.storeLeft {
	width: 10px;
}

.storeStreet {
	width: 220px;
}

.storeCity {
	width: 270px;
}

.storeZip {
	width: 90px;
}

/* action buttons */
.formActions {
	margin-top: 20px;
}

.formActions #btnReset img {
	margin: 7px 0 0 10px;
}


/* "or" */
.acctFieldSet.orSet {
	margin-top: 0;
	margin-bottom: 0;
}

.acctFieldSet.orSet .acctFieldLabel {
	height: 12px;
}

.acctFieldSet.orSet .acctFieldLabel label {
	height: 12px;
	line-height: 12px;
	margin-top: 0;
}

/* age gate dialog */
/* modal instance-specific styles begin */
#dobEntryModal {
    height: 140px;
    width: 300px;
}

#dobEntryModal .top, #dobEntryModal .bottom, #dobEntryModal .content {
	width: 294px;
}

#dobEntryModal .left, #dobEntryModal .right, #dobEntryModal .content {
	height: 134px;
}
/* modal instance-specific styles end */

#dobEntryModal p {
	color: #fff;
	font-size: 12px;
	margin: 8px 0 12px 17px;
	width: 250px;
}

#dobEntryModal label {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 0 17px;
}

#modalDOBselects {
	margin: 4px 0 10px 17px;
	overflow: hidden;
}

#modalDOBselects select {
	margin-right: 6px;
}

#btnSubmitDOB {
	cursor: pointer;
	display: block;
	margin: 0 0 0 12px;
}

#dobEntryModal .simplemodal-close, #ageGateModal .simplemodal-close {
	display: none;
}

#ageGateModal p {
	width: 225px;
}

#feedbackForm { width: 610px; float: left; }
#errorMessages { display: none; width: 300px; float: left; margin: 25px 0 0 25px; color: #BB0000; font-weight: bold; height: 300px;
	background: transparent url(/images/company/did_you_know_bg.png) no-repeat 0 0; }

.acctFieldSet .acctFieldSet .acctFieldLabel {
	width: 75px;
}
.acctFieldError.storeLocError label {
	display: inline-block;
	margin-left: 0;
    zoom:1;
    *display:inline ;
}

#addlInfoWarning { width: 350px;  }
.enabled { display: block; }
.nonAcctFieldSet, .disabled { display: none; }
