﻿html, body
{
	height:auto !important;
	min-height:100%;
	height:100%;
}

body, div, p, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, dl, dt, dd
{
	margin:0 0 0 0;
	padding:0px;
}
table
{
	border-collapse:collapse;border-spacing:0;	
}
fieldset,img
{
	border:0;
}

li
{
	list-style:none;
}
caption,th
{
	text-align:left;
}
h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
    border:none;
}
a
{
 text-decoration:none; 	
}
textarea 
{
    resize:vertical;
}


#Overlay {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 9499;
    display: none;
}

/*---------------OKSOFT ALERT--------------------*/

#OksoftAlertOverlay {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 9499;
    display: none;
}


#OksoftAlertWrapper {
    position: fixed;
    width: 480px;
    top: 150px;
    left: 50%;
    margin-left: -240px;
    z-index: 9500;
    background: #fff;
    display: none;
}

    #OksoftAlertWrapper div {
        padding: 20px 20px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        /*width: 440px;*/
        margin: auto 0;
    }

        #OksoftAlertWrapper div p {
            padding-bottom: 20px;
            font-size: 14px;
        }

    #OksoftAlertWrapper .OksoftAlertHeader {
        padding: 5px 20px;
        height: 25px;
        font-size: 20px;
        line-height: 25px;
        margin: 0;
    }

    #OksoftAlertWrapper input[type=button] {
        padding: 3px 10px;
        font-size: 13px;
        line-height: 18px;
        border: none;
        cursor: pointer;
    }

    #OksoftAlertWrapper .SubmitConfirmBtn {
        margin-left: 10px;
    }
