﻿#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

.login-popup {
    display:none;
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%) !important;
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #45484d), color-stop(1, #000000)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#45484d', endColorstr='#000000');
    /*background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);*/
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 16px;
    font-family: Arial;
    position: fixed;
    width: 385px;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	    border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
}


.Bteaser-popup {
    display:none;
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%) !important;
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #45484d), color-stop(1, #000000)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#45484d', endColorstr='#000000');
    /*background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);*/
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 16px;
    font-family: Arial;
    position: fixed;
    width: 500px;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	    border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}

.form-row {
	clear: both;
	margin: 22px 0 4px;
    text-align: left;
}

.form-row a {
    text-decoration:underline !important;
}

form .form-row {
	position: relative;
}
form .last.form-row {
	margin: 16px 0 0;
}

.required-indicator {
	color: #3ebaea;
}
.required-indicator::before {
	color: #56a0d3;
	vertical-align: middle;
	font-size: 14px;
}

form .info {
	color: #fff;
	border: medium none;
	display: block;
}

.main.button, button.main {
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	border: none;
	background: #6e1817;
	cursor: pointer;
    width: 85%;
    height: 35px;
    font-size:16px !important;
}

