#test112211223{
overflow:hidden;
}

.am-facebook-image{
	box-sizing: content-box;
}

#am-google-image{
box-sizing: content-box;
}

#amprogress {
    background: linear-gradient(rgba(255,255,255, 0.1), rgba(255,255,255, 0.6)) repeat-x scroll 0 0 rgba(255,255,255, 0.2);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

#amimg_container {
    left: 50%;
    position: absolute;
    top: 340px;
    z-index: 9999;
}

#am-ajaxlogin-container{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 99999;
}

#am-ajaxlogin-container .ajax-msg {
    
}

#am-ajaxlogin-container .ajax-msg h1 {
    font-size: 22px;
    font-family: "myriad-pro",Times,"Times New Roman",serif;
    margin-bottom: 6px;
    padding-bottom: 6px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

#am-ajaxlogin-container .ajax-msg p {
    padding-bottom: 15px; 
    font-size: 16px;
    font-family: "kepler-std-semicondensed",Verdana,Arial,sans-serif;
    color: #252729;
    text-align: left;
}

#am-ajaxlogin-container #amajaxlogin-login-form {
    width: 100%;
    display: table;
}

#am-ajaxlogin-container #amajaxlogin-login-form .am-form-block {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 18px;
    border: none;
}

#amajaxlogin-login-form .am-form-block .am-form-list li {margin-bottom: 15px;}

.requiredmsg {
    width: 100%;
    padding-bottom: 16px;
    color: #ea7125;
    font-family: 'letter-gothic-std', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 11px;
    text-align: right;
}
#amajaxlogin-login-form .am-form-block label {
    width: auto;
    display: block;
    margin-left: 9px;
    font-family: 'letter-gothic-std', 'Helvetica Neue', Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #252729;
    text-transform: uppercase;
}

#amajaxlogin-login-form .am-form-block label.required:after {
    content: "*";
    font-family: "Letter Gothic W01 Bold",monospace,sans-serif;
    font-size: 11px;
}

#amajaxlogin-login-form .am-form-block 
.am-form-list input[type="text"], input[type="password"] {
    width: 100% !important;
    height: 40px !important;
    margin: 0 0 5px 0 !important;
    padding: 11px 8px !important;
    outline: none;
    font-size: 11px;
    font-family: 'letter-gothic-std', 'Helvetica Neue', Verdana, Arial, sans-serif;
    color: #252729;
    font-weight: 200;
    border-radius: 0;
    text-transform: none;
    border: 1px solid #e0ded9;
}

.am-form-log {
    width: 100%;
    display: table;
    padding-bottom: 10px;
}
.am-form-log .am-password-login {color: #252729;}
.am-form-log .am-password-login a,
.am-form-log .am-password-login > div {display: inline-block; font-size: 13px; font-family: 'kepler-std-semicondensed', Verdana, Arial, sans-serif; color: #252729; border: none;}

.am-form-log .am-password-login a:hover,
.am-form-log .am-password-login > div:hover {color: #afa79f;  background: none; text-decoration: underline;}

.am-form-log .am-password-login {width: 100%;}
.am-form-log .am-login-button.am-login {
    width: 100%; 
    position: static; 
    float: right; 
    margin-top: 5px; 
    text-align: right;
}
.am-form-log .am-login-button.am-login span {
    width: auto;
    position: static;
    display: inline-block;
    padding: 8px 20px;
    color: white;
    font-family: 'myriad-pro', Times, 'Times New Roman', serif;
    font-size: 16px;
    outline: none;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #213629;
}

.amform-block-account-container {width: 100%; display: table;}
.amform-block-account-container .or_use_that,
.amform-block-account-container .am-login-button {display: none;}


.amform-block-social > div {width: 33.3%; float: left; text-alignt: center;}
#am-ajax-facebook {
    text-align: center;
}

#confirmOverlay div{
   min-height: none;
   min-width: none;
   max-height: none;
   max-width: none;
}

#am-ajaxlogin{
    float: none;   
    width:95%;
    top: 20%;
	padding: 30px;
	max-width:500px;
	position:relative;
	text-align: center;
    margin: 0 auto;
    z-index: 100;
    background-color: rgb(255,255,255);
    font-size: 16px;
}

#am-ajaxlogin-close {
    position: absolute;
    right: 7px;
    top:3px;
    cursor: pointer;
    font-family: FontAwesome;
    color: #ea7125;
}
#am-ajaxlogin-close span {display: none;}

#am-ajaxlogin-close:before {
    content: "\f00d";
}

#am-ajaxlogin-title{
    font-size: 25px;
    padding: 20px 0px;
    background-color: rgb(222,222,222);
    color: #606062;
}

#am-ajaxlogin-message{
    background-color: rgb(255,255,255);
    height: 100%;
}

.am-form-block{
    color: #9ba0a4;
    width:100%;
    max-width: 250px;
    float: left;
    margin: 20px;
    border-right: 1px solid #606062;
    text-align: left;
}

.am-form-list input.input-text {
    width: 95%;
    text-transform: none;
}

.am-form-list input.input-text[placeholder] {text-transform: uppercase;}

.am-form-list li {
    margin: 0 0 8px;
}

.am-form-list label {
    float: left;
    font-weight: bold;
    position: relative;
}

.am-form-list em {
    color: #EB340A;
    float: right;
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 0;
}

.or_use_that{
    float:left;
    margin: 10px 0 0 30px;
}

.am-form-block-line {
    margin: 10px;
    height:1px;
}

.amform-block-account{
    margin: 10px 10px 10px 10px;
    padding: 0 !important;
    border:0;
}

.amform-block-account-container {
    width: 100%;
    display: table;
    position: relative;
}

