body {
    font-family: "Helvetica Neue", Helvetica, Arial;
}

.SubscriptionFormContainer{
	position: fixed;
/*	bottom: -272px; */
	bottom: 0px;
	right: 65px;
	z-index: 1000;
}

@media (max-width: 767px) {
	.SubscriptionFormContainer{
		right: 10px;
	}
}

.SubscriptionFormContainer .boton{
	position: absolute;
	top: -35px;
	right: 50px;
	min-width: 100px;
	max-width: 150px;
	min-height: 40px;
	display: inline-block;
	border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
	padding: 5px 20px;
	color: white;
	background-color: #008aff;
	white-space: nowrap;
	border: 1px solid rgba(136,136,136);
	    border-bottom-color: rgb(136, 136, 136);
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	border-bottom: 0;
/*
	padding: 0px 25px 25px;
*/
	cursor: pointer;
}

.SubscriptionFormContainer .botonC{
	position: absolute;
	top: 5px;
	right: 16px;
	cursor: pointer;
	color: #007bff;
}

.SubscriptionFormContainer .container {
    max-width: 406px;
    margin: 5px auto;
/*    height: 262px;*/
}

.signupForm, .signupAndDownloadForm {
    padding: 0px 25px 25px;
    background: #fff;
    box-shadow: 
        0px 0px 0px 5px rgba( 255,255,255,0.4 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: table;
    position: static;
}

.signupForm .header, .signupAndDownloadForm .header {
    margin-bottom: 20px;
}

.signupForm .header h3, .signupAndDownloadForm .header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.signupForm .header p, .signupAndDownloadForm .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

.signupForm .sep, .signupAndDownloadForm .sep {
    height: 1px;
    background: #e8e8e8;
    width: 100%;
    margin: 0px -25px;
}

.inputsNewsletter {
    margin-top: 25px;
}

.inputsNewsletter label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

.inputsNewsletter input:-webkit-input-placeholder {
    color:    #b5b5b5;
}

.inputsNewsletter input:-moz-placeholder {
    color:    #b5b5b5;
}

.inputsNewsletter input[type=email], .inputsNewsletter input[type=text] {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
		width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}

.inputsNewsletter input[type=email]:focus, .inputsNewsletter input[type=text]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}

.inputsNewsletter .checkboxy {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

.inputsNewsletter input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.inputsNewsletter label.terms {
    float: left;
    font-size: 13px;
    font-style: italic;
}
