
/*Decoration popup*/
#deccodedetailsholder {
    position: fixed;
    width: 500px;
    margin: auto 20px;
    background: white;
    top: 100px;
    left: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #000;
    z-index: 1001;
    padding: 0 10px 10px 10px;
    text-align: left;
}
* html #deccodedetailsholder {
    position: absolute;
}
#deccodedetailsholder {
    font-size: 1.1em;
}
#deccodedetails    {
    text-align: left;
    margin: 0 0 15px 0;
    width: 500px;
    overflow: hidden;
}
#deccodedetails div#imgholder {
    text-align: center;
	width: 470px;
}
#deccodedetails div#imgholder img {
    width: 50%;
}
.decdetailsnote {
    margin: 0 0 20px 0;
}
table#dcd-mandatorydetails {
    width: 500px;
}
table#dcd-mandatorydetails div.info {
	width: 475px;
}

/*table#dcd-optionaldetails {
    width: 100%;
}
table#dcd-optionaldetails col#deccol1 {
    width: 40px;
}
table#dcd-optionaldetails col#deccol3 {
    width: 60px;
}
.decdetaildesclbl {
    font-weight: bold;
}*/
