/*  
	This stylesheet serves all form styles
*/

.newCP input[type="text"],
.newCP input[type="password"],
.newCP input[type="number"],
.newCP input[type="tel"],
.newCP input[type="email"],
.newCP input[type="url"],
.newCP input[type="search"],
.newCP textarea
{
	display: inline-block;
	font-family: Arial, san-serif;
	font-size: 10pt;
	position: static;
}

.newCP input[type="image"],
.newCP input[type="submit"]
{
	cursor: pointer;
}

::-webkit-input-placeholder
.newCP input[type="submit"]
{
	margin: 0;
	padding: 3px 5px;
}

.cpForm input[type="file"]
{
	width: 100%;
}

::-webkit-input-placeholder
{
	color: #999;
}

:-moz-placeholder
{
	color: #999;
}

:-ms-input-placeholder
{
	color: #999;
}

.newCP .fakePlaceholder,
._ph_shim
{
	color: #999;
	text-align: left;
}

.newCP textarea
{
	display: block;
	overflow: auto;
}

/*  Avoid using <legend> because of
	cross-browser inconsistencies  */
.newCP fieldset legend
{
	font-weight: bold;
	text-align: left;
}

.newCP label.check
{
	display: block;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1;
	margin: 5px 0px 0px 0px;
	width: auto;
}

.newCP label.check > input
{
	float: left;
	height: 13px;
	margin: 0px 5px 0px 0px;
	width: 13px;
}

.newCP label.check > span
{
	display: block;
	line-height: 1.4;
	margin-left: 18px;
}

.newCP label.check > span.opt
{
  margin-left: 0px;
}

.newCP label.check > span[disabled]
{
	width: auto;
}


/*  There are two form "styles" in use:
	Labels to the left (default, no class needed) and
	Labels on top (.onTop)  */

/*  BOTH STYLES  */

.newCP .formline
{
	clear: left;
	float: left;
	padding: 20px 0px 0px 0px;
	width: 100%;
}

.newCP span.counterOverLimit
{
    color: #ee0000;
}

.newCP .formline.highlight
{
	margin: 10px 0px 0px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: left;
}

.newCP .formline.highlight.disabled
{
	color: #999;
}

.newCP .formline.break
{
	margin-top: 20px;
}

.newCP .formline > label,
.newCP .formline > .label
{
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1.2;
	margin: 4px 0px 0px 0px;
	padding-right: 10px;
	white-space: normal; /* overwriting adminCommon.css */
	width: 100px;
}

/*  This is used for the "(Optional)" on the labels  */
.newCP .formline > label span,
.newCP .formline > .label span
{
	color: #666;
	display: block;
	font-size: 8pt;
	font-weight: normal;
}

.newCP .formline > div
{
	float: left;
	text-align: left;
	width: 75%;
}

.newCP .formline > div label
{
	font-size: 9pt;
}

.newCP .formline > div input[type="text"],
.newCP .formline > div input[type="password"],
.newCP .formline > div input[type="number"],
.newCP .formline > div input[type="tel"],
.newCP .formline > div input[type="email"],
.newCP .formline > div input[type="url"],
.newCP .formline > div textarea
{
	float: left;
	left: 0px; /* overwriting adminCommon.css */
	vertical-align: middle;
	width: 98%;
}

.newCP .formline > div select,
.newCP .formline > div input
{
	left: 0px; /* overwriting adminCommon.css */
}

.newCP .formline > div input[type="submit"],
.newCP .formline > div input[type="button"]
{
	left: 0px; /* overwriting adminCommon.css */
	padding: 1px 3px;
	width: auto;
}

.newCP .formline > div span.tip
{
	clear: left;
	color: #666;
	display: block;
	font-size: 8pt;
	margin-top: 2px;
}

.newCP .formline > div .check + span.tip
{
	margin-left: 18px;
}

.newCP .formline > div span.units
{
	display: block;
	float: left;
	margin: .3em;
}

.newCP .formline.multiple > label,
.newCP .formline.multiple > .label
{
	margin-top: 1px;
}

.newCP .formline.multiple > label span,
.newCP .formline.multiple > .label span
{
	margin-top: 1px;
}

.newCP .formline.multiple > div label
{
	display: block;
	float: left;
	margin: 5px 20px 0px 0px;
}

.newCP .formline.multiple > div label:first-child
{
	margin-top: 0px;
}

