.newsletter{

	float: left;
    margin-top: 2px;
    margin-right: 14px;
    display: inline; 
}
.newsletter  {
    /* Just to center the form on the page */
    padding-top: 0px;
    padding-right: 20px;
    float: left;
    width: 225px;
    /* To see the outline of the form */  
}





.newsletter p {
    /* To make sure that all label have the same size and are properly align */
    display: inline-block;
    width: 160px;
    text-align: right;
    margin-top: 2px;
}

 /*#email{
    width: 150px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius:1px;
    background-color: rgba(184, 182, 182, 1.0);
    border: none;
    border: 0;
    padding: 2px;
    padding-bottom: 3px;
    font-size: 11px;
    border: 2px solid rgba(184, 182, 182, 1.0);
    margin-left: 4px;
    
}

input:focus, textarea:focus {
    /* To give a little highlight on active elements 
    border-color: #000;
}*/
#button{
	margin: 0;
	padding: 0;
	margin-left: 12px;
    float: right;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: rgb(47, 47, 47);
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 3px 2px 3px;
    padding-left: 5px;
    padding-right: 5px;
	border: 2px solid #fff;
    
}

::-webkit-input-placeholder {
 font-size: 10px;
 color: rgba(132, 130, 130, 1.0);
 text-transform: uppercase;
 text-transform: uppercase;
 text-align: left;
 
}
:-moz-placeholder { /* older Firefox*/
 font-size:10px;
 color: rgba(132, 130, 130, 1.0);
 text-transform: uppercase;
 text-align: left;
 
}
::-moz-placeholder { /* Firefox 19+ */ 
 font-size: 10px;
 color: rgba(132, 130, 130, 1.0);
 text-transform: uppercase;
 text-align: left;
 
} 
:-ms-input-placeholder { 
 font-size: 10px; 
 color: rgba(132, 130, 130, 1.0);
 text-transform: uppercase;
 text-align: left;
 
}

/* User Register Form */
/*#popup_window{
padding: 10px;
background: #267E8A;
cursor: pointer;
color: #FCFCFC;
margin: 200px 0px 0px 200px;
}*/
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    left: 0
}
.popup {
    position: fixed;
    bottom: 80px;
    right: 60px;
    z-index: -9999;

}
.popup .popup-body{
display: inline-block;
    background: #151516;
    background: -moz-linear-gradient(top,  #151516; 0%, #151516 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #151516), color-stop(100%, #151516));
    background: -webkit-linear-gradient(top, #151516; 0%, #151516 100%);
    background: -o-linear-gradient(top,  #151516; 0%, #151516 100%);
    background: -ms-linear-gradient(top,  #151516; 0%, #151516 100%);
    background: linear-gradient(to bottom, #151516; 0%, #151516 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151516', endColorstr='#151516', GradientType=0);
    opacity: 0;
    min-height: 120px;
    width: 250px;
    margin-left: -200px;
    padding: 20px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);
    text-align: center;
    border: 1px solid #151516;

}
.popup.visible, .popup.transitioning {
    z-index: 9999;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 172px;
    right: 2px;
    background: url("images/quit.png") no-repeat;
}
@-moz-document url-prefix() {
                        .popup .popup-exit{
                        bottom: 176px;
                        right: 2px;
                    }
                    }
.popup .popup-tag {
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -24px;
    right: 180px;
    background: url("images/tag.png") no-repeat;
}
@-moz-document url-prefix() {
                        .popup .popup-tag{
                        bottom: -24px;
                        right: 180px;
                    }
                    }

.popup .popup-content {
    overflow-y: auto;
    padding-left: 7px;
    
}
#submitbutton{
    /*font:16px/150% "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "ff-din-web-pro-1","ff-din-web-pro-2",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    margin-top: 18px;
    margin-right: 12px;
    float: right;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: rgb(47, 47, 47);
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 3px 2px 3px;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid #fff;
    
}
#labelfirst, #labellast, #labelemail {
display: block;
float: left;
font-family: "ff-din-web-pro-1","ff-din-web-pro-2",Helvetica,Arial,sans-serif;
}
#labelfirst{
    padding-top: 1px;
}
#labellast{
margin-right: 4px;
padding-top: 12px;
}
#labelemail{
    padding-top: 12px;
margin-right: 0px;
}

#firstname, #lastname, #email{

width: 150px;
    font-family: "ff-din-web-pro-1","ff-din-web-pro-2",Helvetica,Arial,sans-serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(184, 182, 182, 1.0);
    border: none;
    border: 0;
    padding: 2px;
    font-size: 11px;
    border: 2px solid rgba(184, 182, 182, 1.0);
    margin-left: 4px;
    
}
#lastname, #email{
    margin-top: 10px;
}