/*     Control emails in DETAIL sections

                   Email info 
============================================= */
#from-address-title {
	position: absolute;
	top: 49px;
	left: 35px;
	font-size: 14px;
}
#from-address {
	position: absolute;
	top: 49px;
	left: 110px;
	font-size: 14px;
	text-align: left;
}
#to-address-title {
	position: absolute;
	top: 84px;
	left: 35px;
	font-size: 14px;
}
#to-address-box {
	position: absolute;
	top: 82px;
	left: 110px;
	font-size: 14px;
	width: 500px;
	text-align: left;
}
#subject-title {
	position: absolute;
	top: 125px;
	left: 35px;
	font-size: 14px;
}
#subject-box {
	position: absolute;
	top: 123px;
	left: 110px;
	font-size: 14px;
	width: 500px;
	text-align: left;
}
#message-title {
	position: absolute;
	top: 163px;
	left: 35px;
	font-size: 14px;
}
#message-area {
	position: absolute;
	top: 161px;
	left: 110px;
	font-size: 14px;
	width: 500px;
	height: 80px;
	font-family: Futura, Futura Lt BT, Arial, Helvetica, sans-serif;
	resize: none;
}

/*      Large image for EMAIL page
======================================== */
#large-image {
	position: absolute;
	top: 253px;
	left: 110px;
	margin: 0;
	padding: 0;
}
#large-image img {
	border: none;
 	outline-width: 0;
}

/*          Top lines of right side
=============================================== */
#email-definition {
	position: absolute;
	top: 253px;
	left: 380px;
	height: 252px;
	width: 250px;
}
#email-heading-1 {
	position: absolute;
	width: 100%;
	top: 26px;
	left: 0;
	text-align: left;
	font-size: 14px;
}
#email-heading-2 {
	position: absolute;
	width: 100%;
	top: 46px;
	left: 0;
	text-align: left;
	font-size: 11px;
}

/*    Descriptive attributes of specifications,
         glass types, and fabrication edges
================================================== */
#spec-description, #fab-description, #type-description {
	position: absolute;
	width: 100%;
	top: 70px;
	left: 0;
	font-size: 11px;
}

/*    Descriptive attributes of products and
          textures on a EMAIL page.
=============================================== */
#product-attributes, #texture-attributes {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 10px;
}
#product-attributes {
	top: 70px;
}
#texture-attributes {
	top: 98px;
}
.attribute {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}
.attribute-heading {
	float: left;
	width: 110px;
	text-align: right;
	margin: 0 4px 0 0;
}
.attribute-info {
	float: left;
	width: 136px;
	text-align: left;
}

/*         Image count
================================= */
#email-image-count {
	position: absolute;
	top: 530px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

/*           Links - email
=================================== */
#button-outer-back {
	position: absolute;
	top: 560px;
	left: 225px;
}
#button-outer-submit {
	position: absolute;
	top: 560px;
	left: 475px;
}

/*          Submit page
================================== */
#submit-results {
	position: absolute;
	top: 94px;
	left: 0;
	width: 100%;
	text-align: center;
}
#submit-images-note {
	position: absolute;
	top: 162px;
	left: 0;
	width: 100%;
	text-align: center;
}
#submit-image-sent {
	position: absolute;
	top: 188px;
	left: 350px;
	width: 100%;
	text-align: center;
}
#submit-image-sent-cell {
	position: relative;
	left: -50%;
}
.submit-image {
	display: inline-block ;
	vertical-align: top;
	padding: 0 4px 10px 4px;
	margin: 0;
}
.submit-image img {
	border: none;
	outline-width: 0;
}

/*          Links - submit
=================================== */
#button-outer-return {
	position: absolute;
	top: 380px;
	left: 350px;
}