.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,.3);z-index:100;display:none;top:0;left:0;}
.reveal-modal{visibility:hidden;top:100px;left:50%;width:520px;background:#CEECFE;background-image:url("../img/bgcontent.png");background-repeat:repeat-y;position:absolute;z-index:101;padding:15px;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);}
.reveal-modal.small{width:200px;margin-left:-140px;}
.reveal-modal.medium{width:400px;margin-left:-240px;}
.reveal-modal.large{}
.reveal-modal.xlarge{width:800px;margin-left:-440px;}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:.5;position:absolute;top:8px;right:11px;color:#9A0431;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:normal;cursor:pointer;}
#myModal h2{color:#8f4111;font-weight:normal;font-size:25px;text-align:center;}
#myModal h3{text-align:center;font-size:18px;text-indent:0px;margin-bottom:15px;}
#myModal #data-product h4{font-size:15px;font-weight:bold;}
#myModal #image-product{display:inline-block;width:33.333%;float:left;}
#myModal #data-product{display:inline-block;width:64.666%;float:left;padding-left:2%;}
#myModal #image-product img{width:100%;}
#myModal #data-product table#pTable{border:1px solid #000;margin-bottom:15px;}
#myModal #data-product table#pTable tr th{font-size:14px;font-weight:normal;text-transform:uppercase;background-color:#d3d3d3;}
#myModal #data-product table#pTable td{text-align:center;border-bottom:6px solid #D3D3D3;background-color:#FFF;}
#myModal #data-product table#pTable tr td:first-child{border-left:6px solid #D3D3D3;}
#myModal #data-product table#pTable tr td:last-child{border-right:6px solid #D3D3D3;}
#myModal #data-product table#pTable tr td .inp-3{top:auto;}
#myModal #data-product table#pTable2{border:1px solid #000;margin-bottom:15px;}
#myModal #data-product table#pTable2 tr th{font-size:14px;font-weight:normal;text-transform:uppercase;background-color:#eee;}
#myModal #data-product table#pTable2 td{text-align:center;border-bottom:6px solid #ccc;background-color:#FFF;}
#myModal #data-product table#pTable2 tr td:first-child{border-left:6px solid #eee;}
#myModal #data-product table#pTable2 tr td:last-child{border-right:6px solid #eee;}
#myModal #data-product table#pTable tr td .inp-3{top:auto;}
#myModal .modalSubmit{display:block;color:#FFF;text-align:center;float:left;height:33px;line-height:33px;background-color:#f09a35;padding-right:25px;padding-left:25px;font-size:16px;text-decoration:none;margin-top:20px;position:relative;top:auto;right:auto;text-shadow:none;}
#myModal .modalSubmit.right{font-weight:normal;background-image:none;text-shadow:none;background-color:#F09A35;float:right;border-style:none;}
#myModal .modalSubmit:hover,#myModal input[type="submit"]:hover{background-color:#8f4111;}