body {
    background:#f2f2f2;
  font-family:'Open Sans', Arial, sans-serif;
  color: #000000;
  line-height:1.6em;
}

div#success {
    text-align: center;
    box-shadow: 1px 1px 5px #455644;
    background: #bae8ba;
    padding: 5px;
    border-radius: 3px;
    margin: 0 auto;
    width: 340px;
}

.inputBox {
    width: 100%;
    margin: 5px 0px 5px 0px;
    border: #dedede 1px solid;
    box-sizing: border-box;
    padding: 5px;
}

#contact-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    color: #676767;
}

.contact-form {
    width: 340px;
    margin:  0px;
    background-color: white;
    font-family: Arial;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left:  -170px;
    margin-top: -255px;
    box-shadow: 2px 2px 5px #444444;
    padding: 20px 40px 40px 40px;
}

#contact-icon {
    
}

.info {
    color: #000000;
    letter-spacing: 2px;
    padding-left: 5px;
}

#send {
    background-color: #09F;
    border: 1px solid #1398f1;
    font-family: Arial;
    color: #FFFFFF;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

#contact-popup h1 {
    font-weight: normal;
	color: #990000;
	font-weight:900;
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.input-error {
    border: #e66262 2px solid;
}
.style10{ font-family:"Times New Roman", Times, serif;
    font-size:16px;
	font-weight:800;
	padding:10px 25px 25px 10px;
	color:#000099;}
	
.style2{ font-family:"Times New Roman", Times, serif;
    font-size:16px;
	color:#FFFFFF;
	font-weight:800;
	padding:7px 20px 7px 20px;
	background-color:#990000;
	}