.overlay-shell
{
	position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;
    display:table;
    z-index: 999999;
    background:rgba(255, 255, 255, .5);
}
.overlay
{
    border: 5px solid #0066bb;
}
.overlay_back
{
    position:absolute;
    width:100%;
    height:100%;
}
.y-center-overlay
{
    display:table-cell; 
    vertical-align:middle;
}
.contain-overlay 
{
    position: relative;
    margin:0px auto  !important;
    display:none;
}
.overlay-int
{
    position: relative;
}
.overlay-close:hover 
{
	background-position: 0px -24px;
}
.overlay-close 
{
	top: -14px;
	right: -14px;
	position: absolute;
	width: 24px;
	height: 24px;
	cursor:pointer;
    z-index: 999;
	text-indent: -9999px;
	background:url("/images/btn_close.png");
}
.content
{
    padding: 20px;
    overflow:hidden;
    background: #fff;
}
.content #orders 
{
    width: 100%;
}
.content #orders > div 
{
    width: 49%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
} 
.content #configuration
{
    margin-top: 10px;
    text-align: center;
} 
.content #configuration select 
{
    padding: 10px 0;
    width: 55%;
}
.content #configuration label 
{
    text-align: left;
}
.content #configuration label span 
{
    width: 35%;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}
    .content h1 
    {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .content fieldset 
    {
        margin-top: 20px;
        padding: 5px 10px 20px 10px;
        border: 1px solid #e7e7e7;
    }
    .content fieldset p 
    {
        color: #999;
        text-align: center;
        padding: 5px 20px;
    } 
    .content fieldset legend 
    {
        padding: 0 10px;
        font-size: 16px;
        font-weight: bold;
    }
    .content fieldset label 
    {
        display: block;
        line-height: 0;
        margin-top: 20px;
    } 
    .content fieldset input[type=text] 
    {
        width: 100%;
        outline: none;
        margin-top: 10px;
        padding: 5px 10px;
        border: 1px solid #e7e7e7
    }
    .content fieldset input[type=submit]
    {
        padding: 5px;
        font-size: 15px;
    } 
    .content fieldset .error 
    {
        border: 1px solid red !important;
    }
    .content fieldset .success
    {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        font-size: 25px;
        padding-top: 21%;
        text-align: center;
        position: absolute;  
        background: rgba(255,255,255,.8);
    }