@charset "utf-8";
/* CSS Document */

#productionContainer {
	position: relative;
	display: block;
	width: 100%;
}

#productionLeft {
	position: relative;
	float: left;
	max-width: 9.375rem;
	margin-right: 3rem !important;
	margin-bottom: 3rem !important;
	text-align: center;
	z-index: 500;
}

#productionRight {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin-top: 1rem !important;
}

/**********  Begin Form Labels  **********/

.eMailAcctReserve, .websiteReserve, .fullNameReserve, .busNameReserve, .busPhoneReserve, .busPhoneExtReserve, .contactPhoneReserve, .faxPhoneReserve, .mailingAddressReserve, .locationAddressReserve, .cityReserve, .stateReserve, .zipReserve { width: 12rem; height: 1rem; }

.eMailAcctReserve, .websiteReserve, .fullNameReserve, .busNameReserve, .busPhoneReserve, .busPhoneExtReserve, .contactPhoneReserve, .faxPhoneReserve, .mailingAddressReserve, .locationAddressReserve, .cityReserve, .stateReserve, .zipReserve {
	display: inline-block;
	max-width: 100%;
	height: 0;
	padding-bottom: 8.3333%;										/*  tile Height(16px) ÷ tile Width(192px) X 100  */
	background: url(../../images/sprites/production/reserveFormLabels.png) left top no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;									/*  sprite width:  192px     sprite height:  208px	13 tiles*/
}															/*  x-pos = 100 X tile left  ÷  abs(tile width - sprite width)  */
															/*  y-pos = 100 X tile top  ÷  abs(tile height - sprite height)  */
															/*  tile position (left, top) (x,y)  */
.eMailAcctReserve 		{ background-position: 0 0; }					/*  0,   0  */
.websiteReserve		{ background-position: 0 8.3333%; }			/*  0,  16  */
.fullNameReserve		{ background-position: 0 16.6667%; }			/*  0,  32  */
.busNameReserve		{ background-position: 0 25%; }				/*  0,  48  */
.busPhoneReserve		{ background-position: 0 33.3333%; }			/*  0,  64  */
.busPhoneExtReserve		{ background-position: 0 41.6667%; }			/*  0,  80  */
.contactPhoneReserve	{ background-position: 0 50%; }				/*  0,  96  */
.faxPhoneReserve		{ background-position: 0 58.3333%; }			/*  0, 112  */
.mailingAddressReserve	{ background-position: 0 66.6667%; }			/*  0, 128  */
.locationAddressReserve	{ background-position: 0 75%; }				/*  0, 144  */
.cityReserve			{ background-position: 0 83.3333%; }			/*  0, 160  */
.stateReserve			{ background-position: 0 91.6667%; }			/*  0, 176  */
.zipReserve			{ background-position: 0 100%; }				/*  0, 192  */

/**********  End Form Labels  **********/

