.form_wrapper form {
	display:none;
}

#bodyBlock1Container {
	margin-top:15px;
}

form.active{
    display:block;
}

#artHeaderDescription {
	text-align: left; 
	line-height: 20px;
	margin: 10px 0 15px 0;
}

#artHeaderTitle {
	font-style: italic;
}

.cartItemInput {
	display: none;
}

#cartHeader {
	text-align:right;
	margin-top:35px;
}

#cartIconContainer {
	padding: 5px 15px;
	background-Color: rgb(177,50,121);
	color: white;
	cursor: pointer;
	border-radius: 20px;
}

#cartIcon {
	width: 25px;
	vertical-align: middle;
}

#selectFrame {
	padding: 30px 0 15px 0;
	margin-top: 30px;
}

#imageLarge {
	border-width:1px;
	border-color:black;
	border-style:solid;
	vertical-align:middle;
	margin:auto;
}
#imageLargeContainer {
	vertical-align:middle;
	display:table-cell;
}
#imageLargeDiv {
	background-color:white;
	vertical-align:middle;
	display:table-cell;
}

#frameDescriptionContainer {
	background-color:white;
	margin:auto;
}

#frameDescriptionName {
	font-size: 18px;
	padding-top: 15px;
}

#matDescriptionContainer {
	background-color:white;
	width:78%;
	margin:auto;
}

#matDescription {
	width: 75%;
	text-align:left;
	margin:auto;
	line-height:20px;
	padding: 0 0 15px 0;
}

#matDescriptionName {
	font-size: 18px;
	padding-top: 15px;
}


#header {
	width:80px;
	height:110px;
	text-align:center;
	margin:auto;
	display: inline-block;
}

#selectProductHeader {
	font-size: 18px;
	margin-top: 45px;
	margin-left:15%;
	line-height: 45px;
}

#headerPrice {
	text-align:right;
	margin-top: 20px;
}

#back {
	float: left;
	margin-top: 15px;
	height: 30px;
	width: 10%;
	display:inline;
}

#backText {
	float: left;
	font-size: 16px;
	padding-top: 1px;
	color: rgb(95,200,219);
}

.saveButton {
	cursor: pointer;
	padding: 8px 20px;
	background-Color: rgb(220,220,220);
	color: black;
	font-size: 18px;
	border: none;
	font-family: 'resamitzbold';
	-moz-border-radius: 15px;
    border-radius: 15px;
	box-shadow: 5px 5px 5px black;
	width:190px;
}

.optionDiv {
	width:250px;
	text-align:left;
	line-height:25px;
	padding: 0px 0px 0px 75px;
}

#filterFrameDropdown, #filterFrameSizeDropdown, #filterFrameStyleDropdown, #filterFrameWidthDropdown  {
	width: 160px;
	margin:auto;
	margin-top: 20px;
	padding-top:4px;
	padding-bottom:4px;
	font-size: 16px;
	cursor:pointer;

}

#viewFrame {
	padding: 5px 0 25px 0;
}

#frameThumbContainer {
	width: 100%;
	margin: auto;
}

.listFrameContainer {
	border: 2px solid #AAA9A9;
	display: inline-block;
	margin: 5px 6px 0 0;
	cursor: pointer;
}

.listFrame {
	width: 99%;
	margin: 0px;
}

.listFrameBreak {
	background-Color: black;
	height: 1px;
	width: 75%;
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
}


.listFrameText {
	width: 88%;
	margin: auto;
	text-align: center;
	padding: 3px;
}

.frameName {
	font-size: 12px;
}

#selectMatUL {
	text-align: center;
}

#selectMatUL li+li {
	border-left: 1px solid #000;
	padding: 5px 5px 5px 8px;
}

.selectMat {
	font-size: 14px;
	cursor: pointer;
}

.filterMatDropdown {
	width: 160px;
	margin-top: 10px;
	padding-top:4px;
	padding-bottom:4px;
	font-size: 15px;
	cursor:pointer;
}

.disableClick {
	pointer-events: none;
}

.listMatContainer {
	border: 1px solid #AAA9A9;
	cursor: pointer;
	display: block;
	margin-top:5px;
}

