/*******************************************************
COLORS

*******************************************************
FONT GROUPS
	Arial, Helvetica, sans-serif
	"Times New Roman", Times, serif
	"Courier New", Courier, monospace
	Georgia, "Times New Roman", Times, serif
	Verdana, Tahoma, sans-serif
	Geneva, Arial, Helvetica, sans-serif

*******************************************************
LEGEND
	merch = Merchandiser

	PAGES:
	[ ] merch-rslt 		= Results Page
	[ ] merch-details 	= Details Page

*******************************************************/


/* alternating colors for all tables */
.alternating-row-color1 {
	background-color: #F0F0F0;
}

.alternating-row-color2 {
	background-color: #F9F9F9;
}


/*******************************************************
 *	FORMS: BASKET FUNCTIONALITY
 *******************************************************/

.ist-alert-attention {
	line-height: 1.4em;
	background: url(../images/icon_alert_excltn.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 28px;
	margin: 6px 10px 6px 10px;
}

.ist-alert-link {
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 6px 38px;
}

.ist-alert-link a {
	color: blue;
	font: normal 12px Tahoma, Verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 1.4em;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
}

.ist-alert-link a:hover {
	text-decoration: underline;
}


#ist-form-basket-wrapper {
	color: #000000;
	font: normal 12px Tahoma, Verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	background-color: #FFF;
	padding: 0px 0px;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

#ist-form-basket-wrapper div.form-basket-row {
	padding: 4px 6px;
}

#ist-form-basket-wrapper div.form-basket-sku {
	float: left;
	width: 100px;
}

#ist-form-basket-wrapper div.form-basket-title {
	float: left;
	width: 200px;
}

#ist-form-basket-wrapper div.form-basket-remove {
	float: right;
	width: 16px;
}

#ist-form-basket-wrapper div.form-basket-remove-btn {
	/* remove image button */
}

#ist-form-basket-controls a {
	color: #FFFFFF;
	font: normal 10px Tahoma, Verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 1.4em;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
}

#ist-form-basket-controls a:hover {
	text-decoration: underline;
}

/*************************** FORM ELEMENTS **********************
  Used in all modules
 ****************************************************************/

#ist-form-wrapper {
	/* outer wrapper */
	float: left;
	clear: both;
	width: 98%;
	border: 1px solid #B5B5B5;
	background: url(../../images/form-background.jpg) repeat-x 0 bottom;
	margin: 20px auto 6px auto;
	padding: 0px 0px 0px 0px;
}

#ist-form-container, .ist-form-container {
	/* inner container */
	position: relative;
	/*width: 620px;*/
	/*
	border: 1px solid #FBF9F4;
	background-color: #C4D2D3;
	*/
	vertical-align: middle;
	padding: 12px 12px 12px 12px;
	margin: 0 auto;
}

#ist-form-container-header {
	/* Form Title and/or background header */
	display: block;
	overflow: hidden;
	zoom: 1;
	clear: both;
	width: 100%;
	color: #D57500;
	font: normal 18px Tahoma, Arial;
	text-align: left;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	font-stretch: normal;
	letter-spacing: 0.05em;
	text-transform: none;
	/*
	border: 1px solid #B1B1B1;
	background-color: #B1B1B1;
	*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ist-form-container-wrapper p#ist-form-intro {
	/* Form Intro Text below Title */
	width: 486px;
	color: #000000;
	font: normal 14px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
	font-stretch: normal;
	letter-spacing: 0.04em;
	text-transform: none;
}

#ist-form-container {
	/* Form Element by ID */
	display: block;
}

#ist-primary-form {
	float: left;
	clear: both;
}

#ist-form-required-text {
	/* Required Legend - Can be Absolute positioned */
	position: absolute;
	top: 12px;
	right: 10px;
	width: 110px;
	color: #000000;
	font: normal 11px Arial;
	text-align: left;
	text-decoration: none;
	line-height: 14px;
	font-stretch: normal;
	letter-spacing: normal;
	text-transform: none;
	border: 0px solid #B5B4B4;
	/* background-color: yellow; */
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 2px 4px;
}

.ist-form-intro a:link, .ist-form-intro a:visited {
	/* All Links within the main form content container */
	color: blue;
	font: normal 14px Tahoma, Verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
	font-stretch: normal;
	letter-spacing: 0.05em;
	text-transform: none;
}

