/* Design & Quote Form
**********************************/
.design_content {
	background #fff;
}

#Form_DesignForm {
	padding: 0 0 40px 0;
}

#Form_DesignForm .field,
#Form_DesignForm .CompositeField {
	width: 100%;
	margin: 0;
	margin-top: 16px;
	position: relative;
	float: none;
}

#Form_DesignForm .CompositeField .field {
	margin: 0;
}

#Form_DesignForm .field label {
	float: none;
	display: inline-block;
	width: 40%;
	text-align: left;
	padding: 4px 0 0 0;
	margin: 0;
	line-height: 1.1em;
}

#Form_DesignForm .middleColumn {
	float: none;
	display: inline-block;
	width: auto;
}


.fieldgroup {
	position: relative;
}

#Form_DesignForm .fieldgroup .middleColumn {
	width: 310px;
}

#Form_DesignForm .field input {
	display: block;
}

#Form_DesignForm input[type=text] {
	width: 40px;
	border: 1px solid #DDD;
}
#Form_DesignForm #VIPCode input[type=text] {
	width: 140px;
}

#Form_DesignForm select {
	width: 150px;
	margin-top: 2px;
}

#Form_DesignForm .Actions {
	margin-top: 20px;
}

#Form_DesignForm .action {
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 1;
}

#Form_DesignForm .action[disabled] {
	background: #999;
	opacity: 0.5;
}

#Form_DesignForm .action[disabled]:hover {
	cursor: default;
}

#Form_DesignForm #IncludeLid ul {
	margin: 0;
	padding: 0 20px 0 0;
}

#Form_DesignForm #IncludeLid ul li {
	margin: 0 14px 0 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	float: left;
}

#Form_DesignForm #IncludeLid ul li input {
	float: left;
	margin-top: 6px;
}

#Form_DesignForm #IncludeLid ul li label {
	width: auto;
	margin-left: 6px;
	float: left;
}



#Form_DesignForm span.invalid {
	clear:both;
	font-size: 1.2em;
	color: #CC0000;
	margin-top: 5px;
	font-style:italic;
}

#Form_DesignForm .fieldgroupField span.invalid {
	margin-left: 98px;
}


/* Help Buttons
**********************************/

a.quote-help {
	position: absolute;
	top: 1px;
	right: -3px;
	background: #F16321;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	color: #fff;
	text-decoration: none;
}

a.quote-help:hover {
	background: #F58D1D;
	-webkit-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	transition: background-color .3s linear;
	color: #fff;
	text-decoration: none;
}

/* Diagrams
**********************************/

#board {
	width: 525px;
	/*height: 520px;*/
}

.start-message {
	margin: 80px auto 20px;
	max-width: 400px;
}

.size-error {
	top: 80px;
	left: 50%;
	width: 400px;
	height: 20px;
	margin-left: -200px;
	color: #CC0000;
}

.diagram {
	display: none;
	position: absolute;
	left: 50%;
	padding: 0;
	font-size: 9px;
	transform-origin: 0 0;
}

div.d {
	border: 1px solid #000;
	float: left;
	text-align: center;
}

div.glue {
	width: 3px;
	border-left: none;
}

.top,.bottom {
	float: left;
	width: auto;
	height: auto;
	border: none;
	padding: 0;
	margin: 0;
}

.fold {
	float: left;
	width: auto;
	height: auto;
}

#FPF_diagram .widthflap, #FPF_diagram .depthflap  {
	clear: both;
}

.top div {
	border-bottom: none;
	display: inline;
}

.bottom div {
	border-top: none;
	display: inline;
}

.center {
	position: relative;
}

.width,.length {
	position: relative;
}

.lengthflap,.widthflap,.depthflap,.flap {
	position: relative;
}

.lengthflap span,.widthflap span,.depthflap span,.flap span {
	float: left;
	width: 100%;
	height: 10px;
	/*font-size: 9px;
	line-height: 10px;*/
	line-height: 1em;
	color: #666666;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	text-align: center;
}

.fold .lengthflap {
	border-top: none;
}

/* Dimensions
**********************************/

.h-dimension {
	float: left;
	width: 100%;
	/*height: 10px;*/
	background: transparent url(/app/images/h-line.png) top left repeat-x;
	position: relative;
	text-align: center;
	margin-top: 5px;
	overflow: hidden;
}

.h-dimension span {
	padding: 0 2px;
	height: 10px;
	/*line-height: 10px;
	font-size: 9px;*/
	color: #666666;
	background: #FFF;
	width: 100%;
	z-index: 99;
	text-align: center;
}

.darrow-left {
	float: left;
	width: 10px;
	height: 10px;
	background: transparent url(/app/images/darrow-left.png) top
	left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.darrow-right {
	float: right;
	width: 10px;
	height: 10px;
	background: transparent url(/app/images/darrow-right.png) top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.v-dimension {
	position: absolute;
	top: 0;
	left: 10px;
	float: left;
	width: 10px;
	height: 100%;
	background: transparent url(/app/images/v-line.png) top center repeat-y;
	text-align: center;
}

.v-dimension span {
	position: absolute;
	top: 0px;
	left: -50%;
	margin-top: 5px;
	margin-left: 0px;
	float: left;
	width: auto;
	height: 10px;
	/*font-size: 9px;
	line-height: 10px;*/
	color: #666666;
	padding: 0;
	background: #FFF;
	z-index: 99;
}

.darrow-top {
	float: left;
	width: 10px;
	height: 10px;
	background: transparent url(/app/images/darrow-top.png) top left
		no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	z-index: 1;
}

.darrow-bottom {
	float: right;
	width: 10px;
	height: 10px;
	background: transparent url(/app/images/darrow-bottom.png) top
		left no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	z-index: 1;
}
