body {
    color: #232323;
    font-size: 0.95em;    
    font-family: arial;
}

div#success {
    text-align: center;
    box-shadow: 1px 1px 5px #455644;
    background: #bae8ba;
    padding: 10px;
    border-radius: 3px;
    margin: 0 auto;
    width: 350px;
}

.inputBox {
    width: 100%;
    margin: 2px 0px 7px 0px;
    border: #dedede 1px solid;
    box-sizing: border-box;
    padding: 10px;
}

.select {
    width: 100%;
    margin: 2px 0px 7px 0px;
    border: #dedede 1px solid;
    box-sizing: border-box;
    padding: 10px;
}

#contact-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    color: #676767;
}
#payonline119 {
	position:fixed;
    top: 40%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    color: #676767;
}

#payonline119 h1 {
    font-weight: normal;
    text-align: center;
    margin: 10px 0px 20px 0px;
}

#payonline149 {
    position:fixed;
    top: 40%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    color: #676767;
}

#payonline149 h1 {
    font-weight: normal;
    text-align: center;
    margin: 10px 0px 20px 0px;
}

#payonline219 {
    position:fixed;
    top: 40%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    color: #676767;
}

#payonline219 h1 {
    font-weight: normal;
    text-align: center;
    margin: 10px 0px 20px 0px;
}

#payonline2539 {
    position:fixed;
    top: 40%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    color: #676767;
}

#payonline2539 h1 {
    font-weight: normal;
    text-align: center;
    margin: 10px 0px 20px 0px;
}

.contact-form {
    width: 350px;
    margin: 0px;
    background-color: white;
    font-family: Arial;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -255px;
    box-shadow: 1px 1px 5px #444444;
    padding: 20px 40px 40px 40px;
}

#contact-icon {
    padding: 10px 5px 5px 12px;
    width: 58px;
    color: white;
    box-shadow: 1px 1px 5px grey;
    border-radius: 3px;
    cursor: pointer;
    margin: 60px auto;
}

.info {
    color: #d30a0a;
    letter-spacing: 2px;
    padding-left: 5px;
}

#send {
    background-color: #09F;
    border: 1px solid #1398f1;
    font-family: Arial;
    color: white;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}



.input-error {
    border: #e66262 1px solid;
}
.additionalz{
	color:#fff;
	background:#244b5a
}