.ist-form-intro a:hover {
	/* All Link hovers within the main form content container */
	color: blue;
	font: normal 14px Tahoma, Verdana, sans-serif;
	text-align: left;
	text-decoration: underline;
	line-height: 24px;
	font-stretch: normal;
	letter-spacing: 0.05em;
	text-transform: none;
}


/*************** FORM LAYOUT - Label on top of input form element ***************/
/*
dl.ist-form-layout dt {
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}

dl.ist-form-layout dd {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

dl.ist-form-layout dd.ist-single-line-right {
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}
*/
/*************** END FORM LAYOUT - Label TOP ***************/

/*************** FORM LAYOUT - Label to left of input form element ***************/
dl.ist-form-layout {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

dl.ist-form-layout dt {
	clear: both;
	width: 30%;
	float: left;
	color: #000000;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	vertical-align: middle;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

dl.ist-form-layout dd {
	float: left;
	width: 65%;
	color: #000000;
	font: normal 14px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	vertical-align: middle;
	margin: 0px 0px 0.25em 0px;
	padding: 4px 0px 2px 0px;
}
/*************** END FORM LAYOUT - Label LEFT ***************/

.ist-form-section-title {
	/* Section Title - This is NOT the typical label with form element - it is used for creating sectional titles within the form */
	float: left;
	width: 100%;
	clear: both;
	zoom: 1;
	color: #585657;
	font: bold 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 14px;
	font-stretch: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 18px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.ist-primary-form-line-wrapper {
	/* Wrapper that contains form LABEL */
	width: 500px;
	border-bottom: 0px solid #EBEBEB;
	overflow: hidden;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}

#ist-form-container dl.ist-form-layout label {
	/* Form Label Text */
	color: #000000;
	font: normal 14px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 1.4em;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}

.ist-form-label-desc {
	display: block;
	color: #000000;
	font: normal 11px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

dl.ist-form-layout dt label span.req_fld_ast {
	/* Validation Asterisk - Next to field label */
	height: 10px;
	color: red;
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 10px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
	vertical-align: top;
}

/* Subscription List - Appears in all forms that offer user to select one or more items to subscribe to */
dl.ist-form-layout dd div.ist-form-subscriptions-wrapper {
	/* Subscription Section - Text and background of subscription titles */
	/* background-color: #CFCFCF; */
	color: #000;
	font: normal 14px Verdana;
	text-decoration: none;
	line-height: 20px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
}

dl.ist-form-layout dd input.ist-form-subscriptions {
	/* Subscription Section - Checkboxes to subscribe */
	color: #000;
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 20px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}

.ist-calendar-widget, .ist-form-input-text, .ist-form-input-radio, .ist-form-input-textarea, .ist-form-input-file {
	/* Calendar, Text Input, Radio Buttons, TextArea and File input */
	height: 1.5em;
	color: #585657;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: normal;
	text-transform: none;
	vertical-align: middle;
	margin: 0;
	padding: 0px 2px 0px 2px;
}

.ist-form-input-style {
	background: #EEEEEE url(../images/forms/themes/metalic/form-text-input-bg.jpg) repeat-x scroll left top;
	border: 1px solid #CFCFCF;
}

.ist-form-input-select {
	/* Select Input */
	color: #585657;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: normal;
	text-transform: none;
	vertical-align: middle;
}

img.datepicker_trigger {
	/* Goes along with the date Picker on all .ist-calendar-widget */
	cursor: pointer;
	margin: auto 0;
	padding: 0px 0px 0px 6px;
}


/* reCAPTCHA */
#ist-captcha-note {
	display: block;
	color: #000000;
	font: normal 11px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#recaptcha_widget_div {
	text-align: center;
	margin: 10px auto 10px auto;
}

/* Alignment of Re-Captcha Container */
#recaptcha_area {
	text-align: left;
	margin: 10px 0px 10px 0px;
}

#ist-recaptcha-container {
	text-align: center;
	margin: 0 auto;
}


/****** End ReCaptcha *************/


