/* CSS Document */

form.cmxform fieldset {
  margin-bottom: 10px;
  /*border: 1px solid #C9DCA6;
  background: url(../images/bgd_form.jpg) left top repeat-x;*/
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  /*background: url(../images/bgd_line_forms.gif) left bottom repeat-x;*/
}
form.cmxform fieldset li.noline {
  background:none;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  min-width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform label.long {
	width:220px;}
	
form.cmxform label.short {
	width:60px;}

form.cmxform label.leftpadding {
	padding:0 0 0 153px;
	width:auto;}
	
#choose-prefab {
	}
	
.select_gable {
	clear:left;
	min-width:80px;
	padding-bottom:65px;
	background:url(../images/form/gable.png) left bottom no-repeat;
	border:1px solid #ccc;
	float:left;
	margin-left:2em;
	}
	
.select_singleslope {
	min-width:80px;
	padding-bottom:65px;
	background:url(../images/form/singleslope.png) left bottom no-repeat;
	border:1px solid #ccc;
	float:left;
	margin:0 10px;
	padding-right:6px;
	}

#prefab_infoDiv {
	clear:both;
	padding-top:1em;
	}
	
#singleslopeDiv,
#gableDiv {
	min-height:145px;
	}
	
#gable_graphic,
#singleslope_graphic,
.extention-graphic {
	float:right;
	margin-right:40px;
	}
