/* Generic Resets */
body {
	background: #f8f8f3 url('/_images/bg/form-body.png') left top repeat-x;
}

h2.maintitle {
	border-bottom: 1px solid #d7d6cd;
}

fieldset {
	margin: 0;
	padding: 20px 20px 30px 20px;
	border: none;
	border-bottom: 1px solid #d7d6cd;
}

fieldset label {
	color: #b53e5e;
	font-size: 1.5em;
	height: 31px;
	display: block;
	margin: 0 5px 10px 0;
	padding: 0;
	position: relative;
}

fieldset label span {
	height: 31px;
	line-height: 31px;
	display: block;
	float: left;
	margin-right: 10px;
}

fieldset label span.required {
	float: none;
	display: inline;
	height: auto;
	line-height: auto;
	margin: 0;
	color: #b53e5e;
}

fieldset div.input {
	border: 1px solid #ccccca;
	padding: 0;
	margin: 0;
	width: 622px;
}

fieldset div.select {
	border: 1px solid #ccccca;
	padding: 0;
	margin: 0;
	width: 400px;
	height: 41px;
}

fieldset select {
	margin: 0;
	height: 41px;
	width: 207px;
	font-size: 1.2em;
}

fieldset input.text {
	border: 3px solid #f1f0e8;
	padding: 7px 3px;
	margin: 0;
	width: 610px;
	font-size: 1.2em;
}

fieldset textarea {
	border: 3px solid #f1f0e8;
	padding: 7px 3px;
	margin: 0;
	width: 610px;
	height: 200px;
	font-size: 1.2em;
}


/* FILE INPUT */
.SI-FILES-STYLIZED div.file-input {
    width: 624px;
    height: 42px;
    background: url('/_images/file-input.png') 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
	position: relative;
	margin-bottom: 5px;
}

.SI-FILES-STYLIZED div.file-input input.file {
    position: relative;
    height: 100%;
	display: block;
	float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.SI-FILES-STYLIZED div.file-input p {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: 42px;
	font-size: 1.3em;
}

/* SELECT BOXES */
fieldset div.skinned-select {
	background: url('/_images/select.png') no-repeat scroll 0pt 100%;
	width: 207px;
	height: 41px;
}
fieldset div.skinned-select select {
	opacity: 0;
	filter: alpha(opacity = 0);
	moz-opacity: 0;
	position: relative;
	z-index: 100;
	height: 41px;
}
fieldset div.skinned-select .select-text {
  position: absolute;
	padding-left: 10px;
	line-height: 41px;
	width: 197px;
	z-index: 1;
}
fieldset div.skinned-select .select-text,
fieldset div.skinned-select select {
	width: 207px;
	font-size: 1.3em;
	color: #000;
	font-style: italic;
}

fieldset div.skinned-select select option {
    padding: 2px 0 2px 10px;
    margin: 0;
}


/* Subheading */
#subheading {
	height: 56px;
	margin: 5px 0 0px 0;
}

#subheading p {
	line-height: 56px;
	height: 56px;
	color: #343330;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: .15em;
}

#subheading p strong {
	color: #bb4464;
	font-weight: normal;
	border-bottom: 1px solid #dfdfd1;
}

/* FIELDSETS */
fieldset.selected-fieldset {
	background: #f7f6f1;
}

/* Margins */
.margins {
	padding-bottom: 10px;
}

.margins div.input {
	width: 126px;
	float: left;
}

.margins input.text {
	width: 114px;
}

.margins img {
	float: left;
	margin-right: 10px;
}

.margins img.last {
	margin-right: 0;
}

.margins label.headinglabel {
	margin-bottom: 20px;
}

.margins label.sublabel {
	float: left;
	height: 41px;
	line-height: 41px;
	font-size: 1.2em;
	color: #2c2b26;
	margin-right: 7px;
}

/* background */
.background-header,
.background-color,
.template-image {
	padding-bottom: 10px;
	border-bottom: 1px solid #ebeae6;
}

.background-color label {
	float: left;
	height: 41px;
	line-height: 41px;
	font-size: 1.2em;
	color: #2c2b26;
	margin-right: 7px;
}

.background-color div.input {
	width: 126px;
	float: left;
}

.background-color input.text {
	width: 114px;
}

.background-color img {
	float: left;
	margin-left: 10px;
}

.background-color .color-swatch {
	height: 32px;
	width: 120px;
	border: 3px solid #f1f0e8;
}

.background-image {
	
}

.background-image label,
.custom-url label {
	font-size: 1.2em;
	color: #2c2b26;
	display: block;
	margin-bottom: 5px;
}

p.subheading {
	margin: 0 0 10px 0 !important;
}

.background-image .file-input p {
	margin: 0 15px !important;
}

.background-image p a,
.custom-url p a {
	color: #2c2b26;
	text-decoration: none;
}

.background-image p a.wizard-link {
	border-bottom: 1px solid #959592;
}

.background-image label.repeat-type {
	float: left;
	display: block;
	height: 41px;
	line-height: 41px;
	margin-right: 10px;
}

.background-image .select {
	float: left;
}


/* terms */
.terms {
	padding-bottom: 20px;
	border-bottom: none;
}

.terms input.checkbox {
	border: 1px solid #959695;
	float: left;
	margin: 2px 5px 10px 0;
}

.terms label {
	font-size: .9em;
	color: #393834;
	display: inline;
	font-style: italic;
}

/* submission */
.submission {
	border-top: 3px solid #43423e;
	border-bottom: 0;
	background: #343330;
	padding-bottom: 20px;
}

.submission p {
	margin: 0 0 10px 0 !important;
	color: #f8f8f3 !important;
	font-size: .9em;
}

.submission p a {
	text-decoration: none;
	color: #f8f8f3;
	border-bottom: 2px solid #656461;
}

/* required */
.required-helper p {
	text-align: right;
	color: #2c2b26 !important;
	margin: 10px 0 0 0 !important;
}

.required-helper p span.required {
	color: #b53e5e;
}



/* background wizard */
#background-wizard {
	margin-bottom: 20px;
}

#background-wizard img {
	padding: 3px;
	border: 1px solid #f2f2f2;
}

.add-subpage {
	padding-bottom: 10px;
}

.add-subpage input.submit {
	float: left;
}

.add-subpage input.checkbox {
	float: left;
	margin: 10px 5px 0 10px;
}

.add-subpage label {
	font-size: 1em;
	color: #343330;
	float: left;
	margin: 10px 0 0 0;
}