﻿#galleryMainForm { /*delete #galleryMain2 after new templates are finalized */
	height: auto;
	margin-left: 0px;
	float: left;
	width: 707px;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;

}

#formWrapper {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	font-size: .85em;
}

h2.contactForm {
	font-weight:bold;
	font-size:1.2em;
}

h3.contactForm {
	font-weight:bold;
	font-size:1.0em;
	margin: 20px 0 0 0;
}




#HeaderSection {
	margin:0 0 0 0;
	border-bottom:1px #cccccc dotted;
	padding:0 0 15px 0;
	color:#252525;
	font-weight:normal;
}	

.requiredText {
text-align:right;	
}
.fieldTextLabel {	
	width: 180px;
	text-align: right;	
	float: left;
	clear:left;
	margin: 15px 0px 0px 0;
	padding-top: 0px;
	display:block;
	font-weight:normal;	
}



#commentsSection {
	border-bottom:1px #cccccc dotted;
	padding-bottom:20px;
}


#commentsSection input,
#commentsSection select,
#commentsSection textarea,
#ContactInformationSection input,
#StoreLocatorSection input,
#AdditionalInformationSection input,
#AdditionalInformationSection select,
#ContactInformationSection select,
#SubmitButtonSection input{
	margin:13px 0 0 13px;
}
.commentsTextBox {
	margin:13px 0 0 13px;
	width: 355px; 
	height: 87px;
	font-family:Arial, Helvetica, sans-serif;
}


.storeLocationBox,
.reasonCommentBox
{

width:290px;
height:23px;
	margin: 13px 0 0 13px;
}

.emailTextBox,
.nameTextBox,
.addressTextBox,
.cityTextBox,
.statesDropDown
{
width:180px;
	margin: 13px 0 0 13px;
}

.zipCodeBox, .phoneTextBox
{
	width:120px;
	margin: 13px 0 0 13px;
}
#checkBox1 {
	margin: 5px 0 0 15px; 
	position: relative;
	top:2px;
	
}

.formBreak {
	margin: 0 0 0 0;
}
#contactInformationSection {
	padding-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.phoneTextBox{
	width:117px;
}
.phoneExtTextBox{
	width:30px;
}
.callUserCheckBox{
	font-weight:normal;
	margin-left:5px;
}
.exampleTextLabel{
	position:relative;
	top:-4px;
	left:6px;
}
.insideFieldTextLabel{
	position:relative;
	margin-left:8px;
}
#submitButtonSection{
	margin:15px 0 0 193px;
}

.error {
  border: none;
  background-color: none;
  color: #F00;
  width: 400px;
  padding: 5px;
  font-family:Arial, Helvetica, sans-serif;
  margin-top:10px;
  margin-left:190px;
  margin-bottom:10px;
}

.errorCareers {
  border: none;
  background-color: none;
  color: #F00;
  width: 400px;
  padding: 5px;
  font-family:Arial, Helvetica, sans-serif;
  margin-top:-10px;
  margin-left:10px;
  margin-bottom:10px;
}

.error ul li {
list-style:none;
}

.submit
{
	height: 23px;
	width: 67px;
	border: none;
	background-image: url(../images/button_submit.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}