.newCP div#properties.requestTypeRadio .formline.multiple > div label:first-child
{
	margin-top: 5px;
}

.newCP .formline.stacked > div label
{
	margin-top: 15px;
	width: 100%;
}

.newCP .formline.stacked > div label:first-child
{
	margin-top: 2px;
}

.newCP .formline.nolabel > div,
.newCP .formline.noLabel > div
{
	padding-left: 110px;
}

.newCP .formline.noLabel > div a.button
{
	float: left;
}

.newCP .formline.noLabel > div a.button + a.button
{
	margin-left: 10px;
}

.newCP label.check > span[disabled]
{
	width: auto;
}


/*  There are two form "styles" in use:
	Labels to the left (default, no class needed) and
	Labels on top (.onTop)  */

/*  BOTH STYLES  */

.newCP .formline
{
	clear: left;
	float: left;
	padding: 20px 0px 0px 0px;
	width: 100%;
}

.newCP .formline div span.counterOverLimit
{
    color: #ee0000;
}

.newCP .formline.highlight
{
	margin: 10px 0px 0px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: left;
}

.newCP .formline.highlight.disabled
{
	color: #999;
}

.newCP .formline.break
{
	margin-top: 20px;
}

.newCP .formline > label,
.newCP .formline > .label
{
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1.2;
	margin: 4px 0px 0px 0px;
	padding-right: 10px;
	white-space: normal; /* overwriting adminCommon.css */
	width: 100px;
}

/*  This is used for the "(Optional)" on the labels  */
.newCP .formline > label span,
.newCP .formline > .label span
{
	color: #666;
	display: block;
	font-size: 8pt;
	font-weight: normal;
}

.newCP .formline > div
{
	float: left;
	text-align: left;
	width: 75%;
}

.newCP .formline > div label
{
	font-size: 9pt;
}

.newCP .formline > div input[type="text"],
.newCP .formline > div input[type="password"],
.newCP .formline > div input[type="number"],
.newCP .formline > div input[type="tel"],
.newCP .formline > div input[type="email"],
.newCP .formline > div input[type="url"],
.newCP .formline > div textarea
{
	float: left;
	left: 0px; /* overwriting adminCommon.css */
	vertical-align: middle;
	width: 98%;
}

.newCP .formline > div select,
.newCP .formline > div input
{
	left: 0px; /* overwriting adminCommon.css */
}

.newCP .formline > div input[type="submit"],
.newCP .formline > div input[type="button"]
{
	left: 0px; /* overwriting adminCommon.css */
	padding: 1px 3px;
	width: auto;
}

.newCP .formline > div span.tip
{
	clear: left;
	color: #666;
	display: block;
	font-size: 8pt;
	margin-top: 2px;
}

.newCP .formline > div .check + span.tip
{
	margin-left: 18px;
}

.newCP .formline > div span.units
{
	display: block;
	float: left;
	margin: .3em;
}

.newCP .formline.multiple > label,
.newCP .formline.multiple > .label
{
	margin-top: 1px;
}

.newCP .formline.multiple > label span,
.newCP .formline.multiple > .label span
{
	margin-top: 1px;
}

.newCP .formline.multiple > div label
{
	display: block;
	float: left;
	margin: 5px 20px 0px 0px;
}

.newCP .formline.multiple > div label:first-child
{
	margin-top: 0px;
}

.newCP div#properties.requestTypeRadio .formline.multiple > div label:first-child
{
	margin-top: 5px;
}

.newCP .formline.stacked > div label
{
	margin-top: 15px;
	width: 100%;
}

.newCP .formline.stacked > div label:first-child
{
	margin-top: 2px;
}

.newCP .formline.nolabel > div,
.newCP .formline.noLabel > div
{
	padding-left: 110px;
}

.newCP .formline.noLabel > div a.button
{
	float: left;
}

.newCP .formline.noLabel > div a.button + a.button
{
	margin-left: 10px;
}

.cpForm div > a.button
{
	margin-right: 5px;
}

.newCP .formline > div a.cancel
{
	color: #c33;
	margin-left: 10px;
	text-decoration: underline;
}

.newCP .formline.twoCol > div input[type="text"],
.newCP .formline.twoCol > div input[type="number"],
.newCP .formline.twoCol > div input[type="password"],
.newCP .formline.twoCol > div input[type="tel"],
.newCP .formline.twoCol > div input[type="email"],
.newCP .formline.twoCol > div input[type="url"],
.newCP .formline.twoCol > div > label
{
	display: inline-block;
	width: 47%;
}