.ist-form-footer-text {
	clear: both;
	width: 98%;
	color: #000000;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	font-stretch: normal;
	letter-spacing: 0.04em;
	text-transform: none;
	border: 0px dashed #000000;
	margin: 16px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.ist-form-footer-text a:link, .ist-form-footer-text a:visited {
	/* All Links within the form footer */
	color: #B14400;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	font-stretch: normal;
	letter-spacing: 0.05em;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.ist-form-footer-text a:hover {
	/* All Link hovers within the form footer */
	color: #B14400;
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-align: left;
	text-decoration: underline;
	line-height: 16px;
	font-stretch: normal;
	letter-spacing: 0.05em;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.ist-form-buttons-container {
	clear: both;
	width: 640px;
	border: 0px dashed #B1B1B1;
	text-align: center;
	margin: 14px auto 20px auto;
}
/*
.ist-form-button {
	display: block;
	width: 100px;
	height: 24px;
	background: #B5B5B5 url(../../images/ftr-1b-repeater.jpg) repeat-x 0 0;
	color: #E5E4E4;
	font: normal 12px Tahoma;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	font-stretch: normal;
	letter-spacing: normal;
	text-transform: none;
	vertical-align: middle;
	border: 1px solid #B5B5B5;
	padding: 2px 8px 4px 8px;
	margin: 14px auto 0px auto;
}

.ist-form-button-hover {
	cursor: pointer;
	width: 100px;
	height: 24px;
	background: #474747 url(../images/accept.png) no-repeat 4px 50%;
	color: #FFFFFF;
	font: normal 12px Tahoma;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	font-stretch: normal;
	letter-spacing: normal;
	text-transform: none;
	vertical-align: middle;
	border: 1px solid #B5B5B5;
	padding: 2px 8px 4px 8px;
	margin: 14px auto 0px auto;
}
*/

/* sitetools/contact_form.php */
.ist-contact-form-title-text {
	color: #333333;
	font: normal 18px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 22px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 0px 0px 0px 0px;
}
 
.ist-contact-form-intro-text {
	color: #333333;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
}

.ist-contact-form-body-text {
	color: #333333;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 6px 0px;
}





.ist-form-field-label {
	width: 100px;
	color: #333333;
	font: bold 10px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
	vertical-align: top;
	padding: 2px 0px 0px 0px;
}


/**************** OLD ? ********************************************/


span.ist-form-field {
	/* Text where an input would normally be like the product title on the information request form */
	height: 12px;
	color: #E23643;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
	vertical-align: middle;
}

.ist-form-field input {
	height: 12px;
	color: #333333;
	font: normal 10px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
	vertical-align: middle;
}

.ist-form-field select {
	height: 16px;
	color: #333333;
	font: normal 10px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
	vertical-align: middle;
}

.ist-form-field textarea {
	width: 80%;
	color: #333333;
	font: normal 10px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
	vertical-align: middle;
}

/*
	Selector: ist-form-buttons 
	Form based Submit and Reset buttons, using a <button> or <input>.  
*/
#ist-form-button-container {
	float: left;
	text-align: center;
	margin: 0 auto;
}

#ist-form-button-req-stmnt {
	position: absolute;
	top: 6px;
	right: 10px;
	text-align: right;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
	font-stretch: normal;
	letter-spacing: normal;
	text-transform: none;
	vertical-align: middle;
}

.ist-form-buttons {
	display: inline;
	width: 114px;
	height: 40px;
	color: transparent;
	font: bold 16px Arial,Helvetica,sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: 0em;
	text-transform: none;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px 0px;
	border: none;
	/* border: 0px solid #FBF9F4; */
	background: url(../../images/btn-submit.png) no-repeat 0 0;
}

a.ist-form-buttons:link, a.ist-form-buttons:visited {
	display: inline;
	width: 114px;
	height: 40px;
	color: #FFF;
	font: bold 16px Arial,Helvetica,sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: 0em;
	text-transform: none;
	vertical-align: middle;
	margin: 8px auto;
	padding: 0px 8px;
	/* border: 0px solid #FBF9F4; */
	/* background-color: #96AFAB; */
	background: transparent url(../../images/btn-submit-mo.png) no-repeat 0 0;
}

.ist-form-buttons-hover {
	display: inline;
	cursor: pointer;
	width: 114px;
	height: 40px;
	color: #FFF;
	font: bold 16px Arial,Helvetica,sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	font-stretch: normal;
	letter-spacing: 0em;
	text-transform: none;
	vertical-align: middle;
	margin: 8px auto;
	padding: 0px 8px;
	/* border: 0px solid #FBF9F4; */
	/* background-color: #BDC592; */
	background: transparent url(../../images/form-button-mo.jpg) no-repeat 0 0;
}

/* 
	Selector: ist-textbutton 
	Is an <a href> tag that acts as a button, instead of a form 
	button or submit button.  
	Merchandiser => Details page - Request Pricing & Add to Registry button
*/
.ist-textbutton a:link, .ist-textbutton a:visited {
	color: #336666;
	font: normal 11px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	vertical-align: middle;
}

.ist-textbutton a:hover {
	color: #FBF9F4;
	font: normal 11px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	vertical-align: middle;
}

.ist-contact-form-contactdetails-container {
	float: left;
	width: 484px;
	border: 0px solid #FF0000;
	/* background-color: #C2C2C2; */
	padding: 10px 0px;
	margin: 20px 0px;
}

dl.ist-contact-form-details-list {
	float: left;
	width: 484px;
	color: #333333;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 0px 0px;
}

dl.ist-contact-form-details-list dt {
	width: 180px;
	float: left;
	clear: left;
	color: #333333;
	font: bold 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 0px 0px;
	padding: 0px 0px;
}

dl.ist-contact-form-details-list dd {
	width: 320px;
	clear: right;
	margin: 0px 0px;
}

dl.ist-contact-form-details-list dd {
	color: #333333;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
}

dl.ist-contact-form-details-list dd a:link, dl.ist-contact-form-details-list dd a:visited {
	color: #7C72DE;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
}

dl.ist-contact-form-details-list dd a:hover {
	color: #7C72DE;
	font: normal 12px Tahoma;
	text-align: left;
	text-decoration: underline;
	line-height: 18px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
}

.ist-contact-form-section-title {
	color: #000000;
	font: bold 12px Tahoma;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	margin: 6px 0px;
}

/*
	Text Limit - Character Counter
*/
.ist-textlimit-counter {
	height: 14px;
	color: #000000;
	font: normal 9px Tahoma;
	text-align: right;
	text-decoration: none;
	line-height: 14px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	vertical-align: middle;
	margin: auto 0;
	margin: 4px 14px 4px 2px;
}

.ist-textlimit-counter span {
	display: block;
	float: right;
	clear: both;
	width: 22px;
	color: blue;
	font: normal 9px Tahoma;
	text-align: right;
	text-decoration: none;
	line-height: 12px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	border: 1px solid #AEAEAE;
	background-color: #DADADA;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 4px;
}

.ist-textlimit-counter span.ist-textlimit-counter-exceeded {
	width: 22px;
	color: #FFFFFF;
	font: bold 10px Tahoma;
	text-align: right;
	text-decoration: none;
	line-height: 12px;
	font-stretch: normal;
	letter-spacing: 0.0em;
	text-transform: none;
	border: 1px solid #FFFFFF;
	background-color: #EB505B;
	padding: 0px 2px 0px 2px;
}

/*  FORM VALIDATION  */
.req_fld_ast {
	/* Validation Asterisk - Next to field label */
	color: red;
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
	text-transform: none;
}

.tfvHighlight, #istFormCheckout label.tfvHighlight {
	color: red;
	text-decoration: none;
	text-transform: none;
	background-color: yellow;
	border-left: 3px solid red;
	padding-left: 2px;
/*
	Can't have the font size change due to variety of places were this class is used
	font: normal 10px Verdana;
	text-decoration: none;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: normal;
	text-transform: none;
*/
}
.tfvNormal {
	text-decoration: none;
	text-transform: none;
/*
	color: #7A3535;
	text-decoration: none;
	text-transform: none;
*/
/*
	Can't have the font size change due to variety of places were this class is used
	font: normal 10px Verdana;
	line-height: 15px;
	font-stretch: normal;
	letter-spacing: 0.01em;
*/
}

/* jQuery Validator - Start */
div.istContainerValErr {
	background-color: #eee;
	border: 1px solid #484848;
	margin: 10px 60px 10px 60px;
	padding: 5px;
}

div.istContainerValErr h4, div.istContainerValErr ol {
	margin-top: 4px;
	margin-bottom: 4px; 
}

div.istContainerValErr ol li {
	list-style-type: disc;
	margin-left: 10px;
}

div.istContainerValErr {
	display: none
}

form.istCMXForm label.error, label.error {
	display: inline;

}

#istCMXFormContainer {
	border: 1px solid #C2C2C2;
	background-color: #CDD8E9;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* jQuery Validator - End */