form.ajax-auth{
    display: none;
    z-index: 999;
	position: fixed;
    top: 150px;
	left: 50%;
	width: 350px;
	margin-left: -200px;
    padding: 40px 25px 25px 25px;
	background-color: #FFFFFF;
    border-radius: 0px;    
	font-family: inherit;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); */  
    color: #878787;
    font-size: 11px;
	font-weight:bold !important;
	
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #444;
    line-height: 1.5;

}
 
.ajax-auth h1, .ajax-auth h3{    
    font-family: inherit;
    font-weight: 100;
    color: #333333;    
	line-height: 1;  
	
	    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;  
}
 
.ajax-auth h1{
    font-size: 27px;
    text-align: center;
    margin: 0 0 20px 0;
	
	    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
}
 
.ajax-auth h3{
    font-size: 18px;
    text-align: left;
    margin: 0;
}
 
.ajax-auth h3 a{
	color: #000;/* #ffbb00; */
}
 
.ajax-auth hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    height: 1px;
    margin: 20px 0;
}
 
.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2{
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
   /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;*/
    color: #333333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    width: 100%; /*325px;*/
    margin: 7px 0 20px 0;
    background-color: #F9F9F9;
	    font-family: inherit;

	transition: opacity 0.25s ease-in-out 0s !important;
}
.ajax-auth input#username:hover,
.ajax-auth input#password:hover,
.ajax-auth input#signonname:hover,
.ajax-auth input#email:hover,
.ajax-auth input#signonpassword:hover,
.ajax-auth input#password2:hover {
    opacity: 0.7;
}
 
.ajax-auth input#username:focus,
.ajax-auth input#password:focus,
.ajax-auth input#signonname:focus,
.ajax-auth input#email:focus,
.ajax-auth input#signonpassword:focus,
.ajax-auth input#password2:focus{
    background-color: #FFF;
}
 
.ajax-auth label.error{
	display: none !important;
}
 
.ajax-auth input.error{
	border: 1px solid #FF0000 !important;
}
 
.ajax-auth input.submit_button{
    font-size: 13px;
	    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700; 
    color: #000;
    border: 0;/*1px solid #ffbb00;*/
    background-color: #ffbb00;
    border-radius: 0px;
    padding: 9px 31px 9px 31px;
    background: -moz-linear-gradient(top, #ffbb00, #ffbb00);
    border-top: 1px solid #ffbb00;
    border-bottom: 1px solid #ffbb00;
    float: right;
    /*box-shadow: 0 1px 0 #E87A6E inset;*/
	transition: opacity 0.25s ease-in-out 0s !important;
}
.ajax-auth input.submit_button:hover {
    opacity: 0.7;
    box-shadow:none !important;
}
 
 
.ajax-auth a{
    text-decoration: none;
}
 
.ajax-auth a.close{
    color: #000;/*#DCDCDC;*/
    position: absolute;
    right: 15px;
    top: 15px;
}
 
.ajax-auth a.text-link{
    color: #B4B2B2;
    float: left;
    margin: 10px 0 0 0;
}
 
.ajax-auth p.status{
    text-align: center;
    margin: -15px 0 20px 0;
	font-weight: 600;
    display: none;
}
 
a.login_button{    
    font-family: inherit;
    padding: 5px 7px 5px 7px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    color: #333;
    text-decoration: none;
    font-size: 11px;
}
 
.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}


a#show_login.login_button, a#show_signup.login_button {
    font-family: inherit !important;
    padding: 0.5em 1em !important;
	margin: -7px 0 0 6px !important;
    border-radius: 0px !important;
    background: #ffbb00 none repeat scroll 0 0 !important;
    border: 1px solid #ffbb00 !important;
    color: #000 !important;
    text-decoration: none !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: inherit !important;
    display: inline-block !important;
	float:right !important; 
	transition: opacity 0.25s ease-in-out 0s !important;
	
	
	    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700; 
}
a#show_login.login_button:hover, a#show_signup.login_button:hover {
    opacity: 0.7;
}
a#ds_logout {
    font-family: inherit !important;
    padding: 0.5em 1em !important;
	margin: -9px 0 0 6px !important;
    border-radius: 0px !important;
    background: #ffbb00 none repeat scroll 0 0 !important;
    border: 1px solid #ffbb00 !important;
    color: #000 !important;
    text-decoration: none !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: 13px !important;
    line-height: inherit !important;
    display: inline-block !important;
	float:right !important; 
	transition: opacity 0.25s ease-in-out 0s !important;
	
	
	    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700; 
}
#tp-default-default-preset .tp-warning {
    /*height: 50px !important;*/
}

.tp-poll-container.mm_tp-poll {
	height:48px;
	margin-bottom:20px!important;
}
p.tp-warning.mm_tp-warning {
	height: 48px;
	font-family:"Source Sans Pro";
	font-style:normal;
	font-weight:700;
}

@media (max-width: 768px) { 
.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: relative;
    z-index: 998;
}
	
a#show_login.login_button, a#show_signup.login_button {
	float:right !important;
	font-size:10px !important;
	margin-top:-3px !important;
}
}
@media (max-width: 480px) { 
.tp-poll-container.mm_tp-poll {
	height:80px;
	margin-bottom:20px!important;
}
p.tp-warning.mm_tp-warning {
	height: 80px;
	font-family:"Source Sans Pro";
	font-style:normal;
	font-weight:700;
}
a#show_login.login_button, a#show_signup.login_button {
	margin-top:5px !important;
	float:none !important;
}
}