.newCP .formline.twoCol > div > label
{
	width: 48%;
}

.newCP .formline.twoCol > div .second
{
	left: 2%;
	position: relative;
}

/*  Use this when IE7 is no longer supported
.newCP .formline.twoCol input[type="text"]
{
	margin-left: 2%;
	position: relative;
	right: 2%;
	width: 47%;
}
*/

.newCP .formline.twoCol > div > label > input[type="text"],
.newCP .formline.twoCol > div > label > input[type="number"],
.newCP .formline.twoCol > div > label > input[type="password"],
.newCP .formline.twoCol > div > label > input[type="tel"],
.newCP .formline.twoCol > div > label > input[type="email"],
.newCP .formline.twoCol > div > label > input[type="url"]
{
	width: 98%;
}

.newCP .formline > div.twoCol
{
	width: 37.5%; /* half of .formline div width */
}

/*  .link & .name are the old way of doing what
	.formline.twoCol above accomplishes  */

.newCP .formline.link > div label,
.newCP .formline.name > div label
{
	margin: 0px;
	width: 47%;
}

.newCP .formline.link > div label:first-child,
.newCP .formline.name > div label:first-child
{
	margin-right: 4%;
}

.newCP .formline.link > div label.check
{
	margin-top: 5px;
}

.newCP .formline > div input[type="tel"], /* new way */
.newCP .formline > div input.tel,
.newCP .formline > div input.phone    /* old way */
{
	width: 12em;
}

.newCP .formline > div input.ext
{
	margin-left: 5px;
	width: 3em;
}

.newCP .formline > div input.auto
{
	width: auto;
}

/*  Radio buttons  */

.newCP .formline.radio > label,
.newCP .formline.radio > .label
{
	margin-top: 0px;
}

.newCP .formline.radio > div > label
{
	float: left;
	margin: 2px 10px 0px 0px;
}

.newCP .onTop label.check
{
	clear: left;
}

/*  END  Radio buttons  */

/*  Datepicker fields  */

