

#login_control .facebook_log_in,
#login_control .google_log_in  
{
        background: red;
        display: block;
        width: 100%;
        clear: both;
        font-size: 14px;
        line-height: 15px;
        padding: 15px 0 10px;
        margin-bottom: 10px;
        margin-top: 12px;
        float: left;
        border-radius: 5px;
        position: relative;
}

#login_control .facebook_log_in:before,
#login_control .google_log_in:before 
{
    background: transparent;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    height:40px;   
    content: '';
}
#login_control .facebook_log_in:before 
{
    background: url(../img_site/facebook32.png) center center no-repeat;    
}
#login_control .google_log_in:before 
{
    background: url(../img_site/google32.png) center center no-repeat;    
}

#no_account 
{
    margin-top: -15px;
}


/* FOR HI-RES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)  
{
     
    #login_control .facebook_log_in:before 
    {
        background: url(../img_site/facebook_64.png) center center no-repeat; 
        background-size: 32px 32px;   
    }
    #login_control .google_log_in:before 
    {
        background: url(../img_site/google_64.png) center center no-repeat; 
        background-size: 32px 32px;   
    }      
}

#login_control .facebook_log_in span,
#login_control .google_log_in span  
{
    margin-left: 50px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#login_control .facebook_log_in
{
    box-shadow: 0 0 0 1px #314F8C, inset 0 0 0 1px rgba(255,255,255,.6);
    background: #3c5b9e;
    background: -moz-linear-gradient(top,  #6580b4 0%, #3c5b9e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6580b4), color-stop(100%,#3c5b9e));
    background: -webkit-linear-gradient(top,  #6580b4 0%,#3c5b9e 100%);
    background: -o-linear-gradient(top,  #6580b4 0%,#3c5b9e 100%);
    background: -ms-linear-gradient(top,  #6580b4 0%,#3c5b9e 100%);
    background: linear-gradient(to bottom,  #6580b4 0%,#3c5b9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6580b4', endColorstr='#3c5b9e',GradientType=0 );
   
}

#login_control .google_log_in
{
    box-shadow: 0 0 0 1px #8C9CA5, inset 0 0 0 1px rgba(255,255,255,.7);
    background: #c2cdd3;
    background: -moz-linear-gradient(top,  #f2f5f7 0%, #c2cdd3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f7), color-stop(100%,#c2cdd3));
    background: -webkit-linear-gradient(top,  #f2f5f7 0%,#c2cdd3 100%);
    background: -o-linear-gradient(top,  #f2f5f7 0%,#c2cdd3 100%);
    background: -ms-linear-gradient(top,  #f2f5f7 0%,#c2cdd3 100%);
    background: linear-gradient(to bottom,  #f2f5f7 0%,#c2cdd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f7', endColorstr='#c2cdd3',GradientType=0 );
}

#login_control .facebook_log_in span 
{
    text-shadow: 0 -1px 0 #314F8C;
}

#login_control .google_log_in span 
{
    color: #8C9CA5;
    text-shadow: 0 1px 0 white;
}

#login_control .forgot_password 
{
    margin-left: 10px;
    font-size: 12px;  
    float: right;
    /*margin-top: 5px;  */
}

#login_control section > section 
{
    margin-bottom: 30px;
    margin-top: -10px;    
}

#login_control fieldset input 
{
    padding-top: 10px;
    padding-bottom: 9px;    
}

#login_pop_under ,
#register_pop_under
{
    background: #e7e7e7;
    padding-top: 22px;   
    position: relative;
    -webkit-transition: none;
}


/*
.btnLogin
{
    width: auto;
    height: 40px;
    margin: 5px;
}


.divImgButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:7px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.divImgButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.divImgButton:active {
	position:relative;
	top:1px;
}

.rampit_login
{

    float: left;
	background: white !important;
	background-color: rgba(255,255,255,.85) !important;
    border-radius: 15px;
    -moz-border-radius: 15px;
}

.loginOR 
{
 line-height: 120px;    
 text-align: center; 
 font-size: large;
 font-weight: bold;
}    




#login_control 
{
    position: relative; 
    z-index: 20001000; 
}


#divLogin 
{
    width: 900px; 
}


#divRegister 
{
    width: 400px; 
    margin-left: 60px;
}


#divForgot 
{
    width: 400px; 
    margin-left: 60px;
}



.spaceTable td 
{
margin: 1px; 
padding: 1px;
}



.login_txt_width{min-width: 100px; max-width: 300px; text-align: right;}

.login_text_align {text-align: left; padding-bottom: 5px; }

.ForgotAndRegister
{ 
 padding-bottom: 15px; padding-top: 50px; text-align: center;
  }






.grid_1
{
    width: 6.6666666666667%;
}
.grid_2
{
    width: 15%;
}
.grid_3
{
    width: 23.333333333333%;
}
.grid_4
{
    width: 31.666666666667%;
}
.grid_5
{
    width: 40%;
}
.grid_6
{
    width: 48.333333333333%;
}
.grid_7
{
    width: 56.666666666667%;
}
.grid_8
{
    width: 65%;
}
.grid_9
{
    width: 73.333333333333%;
}
.grid_10
{
    width: 81.666666666667%;
}
.grid_11
{
    width: 90%;
}
.grid_12
{
    width: 98.333333333333%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12
{
    margin-left: 0.83333333333333%;
    margin-right: 0.83333333333333%;
    float: left;
    display: block; 
}




@media screen and (max-width: 1024px){

    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11
    {
        width: 48.333333333333%;
    }

.login_txt_width{min-width: 100px; max-width: 200px; }

.login_text_align {text-align: left; }


#divLogin 
{
    width: 590px; 
}


#divRegister 
{
    width: 300px; 
    margin-top: 10px;
}


#divForgot 
{
    width: 300px; 
    margin-top: 10px;
}


.grid4to12, .grid8to12, .grid6to12, .grid_4, grid_8
{
    padding-top: 10px;
    width: 95.833333333333%;
}
	
	
.grid12to6
 
{
    width: 48.333333333333%;
}	
	
	
.ForgotAndRegister
{ 
 padding-top: 30px;
  }
	
	
}




@media screen and (max-width: 600px){

    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12
    {
        width: 98.333333333333%;
    }

.login_txt_width{min-width: 100px; max-width: 200px; text-align: left;}

.login_text_align {text-align: left; }


.ForgotAndRegister
{ 
 padding-top: 10px;
  }


#divLogin 
{
    width: 280px; 
}

#divRegister 
{
    width: 280px; 
    margin-top: 40px;
}


#divForgot 
{
    width: 280px; 
    margin-top: 100px;
}


.loginOR 
{
 line-height: 0px;    
}    



.grid4to12, .grid8to12, .grid6to12
{
    padding-top: 10px;
    width: 95.833333333333%;
}


.grid12to6 
{
    width: 40%;
}	
	
}


*/