﻿body {
}

/*SignUp New*/
#formnotify
{
	width: 98%;
	max-width: 400px;
	min-height: 160px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #666;
	z-index: 99999;
	display: none;
}
#formnotifycontent
{
	font-size: 12pt;
	color: #666;
	margin-top: 30px;
}
#formnotifyok
{
	margin: 0px auto;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #df811e;
	cursor: pointer;
}
#formnotifyok:hover
{
	background: #be3024;
}
#formpwait
{
	float: left;
	margin-left: 20px;
	display: none;
}
.wrapperdeal {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0px 50px 0px;
}
#back_signupdeal
{
    width:100%;
    height:auto;
    margin-bottom:20px;
    display:none;  
}
#box_signup
{
    width: 100%;
    max-width:730px;
    height:auto;
    overflow:hidden;    
    margin:auto;
    padding:10px 2px 40px 2px;
}
#banner_signup
{
    width:650px;
    margin:0px auto;
    text-align:center;
    margin-bottom:30px;
    margin-top:30px;
}
#banner_signup img
{
    width:100%;
}
#bg_banner
{
    width:100%;
    height:auto;
    border-bottom:1px solid #888;
    padding-bottom:20px;    
}
#title_signup
{
    text-align:center;
    font-size:20pt;
    font-weight:bold;    
    color: #000;
    text-transform:uppercase;
    line-height:30px;
}
#box_restrictions
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:30px;
    margin-top:10px;
    color: #000;
}
#restrictions
{
    color: #000;    
}
#box_expired
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:30px;
    margin-top:10px;
    color: #000;
}
#expired
{
    color: #000;    
}
#box_serial
{
    width:100%;
    height:auto;
    text-align:left;   
    line-height:30px;
    font-size:12pt;
    color:#4099d3;
    margin-top:10px;
}
#serial
{
    color: #5c2d00;   
}
#box_serial b
{
     color: #5c2d00;   
}
.signdeal
{
    overflow:hidden;
    margin:0px auto;
    color:#fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #999;
    padding:40px;
    background: rgba(255,255,255,0.3);
}
#bSubmit {
    width: 100%;
    max-width: 100px;
    background: #b98474;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
    font-weight: 600;
}
#bSubmit:hover {
    background: #fff;
    color: #b98474;
    border: 1px solid #b98474;
}
#formsigndeal
{
    margin-top:0px;
}
.formrowtopdeal
{
	color: #000;
    margin-bottom:5px;
    text-align:left;
    font-weight: bold;
    font-family: Arial;
}
.formrowdeal
{
	margin-bottom: 10px;
}
.txtboxsigndeal
{
    width:99%;
    border: 1px solid #ff9ca0;
    height: 30px;
    color: #000;
}
.buttonrowdeal
{
	text-align: center;
}
#loadspinner
{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    padding-top:250px;
    left:0px;
    overflow:hidden;
    display:none;
    z-index:999999999999999999;
    background:rgba(0,0,0,0.5);
}
#img_loader
{
    width:28px;
    height:28px;
    margin:0px auto;
}
#img_loader img
{
    width:28px;
    height:28px;
}
.row_title_top
{
    width:100%;
    height:auto;
    text-align:left;   
    font-size:12pt;
    line-height:20px;
    margin-top:10px;
    color: #000;
}
#row_title
{
    margin-bottom:20px;    
}
/*SignUp New*/


@media screen and (max-width: 768px) {
    .wrapperdeal {
        padding: 10px 0px;
    }

    #box_signup 
    {
        width: 95%;
    }
}


    @media screen and (max-width: 500px) {
        /*SignUp New*/
        #information {
            width: 96%;
        }

        #box_signup {
            width: 96%;
        }

        #banner_signup {
            width: 96%;
        }

        #banner_signup_deal {
            width: 96%;
        }
        /*SignUp New*/
    }