.amform-block-social{
    margin-top: 15px;
    position: relative;
}

.amform-block-social div{
    cursor: pointer; 
    margin-bottom: 5px;
}

#hideDiv{
    width:100%;
    height:100%;
    z-index: 10; 
    position: absolute;
    display: block;
    float: none;   
    opacity: 0.7;
    background-color: #f7f5f0;
}

.am-password-login {
    float:left;
    font-size: 11px;
    width: 120px;
    padding-top: 5px;
    color: #9ba0a4;
}

.am-password-login a{
    color: #9ba0a4;
    text-decoration: none;
    border-bottom: 1px dashed #9ba0a4;
    cursor: pointer;  
}

ul.form-list label {
    color: #9ba0a4;
}

.am-password-login a:hover{
    text-decoration: none;
    border-bottom: 0;  
}

.am-login-button {
    
}

.am-login-button:hover {
    background-image: url("../../../images/amasty/amajaxlogin/green.png");
    background-position: 0 -39px;
    color:white;
}

.am-login-button:active {
    background-image: url("../../../images/amasty/amajaxlogin/green.png") !important;
    background-position: 0 2px;
    color:white;
}

div.am-login {
 
}

div.am-login span{
    display: block;
    position: relative;
    top:-18px;
}

div.am-login:hover {
    background-image: none;
}

div.am-login:active {
    background-image: url("../../../images/amasty/amajaxlogin/blue.png") !important;
    background-position: 0 2px;
}

#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 5px;
}

.am-ajax-iframe{
    width: 31px;
    height:32px;
    border:0;
}

.am-ajax-error{
    color: rgb(211,87,76);
    font-size: 20px;
    padding: 10px 0;
}


.am-ajax-error img {
    margin-right: 10px;
    margin-top: 3px;
    width: 20px;
}

.am-ajax-success img {
    margin-right: 10px;
    margin-top: 5px;
    width: 20px;
}

.am-ajax-success{
    width: 100%;
    display: table;
    color: rgb(90,187,132);
    font-size: 20px;
    margin-top: -10px;
    padding: 0 0 10px 0;
}

/* forgot password block start*/

.am-login-forgotpassword .forgotpassword-msg h1 {
    text-align: center;
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 22px;
    line-height: 27px;
    font-family: "myriad-pro",Times,"Times New Roman",serif;
    border-bottom: 1px solid #cccccc;
}
.am-login-forgotpassword .forgotpassword-msg p {
    text-align: left;
    padding-bottom: 15px;
    font-family: "ITC Century W01 Book",​​Times,​serif;
    font-size: 15px;
}
.am-login-forgotpassword .required {display: none;}
.am-login-forgotpassword-form-list .required {
    width: auto;
    display: block;
    margin-top: 15px;
    color: #252729;
    display: block;
    font-size: 11px;
}
.am-login-forgotpassword #email_address {
    width: 100%;
    margin: 0 0 5px;
    padding: 11px 8px;
    height: 40px;
    color: #252729;
    font-size: 11px;
    font-weight: 200;
    outline: none;
    border-radius: 0;
    border: 1px solid #e0ded9;
}
.am-login-forgotpassword .am-login-button {background-image: none;}
.am-login-forgotpassword .am-login-button span > span {
    width: auto;
    display: inline-block;
    color: white;
    font-family: "myriad-pro",Times,"Times New Roman",serif;
    font-size: 16px;
    outline: none;
    overflow: visible;
    padding: 8px 20px;
    position: static;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #213629;
}
.am-login-forgotpassword {padding-bottom: 150px;}
.am-login-forgotpassword .am-login-button span > span:hover {opacity: 0.8;}
.am-login-forgotpassword div.am-login-button {
    width: 100%;
    display: table;
}
.am-login-forgotpassword div.am-login-button {
    border: 0;
    margin: 0 auto;
}
.am-login-forgotpassword div.am-login-button > span {
    float: right;
}
.am-login-forgotpassword #amajaxlogin-form-validate {padding: 0 18px 18px;}

.am-login-forgotpassword #amajaxlogin-form-validate label {
    width: auto;
    display: block;
    margin: 0;
    font-family: "letter-gothic-std","Helvetica Neue",Verdana,Arial,sans-serif;
    text-align: left;
    font-size: 11px;
    color: #252729;
    text-transform: uppercase;
}

.am-login-forgotpassword #amajaxlogin-form-validate label.required:after {
    content: "*";
    font-family: "letter-gothic-std","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 11px;
}

.am-login-forgotpassword p.required {
    text-align: center;
}

.am-login-forgotpassword-form-list {
    width: 100%;
}

.am-login-forgotpassword .form-list label {
    float:none !important;
}
/* forgot password block end*/


/* account block start*/

.amajaxlogin-social-icon {
    margin: 0 auto;
    width: 160px;
}
.amajaxlogin-social-icon div{
    margin: 5px 0;
    max-height: 32px;
}

.amajaxlogin-social-icon img{
    cursor: pointer;
}

#am-twitter-image{
    float: right;
    color: #FFFFFF;
    height: 31px;
    padding: 10px 0 0 35px;
    text-align: center;
    width: 114px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url("../../../images/amasty/amajaxlogin/twitter.png");
    font: 12px/15px Arial,Helvetica,sans-serif;
    cursor: pointer;
}

#am-twitter-image:hover{
    background-position: bottom;
}

@media screen and (max-width: 565px) {

    .am-form-block div.am-login-button
    {
        top: 30px;
    }

    div.amform-block-account-container{
        top: -4px;
    }


    #am-ajaxlogin{
        top:0;
    }
    .am-form-block{
        margin: 0 20px;
    }
}

