﻿.wrapper {padding:10px; font-size:13px; line-height:130%; min-height:400px;}
.store11 {font-size: 11px; line-height: 130%; margin: 0px;}
.store12 {font-size: 12px; line-height: 130%; margin: 0px;}
.store13 {font-size: 13px; line-height: 130%; margin: 0px;}
.store14 {font-size: 14px; line-height: 130%; margin: 0px;}
.store15 {font-size: 15px; line-height: 130%; margin: 0px;}
.store16 {font-size: 16px; line-height: 130%; margin: 0px;}
.store20 {font-size: 20px; line-height: 130%; margin: 0px;}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.50;
    filter: alpha(opacity=50);
}

.white_content1 {
    display: none;
    position: absolute;
    top: 30%;
    left: 35%;
    width:30%;
    min-width:350px;
    height:100px;
    padding: 15px;
    border: 2px solid orange;
    background-color: #e2e8ed;
    z-index:1002;
    overflow: auto;
}

.white_content2 {
    display: none;
    position: absolute;
    top: 30%;
    left: 35%;
    width:30%;
    min-width:350px;
    height:190px;
    padding: 15px;
    border: 1px solid #999999;
    background-color: #e2e8ed;
    z-index:1002;
    overflow: auto;
}

.white_content3 {
    display: none;
    position: absolute;
    top: 30%;
    left: 35%;
    width:30%;
    min-width:350px;
    height:55px;
    padding: 15px;
    border: 2px solid orange;
    background-color: #e2e8ed;
    z-index:1002;
    overflow: auto;
}

.pricing_content {
    display: none;
    position: absolute;
    top: 60px;
    left: 20%;
    width:60%;
    height:520px;
    padding: 15px;
    border: 2px solid orange;
    background-color: #ffffff;
    z-index:1002;
    overflow: auto;
}

