﻿#fontModal, #inkModal, #designModal, #logoModal, #icModal, #TTDivNEW, .ICModal
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
    z-index:2000;
	overflow-x:hidden;
	overflow-y:scroll;

}
.modalBackground
{
    filter: Alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7;
    width: 100%; height: 100%; background-color: Gray;
    position: fixed;
    z-index: 2002;
    top: 0px;
    /* left: 0px;*/
    right: 15px;
}
.modalContainer
{
    position: absolute;
    width: 700px;
    left: 50%;
    top: 315px;
    z-index: 2003;
}
.modal
{
    background-color: white;
    border: 1px solid #808080;
    position: relative;
    top: -275px;
    left: -410px;
    z-index: 2001;
    width: 810px;
    height: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
.modalBody
{
    padding: 10px 10px 10px 10px; text-align:left; width:790px; min-height:538px; overflow:auto; line-height:140%;
}
.modalInner
{
    overflow: auto; min-height:480px;
}
.modalClose {text-align:right; height:30px; border-bottom:1px solid #DDDAD5; background:#F5F5F3;}
.modalClose a, .modalClose a:active, .modalClose a:link, .modalClose a:visited {background:#B13131; font-size:11px; line-height:20px; height:25px; padding:2px 5px; color:#FFF; text-decoration:none; border-radius:2px; 	-moz-border-radius:2px; position:relative; right:5px; top:5px;}
.modalClose a:hover {background:#dc3d3d;}