.cpForm .date
{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

.newCP .formline > div .date,
.newCP .onTop .formline > div .date
{
	float: left;
	position: relative;
	width: auto !important;
}

.newCP .formline > div .date label,
.newCP .onTop .formline > div .date label
{
	width: auto !important;
}

.newCP .formline > div .date input[type="text"],
.newCP .onTop .formline > div .date input[type="text"]
{
	float: left;
	width: 80px;
}

.newCP .formline > div .date > a,
.newCP .onTop .formline > div .date > a,
.newCP .formline > div .date > label > a,
.newCP .onTop .formline > div .date > label > a,
.newCP .formline > div .date > label > img,
.newCP .onTop .formline > div .date > label > img
{
	cursor: pointer;
	display: inline-block;
	padding: 2px;
}

.newCP .formline > div .date.disabled input,
.newCP .formline > div .date.disabled a,
.newCP .formline > div .date.disabled img
{
	color: #999;
	cursor: default;
}

/*  New (MVC) Datepickers  */

.newCP .formline > div .date.mvc
{
	margin-right: 15px;
}

.newCP .formline > div .date.mvc > label
{
	float: none;
}

.newCP .t-datepicker .t-picker-wrap,
.newCP .t-timepicker .t-picker-wrap
{
	padding-right: 25px;
	z-index: 100;
}

.t-picker-wrap .t-select, .t-dropdown-wrap .t-select
{
	width: 20px;
}

/* This works for anything with forms.css on it, but there were also widths from common.css. I was afraid it'd break something if I made the below change in there. */

.newCP .t-timepicker
{
	width: 8em;
}

.newCP .t-datetimepicker,
.newCP .t-datepicker
{
	width: 7.2em;
}

.newCP .formline > div .date .t-datepicker .t-input
{
	float: none;
	width: 100%;
}

.newCP .t-datepicker .t-icon,
.newCP .t-timepicker .t-icon
{
	background: url(/App_Themes/CP/Images/IconDatePickerSmall.png) no-repeat 0px 0px;
	height: 20px;
	margin-top: 1px;
	width: 20px;
}

.adminWrap .t-timepicker .t-icon
{
	background: url(/App_Themes/CP/Images/IconTimePickerSmall.png) no-repeat 0px 0px;
}

.moduleContentNew .t-datepicker .t-icon
{
	background: url(/Common/Images/Calendar/CalendarSelectSmall.png) no-repeat 0px 0px;
}

.moduleContentNew .t-timepicker .t-icon
{
	background: url(/Common/Images/Calendar/ClockSelectSmall.png) no-repeat -1px 0px;
}

/*  END  New (MVC) Datepickers  */

/*  END  Datepicker fields  */


/*  Address Block (optimized for a width of 300px)  */

.newCP .formline.address > div .number
{
	width: 25%;
}

.newCP .formline.address > div .name
{
	width: 69%;
}

.newCP .formline.address > div .city
{
	margin-right: 5px;
	min-width: 120px;
	width: 55%;
}

.newCP .formline.address > div span
{
	display: inline-block;
}

.newCP .formline.address > div .st,
.newCP .onTop .formline.address > div .st
{
	margin-right: 5px;
	width: 2.5em;
}

.newCP .formline.address > div .zip
{
	width: 6em;
}

/*  END  Address block  */


/*  Photo Upload  */

.newCP .formline.photo .preview img,
.cpForm .photo .preview img
{
	max-width: 100%;
	margin: 10px 0px 0px;
}

.newCP .formline.photo a.button
{
	display: block;
	margin-top: 5px;
	width: 9em;
}

.newCP .formline.photo input.half
{
	display: block;
	float: none;
	margin-top: 5px;
}

/*  Facebook  */

.cpForm .fbPhoto .preview > img
{
	float: left;
	margin: 0 10px 0 0;
}

.newCP .fbPhoto input[type="file"]
{
	display: block;
	margin: 10px 0;
	width: auto;
}

.newCP .fbPhoto .or
{
	border-style: solid none none;
	border-width: 1px;
	margin-top: 10px;
	padding-top: 5px;
}

.newCP .fbPhoto .or > strong
{
	display: inline-block;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
}

/*  END  Photo Upload  */


/*  Multiple Photo Upload  */

.newCP .formline.addPhotos p.tip
{
	margin: 5px 0px 10px;
}

.newCP .formline.addPhotos .photo
{
	float: left;
	margin: 0px 10px 10px 0px;
	width: 48%;
}

.newCP .formline.addPhotos .photo.large
{
	float: left;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.newCP .formline.addPhotos .photo.large label
{
	float:left;
}

.newCP .formline.addPhotos .thumb
{
	float: left;
	margin-right: 5px;
	position: relative;
}

.newCP .formline.addPhotos .thumb a
{
	display: none;
	height: 16px;
	left: 50%;
	margin-left: -21px;
	margin-top: 5px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.newCP .formline.addPhotos .thumb a.moveDown
{
	margin-left: 5px;
}

.newCP .formline.addPhotos .thumb a.info
{
	margin-left: -8px;
}

.newCP .formline.addPhotos .thumb a.remove
{
	margin: 0px;
	left: auto;
	right: 2px;
	top: 2px;
}

.newCP .formline.addPhotos .photo:hover a
{
	display: block;
}

.newCP .formline.addPhotos > div label,
.newCP .formline.addPhotos > div textarea,
.newCP .onTop .formline.addPhotos> div textarea
{
	width: 55%;
}

.newCP .formline.addPhotos > div textarea
{
	border-style: solid;
	border-width: 1px;
	display: block;
	margin-top: 2px;
}

.newCP .formline.addPhotos a.button,
.newCP .formline.video a.button
{
	clear: left;
	display: block;
	width: 90px;
}

/*  END  Multiple Photo Upload  */


/*  Image Preview  */

.newCP .image .preview
{
	float: left;
	overflow: hidden;
	width: 100%;
}

.newCP .image .preview p
{
	color: #ddd;
	font-size: 20pt;
	font-weight: bold;
}

/*  END  Image Preview  */


/*  Show/Hide "Advanced Details"
	(Would love to replace the <hr> with a <p> everywhere)  */

.newCP .formErrors
{
	background-color: #FEF7CB;
	color: #940E0D;
	font-weight: bold;
	margin: 5px 0px;
	padding: .25em .5em;
}

.newCP hr.showHide,
.newCP p.showHide
{
/*	border: none;*/
	border-left: none;
	border-right: none;
	float: left;
	margin: 40px 0px 0px 0px;
	text-align: left;
}

.newCP p.showHide
{
	height: 0px;
}

.newCP a.showHide
{
	display: block;
	float: left;
	font-size: 8pt;
	margin: 0px -21px 0px 96px;
	padding: 3px 5px;
	position: relative;
	text-decoration: none;
	top: -12px;
	width: auto;
}

.newCP #advanced
{
	display: none;
	margin-top: -5px;
	clear: both;
}

/*  END  Show/Hide "Advanced Details"  */


/*  Wizard  */

.newCP .wizardNav
{
	padding-top: 5px;
}

.newCP .wizardNav h3
{
	background: url(/Common/images/IconWizardSteps.png) no-repeat 5px 0px;
	border-style: none none solid;
	border-width: 1px;
	font-size: 12pt;
	margin: 0px;
	padding: 0px 0px 5px 33px;
}

.newCP .wizardNav ol
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.newCP .wizardNav li
{
	border-color: transparent;
	border-style: solid none;
	border-width: 1px;
	padding: 5px 5px 5px 10px;
	position: relative;
}

.newCP .wizardNav li .step
{
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
}

.newCP .wizardNav li span
{
	display: inline-block;
	text-decoration: none;
	vertical-align: text-top;
	width: 135px;
}

.newCP .wizardNav li .complete,
.newCP .wizardNav li .incomplete
{
	background: url(/Common/Images/WizardComplete.png) no-repeat left center;
	display: block;
	height: 16px;
	left: 6px;
	position: absolute;
	text-indent: -9999px;
	top: 8px;
	width: 16px;
}

.newCP .wizardNav li .incomplete
{
	background: url(/Common/Images/WizardIncomplete.png) no-repeat left center;
}

.newCP .wizardNav li.current span
{
	font-weight: bold;
	text-decoration: none;
}

.newCP .wizardNav li.current:first-child
{
	border-top-color: transparent;
}

.newCP .wizard .section,
.newCP .wizard.onTop .section
{
	border-style: none none none solid;
	border-width: 3px;
	padding: 5px 0px 10px 20px;
	position: relative;
}

.newCP .wizard .section h2,
.newCP .wizard.onTop .section h2
{
	border-style: none none solid;
	border-width: 1px;
	font-size: 12pt;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.newCP .wizard .section input + input[type="button"]
{
	margin-left: 10px;
}

.newCP .wizard .section .goBack
{
	display: inline-block;
	font-size: 9pt;
	margin: .2em 0px 0px 10px;
}

.newCP .wizard .section .goBack a
{
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
}

.newCP .wizard .section .save
{
	position: absolute;
	right: 1px;
	top: 4px;
}

.newCP .wizard .summary
{
	border-width: 1px;
	margin-bottom: 15px;
	width: 100%;
}

.newCP .wizard .summary td,
.newCP .wizard .summary th
{
	border: none;
	padding: 5px 10px;
}

.newCP .wizard .summary .price
{
	text-align: right;
}

.newCP .wizard .summary .total
{
	border-style: solid none none;
	border-width: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.newCP .wizard .summary + p
{
	font-size: 8pt;
}

/*  END  Wizard  */

/*  END  BOTH STYLES  */


/*  LABELS ON TOP  */

/*  .override is used for rendering something to the right of the section
	heading, i.e. a checkbox for using the data from another section  */

.newCP .section h2.override
{
	float: left;
}

.newCP .section .override
{
	clear: none;
	float: right;
	margin: 2px 5px 0px 0px;
	position: relative;
	z-index: 2;
}

.newCP .onTop .section.wizard a.button.collapsed
{
	top: 20px;
}

.newCP .onTop .formline
{
	clear: none;
	float: none;
	padding: 12px 0px 0px 0px;
	width: auto;
}

.newCP .onTop .formline.highlight
{
	padding: 10px 20px;
}

.newCP .onTop .formline.highlight > div > label
{
	margin: 0px;
}

.newCP .onTop .formline.break
{
	margin-top: 15px;
}

.newCP .onTop .formline > label,
.newCP .onTop .formline > .label
{
	clear: left;
	display: block;
	float: none;
	margin: 0px 0px 3px;
	padding-right: 0px;
	width: auto;
}

.newCP .onTop .formline > label span,
.newCP .onTop .formline > .label span
{
	display: none;
	font-size: 1em;
}

.newCP .formline > label .required,
.newCP .onTop .formline > label span.req,
.newCP .onTop .formline > .label span.req,
.cpForm li > label > .req,
.cpForm li > .label > .req,
.newCP .onTop .formline > div .check span.req
{
	color: #c33;
	display: inline-block;
	margin-left: .2em;
	font-weight: bold;
}

.newCP .onTop .formline > div
{
	float: none;
	width: auto;
}

.newCP .onTop .formline > div.twoCol
{
	float: left;
	width: 48%; /* half of .formline div width */
}

.newCP .onTop .formline > div input[type="text"],
.newCP .onTop .formline > div input[type="password"],
.newCP .onTop .formline > div input[type="number"],
.newCP .onTop .formline > div input[type="tel"],
.newCP .onTop .formline > div input[type="email"],
.newCP .onTop .formline > div input[type="url"],
.newCP .onTop .formline > div textarea
{
	float: none;
	margin: 0px 0px 5px;
	padding: 2px 0px;
}

.newCP .onTop .formline > div select
{
	margin-bottom: 5px;
}

.newCP .onTop .formline > div input[type="submit"],
.newCP .onTop .formline > div input[type="button"],
.newCP .onTop .formline > div input[type="image"]
{
	vertical-align: middle;
}

.newCP .onTop .formline > div span.tip
{
	margin-top: -3px;
}

.newCP .onTop .formline > div span.units
{
	display: inline-block;
	float: none;
}

.newCP .onTop .formline.nolabel > div,
.newCP .onTop .formline.noLabel > div
{
	padding: 8px 0px 0px;
}

/*  END  LABELS ON TOP  */




/*  ===============================================  *

		NEW STANDARD
		
*   ===============================================  */

.cpForm,
.newCP .cpForm
{
	list-style: none;
	margin: 0;
	padding: 0;	
	margin-left: -1%; /* maybe */
	max-width: 800px;
}

.newCP .section > .cpForm
{
	margin-left: 0;
}

.cpForm > li
{
	float: left;
	margin-bottom: 0;
	margin-left: 1.5%;
	padding: 1% 1%;
	width: 94.5%;
}

/*IE 10 and 11 fix for the above float when in print preview */
.IePrintFormCenterField
{
	display: none;
	margin: 0;
	padding: 0;
}

@media print and (-ms-high-contrast:none)
{
	.cpForm > li 
	{
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.IePrintFormCenterField
	{
		display: block;
	}
}
/*end IE fix*/

.cpForm .left
{
	clear: left;
	margin-left: 0;
}

.cpForm .right:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.cpForm .threeFourths { width: 70%; }
.cpForm .twoThirds    { width: 61.83334%; }
.cpForm .half         { width: 45.5%; }
.cpForm .third        { width: 29.25%; }
.cpForm .fourth       { width: 21%; }

.cpForm > li > label,
.cpForm > li > .label
{
	display: block;
	font-weight: bold;
	line-height: 1.2;
}

.cpForm > li.buttons {
	padding-left: 0;
	margin-left: 4px;
}

.cpForm > li > label.twoLines,
.cpForm > li > .label.twoLines
{
	padding-top: 1.15em; /* line height */
}

.cpForm > li > label.threeLines,
.cpForm > li > .label.threeLines
{
	padding-top: 2.3em; /* 2x line height */
}

.cpForm > li > div
{
	margin-top: 5px;
	/* min-height: 1px !important; / for IE7, not needed if next selector isn't needed */
}

/* Most likely not needed...
.cpForm > li > div:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
*/

.cpForm input[type="text"],
.cpForm input[type="password"],
.cpForm input[type="number"],
.cpForm input[type="tel"],
.cpForm input[type="email"],
.cpForm input[type="url"],
.cpForm input[type="search"],
.cpForm textarea,
.cpForm .ui-autocomplete
{
	-webkit-background-clip: padding-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 3px;
	width: 100%;
}

/* Windows Chrome throws an ugly black border on these if padding-box is used */
.cpForm textarea
{
	-webkit-background-clip: initial;
}

.cpForm > li .auto
{
	width: auto !important;
}

.cpForm > li ol
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 98%;
}

.cpForm > li .middle,
.cpForm > li .right
{
	padding: 0 1%;
}

.cpForm > li .left
{
	clear: none;
	padding: 0 2% 0 0;
}


.cpForm > li li
{
	padding: 2px 0;
	width: 100%; /* for IE7 */
}

.cpForm img[class="printCheckbox"]
{
	float: left;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 15px;
	position: relative;
	top: 2px;
}

.cpForm img[class="printRadio"]
{
	float: left;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 15px;
	position: relative;
	top: 2px;
}

.cpForm .hideControlForPrint
{
	display: none;
}

.cpForm > li li > input[type="checkbox"],
.cpForm > li li > input[type="radio"]
{
	float: left;
	height: 13px;
	margin: 0;
	padding: 0;
	width: 13px;
}

.cpForm > li li > input[type="radio"],
.cpForm > li li > input[type="checkbox"]
{
	position: relative;
	top: 2px;
}

.cpForm > li li > label
{
	display: block;
	margin-left: 18px
}

.cpForm > li p.tip
{
	font-size: .9em;
	margin-top: 3px;
}

.cpForm > li p.tip.singleOption
{
	margin-left: 18px;
}

.cpForm > li ol + p.tip
{
	float: left;
	width: 98%;
}

.cpForm > li .progressive > li
{
	padding-right: 45px;
	position: relative;
	width: auto;
}

.cpForm > li .progressive > li > a
{
	position: absolute;
	right: 0;
	top: 4px;
}

.cpForm > li .progressive > li > .add
{
	right: 20px;
}

/*  Error Handling */

.newCP .formErrors
{
	background-color: #FEF7CB;
	color: #940E0D;
	font-weight: bold;
	margin: 5px 0px;
	padding: .25em .5em;
}

.newCP .requiredFieldInfo {
    color: #FF0000;
    margin: 10px 0 0;
}

.cpForm > .error,
.cpForm > .error > label,
.cpForm > .error p.tip
{
	background-color: #fef7cb;
	border: none;
	color: #940e0d !important;
}

.cpForm > li.error
{
	border: 1px solid #efe8be;
}

.cpForm > .error p.tip
{
	color: #48261c !important;
}

.cpForm > .error input[type="text"],
.cpForm > .error input[type="password"],
.cpForm > .error input[type="number"],
.cpForm > .error input[type="tel"],
.cpForm > .error input[type="email"],
.cpForm > .error input[type="url"],
.cpForm > .error input[type="search"],
.cpForm > .error textarea
{
	border-color: #b98081;
}

.cpForm > .error > .explanation
{
	background-color: #940e0d;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin: .5em 0 0;
	padding: .25em .5em;
}

.cpForm > .error > #charCounter + .tip + .explanation
{
	margin-top: 1.5em;
}

/*	END  Error Handling  */


.cpForm > .noLabel
{
	padding-top: 1.4em; /* Default padding-top + line-height, was 1.7 before vertical spacing change. */
}

.cpForm.leftLabels > li > label,
.cpForm > .leftLabel > label,
.cpForm.leftLabels > li > .label,
.cpForm > .leftLabel > .label
{
	float: left;
	padding-top: 0 !important;
	position: relative;
	top: .35em;
	width: 100px;
}

.cpForm.leftLabels > li > div.nonInput,
.cpForm > .leftLabel > div.nonInput
{
	margin-top: .35em;
}

.cpForm.leftLabels > li > div,
.cpForm > .leftLabel > div
{
	margin-left: 110px;
}

.cpForm.leftLabels > li > div,
.cpForm > .leftLabel > div
{
	margin-top: 0;
}

.cpForm.leftLabels > .noLabel,
.cpForm > .leftLabel.noLabel
{
	padding-top: .5em;
}

.cpForm.leftLabels > .noLabel > div,
.cpForm > .leftLabel.noLabel > div
{
	margin-left: 0;
}

.wizard .cpForm
{
	float: left;
	width: 100%;
}

.cpForm > .chooseImage > div > img,
.cpForm > .chooseImage > div > .button
{
	float: left;
	margin-right: 10px;
}
/*
.cpForm li > .dateTime
{
	display: inline-block;
}*/

.newCP .t-timepicker, .newCP .t-datepicker
{
	width: 8.2em;
}

.moduleContentNew .cpForm .t-timepicker, .moduleContentNew .cpForm .t-datepicker,
.builder .canvas .t-timepicker, .builder .canvas .t-datepicker
{
	width: 9.8em;
}

.cpForm .dateHyphen
{
	display: inline-block;
	margin-top: 4px;
	padding: 4px 13px 0 0px;
	vertical-align: top;
}

.moduleContentNew .cpForm .dateHyphen
{
	margin-top: 0;
	padding-top: 3px;
}

.cpForm > .clear
{
	height: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
}
