﻿.press-success-message, .success-message {
    font-size: 22px;
    color: #d0006f;
    padding: 10px 10px;
    border: 1px solid #d0006f;
    margin-top: 10px;
    
}

.press-success-message {
    display: table;
    margin: auto
}
    
.success-message {
    display: table;
    margin: auto;
}


.required {
    color: red;
}

.subscribe-form, .press-form {
    width: 500px;
    
    max-width: 90%;
}


    .subscribe-form input, .subscribe-form select, .press-form input, .press-form select {
        width: 99%;
        height: 30px;
        padding-left: 1%;
        margin-top: 6px;
        display: block;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        font-size: 16px !important;
        font-family: 'Proxima-Nova',Arial,sans-serif;
    }

textarea {
    width: 99%;
    font-family: 'Proxima-Nova',Arial,sans-serif;
    font-size: 16px;
}

        .subscribe-form input[type='checkbox'], .press-form input[type='checkbox'] {
            display: inline-block;
            width: 25px;
            padding: 0;
            margin-right: 10px;
        }

 .subscribe-form input[type=checkbox] {
    height: 25px;
}

 label.error {
     color: red;
     padding-left: 10px;
 }

 /*vsign up form*/
.signup {
    position: relative;
    background: #fff;
    z-index: 4000;
    width: 350PX;
    background: transparent;
}

.signup-button {
    background: url(/ui/Images/General/TabSignUpOff.png) no-repeat;
    position: absolute;
    top: 240px;
    left: -43px;
    width: 43px;
    height: 100px;
    z-index: 100;
    cursor: pointer;
}

.signup-button:hover {
    background: url(/ui/Images/General/TabSignUpRoll.png) no-repeat;
    width: 43px;
    height: 100px;
}

.signup-form {
    border: 1px solid #D0006F;
    background: #fff;
    display: none;
}


.smallheadline {
    text-align: center;
    font-size: 28px;
    font-family: 'Bebas-Neue', Arial, sans-serif;
    color: #D0006F;padding-bottom: 10px;
   
}

.subscribe-form button, .press-form button  {
    padding: 7px 30px;
    color: #f7e446;
    border: 2px solid #f7e446;
    background: #d6006d;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Bebas-Neue',Arial,sans-serif;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
}

.closex {
	font-face: Arial, Helvetica, sans-serif;
	font-size: 30px;
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}

@media screen and (max-height: 800px) {
    .signup-form {
        height: 100%;
        overflow: scroll;
    }
}
 /* end section*/