.listMatBreak {
	background-Color: black;
	height: 1px;
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

.listMatText {
	text-align: center;
	padding-bottom: 10px;
}

.matName {
	font-size: 1em;
	height:20px;
}

#glass {
	text-align: left;
	width: 230px;
	margin: 20px auto auto 100px;
	line-height: 25px;
}

#selectGlass {
	margin: 20px auto auto auto;
	text-align: left;
	line-height: 30px;
}

.selectGlassHeader {
	padding-left: 10px;
}


#form6 table {
	border-collapse: collapse;
}

#selectGlass tr {
	border-bottom: 1px solid #000;
}

#selectGlass input[type="radio"] {
    display:none;
}

#selectGlass input[type="radio"] + label {
    color:black;
}

#selectGlass input[type="radio"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    margin: 0 25px 0 0;
    vertical-align:middle;
    background:url(images/glass_checkbox.png) no-repeat;
    cursor:pointer;
}

#selectGlass input[type="radio"]:checked + label span {
    background:url(images/glass_checkbox_checked.png) no-repeat;
}

.radioButtonHide {
	display: none;
}


#addToCart {
	display:none;
	background-Color: rgb(220,220,220);
	color:black;
}

.priceDetail {
	margin-left: 0px;
	vertical-align: middle;
	height: 18px;
	font-size:16px;
	text-align:left;
}

.priceDetailul {
	text-align:right;
	vertical-align: middle;
	height: 18px;
	font-size:16px;
	color:white;
	padding:15px;
	padding-bottom:0px;
	margin-top:0px;
	height:auto;
}

.priceDetailul li {
	text-align:right;
	vertical-align: middle;
	height: 18px;
	font-size:16px;
	color:white;
	display:block;
	padding:5px;
	
}

.helpMeButtonSmall {
	margin-left: 30px;
	vertical-align: middle;
	height: 20px;
	float:right;
	width:auto;
	margin-right:100px;
}
	
.content ul {
	line-height:12px;
	padding: 0px;
	text-align:left;
	list-style-type: disc;
}
.content li {
	margin-top:25px;
	line-height:12px;
	margin-bottom:25px;
	display: list-item;

}
.content li b {
	color:darkblue;
	font-size:20px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select Photo of Your Space';
  
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#imageLarge {
  overflow: hidden;
}
#imageLarge.rotate90,
#imageLarge.rotate270 {
  width: 400px;
  height: auto;
}
}
<!-- #image {
  transform-origin: top left;
  /* IE 10+, Firefox, etc. */
  -webkit-transform-origin: top left;
  /* Chrome */
  -ms-transform-origin: top left;
  /* IE 9 */
} -->

#imageLarge.rotate90 #image {
  transform: rotate(90deg) translateY(-100%);
  -webkit-transform: rotate(90deg) translateY(-100%);
  -ms-transform: rotate(90deg) translateY(-100%);
}
#imageLarge.rotate180 #image {
  transform: rotate(180deg) translate(-100%, -100%);
  -webkit-transform: rotate(180deg) translate(-100%, -100%);
  -ms-transform: rotate(180deg) translateX(-100%, -100%);
}
#imageLarge.rotate270 #image {
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform: rotate(270deg) translateX(-100%);
  -ms-transform: rotate(270deg) translateX(-100%);
}

ul{
	list-style-type: square;
	padding: 0px;
	text-align:left;
} 

#popup_container {
	width: 800px;
	top:325px !important;
	left:575px !important;
}

#uploadPopupProgress {
	 color:black !important;
	 font-size:16px !important;
	 margin-top: -45px !important;
	 margin-left: 13px !important;
	 font-weight: bold !important;
	 
}
#uploadProgressKnob {
	float:none !important;
	text-align:center !important;
	margin-left:250px !important;
	display:block !important;
}

.progressKnobInput {
	 color:black !important;
	 font-size:16px !important;
	 margin-top: -80px !important;
	 margin-left: 13px !important;
	 font-weight: bold !important;
}
	 
html.wait, html.wait * { cursor: wait !important; }

