/*-------------------------------------------------Form Elements-------------------------------------------------*/option{	padding-right: 10px;}.formRequiredKey{	text-align: center;	text-transform: uppercase;	letter-spacing: .15em;	font-size: 10px;	padding: 3px 0 3px 0;	margin: 10px 0 10px 0;	background-image: url(images/background.jpg);	background-position: 0 -20px;	border-top: solid 1px #DED5C1;	border-bottom: solid 1px #DED5C1;}.requiredMark{	font-weight: bold;	color: #6A252F;}.formTable{	border-collapse: collapse;	width: 100%;	text-align: center;	margin: 0 auto 0 auto;}.contactFormTable{	border-collapse: collapse;	width: 500px;}.formRow td{	padding-bottom: 10px;}.formLabel{	width: 25%;	text-align: right;	padding-right: 5px;}.adminFormLabel, .labelTd{	text-align: right;}.formLabelStore, .formLabelAdmin{	text-align: right;	padding-right: 5px;	width: 175px;}.formInput{	width: 75%;	text-align: left;}.formInputStore, .formInputAdmin{	width: 250px;	text-align: left;}.formInput .small, .formInputStore .small{	width: 30px;}.formInput .medium, .formInputStore .medium{	width: 125px;}.formInput .large, .formInputStore .large{	width: 225px;}.formInput .xlarge, .formInputStore .xlarge{	width: 95%;}.formInputStore .ccNumber{	width: 150px;}.textInputBox label{	display: block;	padding-bottom: 3px;}.mediumTextArea{	width: 95%;	height: 125px;}.smallTextArea{	width: 95%;	height: 100px;}.largeTextArea{	width: 95%;	height: 200px;}.formHelpButton{	font-weight: bold;	text-decoration: none;	color: #FFFFFF;	background-color: #555345;	padding: 0 2px 1px 2px;}.formButtons{	text-align: left;}.selectTime{	margin: 0 3px 0 3px;	width: 50px;}#plaintext_body{	height: 150px;	width: 95%;}/*Contact Email List-------------------------------------------------*/.contactEmailList{	background-image: url(images/dotBorder.gif);	background-repeat: repeat-x;	background-position: bottom left;	margin: 10px 0;}.contactEmailItem{	display: block;	background-image: url(images/dotBorder.gif);	background-repeat: repeat-x;	background-position: top left;	padding: 10px;}/*Error Formatting-------------------------------------------------*/.error label{	color: #6A252F;	font-weight: bold;}.error input{	color: #FFFFFF;	background-color: #6A252F;}.error .formHelpButton{	background-color: #6A252F;}