﻿.txtalignment
{
    position: absolute;
    top: 68%;
    left: 32%;
    transform: translate(-50%, -50%);
}
.btnalignment
{
    position: absolute;
    top: 68%;
    left: 48%;
    transform: translate(-50%, -50%);
}
.buttonsend
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType:0,StartColorStr:'#116C98',EndColorStr:'#116C98');
    font-family: Arial,Sans-Serif;
    margin: 5px;
    border-radius: 5px 5px;
    -moz-box-shadow: red;
    -webkit-box-shadow: red;
    box-shadow: red;
    cursor: pointer;
    background-color: #290b83;
}
.textbox
{
    color: Black;
    font-family: calibri,Arial,Sans-Serif;
    border: solid 1px #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #555;
    background: #FBFBFB none repeat scroll 0 0;
    border: 1px solid #E5E5E5;
    font-size: 12px;
    line-height: 16px;
    padding: 3px;
    width: 170px;
}
.overlay-bg
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}
.overlay-content
{
    display: none;
    padding: 1%;
    max-width: 80%;
    max-height: 600px;
    position: absolute;
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    left: 0%;
    width: 55%;
}
.overlay-content a
{
    height: 600px !important;
    width: 90% !important;
    margin-left: 0px;
}

.close-btn
{
    cursor: pointer;
    border: 1px solid #333;
    padding: 1% 1%;
    background: #fff; /* fallback */
    background: -moz-linear-gradient(top,  #fff 0%, #fff 4%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(4%,#fff), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,  #fff 0%,#fff 4%,#fff 100%);
    background: -o-linear-gradient(top,  #fff 0%,#fff 4%,#fff 100%);
    background: -ms-linear-gradient(top,  #fff 0%,#77d3ef 4%,#fff 100%);
    background: linear-gradient(to bottom,  #fff 0%,#fff 4%,#fff 100%);
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.close-btn:hover
{
    background: #05abe0;
}

.imgheightandwidth
{
    max-height: 580px;
    max-width: 100%;
    border: 15px solid #fff;
    border-radius: 10px;
}


.image800
{
    margin: 2% 0 0 22%;
    width: 55%;
}

.image600
{
    margin: 2% 0 0 26%;
    width: 47%;
}

@media (max-width:320px)
{

    .image800
    {
        margin: 2% 0 0 22%;
        width: 55%;
    }

    .image600
    {
        margin: 2% 0 0 26%;
        width: 47%;
    }

}

@media (min-width:320px) and (max-width: 480px)
{

    .image800
    {
        margin: 2% 0 0 22%;
        width: 55%;
    }

    .image600
    {
        margin: 2% 0 0 26%;
        width: 47%;
    }

}

@media (min-width:480px) and (max-width: 800px)
{

    .image800
    {
        margin: 2% 0 0 22%;
        width: 55%;
    }

    .image600
    {
        margin: 2% 0 0 26%;
        width: 47%;
    }

}


@media (min-width:800px) and (max-width: 1400px)
{

    .image800
    {
        margin: 2% 0 0 22%;
        width: 55%;
    }

    .image600
    {
        margin: 2% 0 0 26%;
        width: 47%;
    }
