#left-panel { 
	position: absolute;
	z-index: 3;
}

#right-panel { 
	position: absolute;
	z-index: 3;
}

#product-heading {
    font-size:17pt;
    color:#b92e82;
    line-height:16pt;
}

p {
	margin-top:6px;
	margin-bottom:6px;
}

#skin-icons {
	position:absolute;
	left:554px;
	top:280px;
	width:103px;
	height:123px;
	z-index: 3;
}

#skin-icon-1 {
	position:absolute;
	left:0px;
	top:0px;
	width:50;
	height:60;
}

#skin-icon-2 {
	position:absolute;
	left:54px;
	top:0px;
	width:50;
	height:60;
}

#skin-icon-3 {
	position:absolute;
	left:0px;
	top:60px;
	width:50;
	height:60;
}

#skin-icon-4 {
	position:absolute;
	left:54px;
	top:60px;
	width:50;
	height:60;
}

#price-tag {
	left:690px;
	top:325px;
}

#product-image {
	position: absolute;
	left: 510px;
	top: 400px;
	z-index: 2;
}

input {
    font-size:7pt;	
}

select {
    font-size:7pt;	
}

button {
    font-size:7pt;	
    background-color: #2f9995;
}
