::-moz-selection { background: #f8cc37; color: #171717; text-shadow: 0 2px 0 #fce653; }
::selection { background: #f8cc37; color: #171717; text-shadow: 0 2px 0 #fce653; }

.page-container {
    margin: 0 auto;
    padding:0 0 50px 0;
}

.contact-us {
    position: relative;
    width: 650px;
    margin: 0 auto;
    background: #262626;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 10px;	
	-moz-box-shadow: 0px 2px 51px 0px #000;
    -webkit-box-shadow: 0px 2px 51px 0px #000;
    box-shadow: 0px 2px 51px 0px #000;
	padding-top:28px;
}

.contact-us h1 {
    height: 50px;
    margin-bottom: 30px;
    background: #383838;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family:"Nove", arial;
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    text-shadow: 0 3px 0 #171717;
}

.contact-us input {
    width: 552px;
    height: 38px;
    margin: 0 0 20px 0px;
    padding: 0 18px;
    background: #FFF;
    border: 1px solid #fffbec;
    -moz-box-shadow: 0 5px 0 0 #bde23a;
    -webkit-box-shadow: 0 5px 0 0 #bde23a;
    box-shadow: 0 5px 0 0 #bde23a;
    font-family:"NoveL", arial;
    font-size: 15px;
    color: #171717;
    outline: none;
}

.contact-us input:-moz-placeholder { color: #171717; }
.contact-us input:-ms-input-placeholder { color: #171717; }
.contact-us input::-webkit-input-placeholder { color: #171717; }

.contact-us textarea {
    width: 552px;
    height: 92px;
    margin: 0 0 20px 0px;
    padding: 10px 18px 0 18px;
    background: #FFF;
    border: 1px solid #fffbec;
    -moz-box-shadow: 0 5px 0 0 #bde23a;
    -webkit-box-shadow: 0 5px 0 0 #bde23a;
    box-shadow: 0 5px 0 0 #bde23a;
    font-family:"NoveL", arial;
    font-size: 15px;
    color: #171717;
    outline: none;
}

.contact-us textarea:-moz-placeholder { color: #171717; }
.contact-us textarea:-ms-input-placeholder { color: #171717; }
.contact-us textarea::-webkit-input-placeholder { color: #171717; }

.contact-us button {
    width: 650px;
    height: 70px;
    margin-top: 14px;
	
    padding: 0;
    background: #bde239;
    border: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    font-family:"Nove", arial;
    font-size: 24px;
    color: #171717;
    text-transform: uppercase;
    line-height: 70px;
    text-align: center;
    text-shadow: 0 2px 0 #9dc11b;
}

.contact-us button:hover {
    background: #cef34b;
    color: #333;
    text-shadow: 0 3px 0 #FFF;
}

.contact-us input:focus,
.contact-us textarea:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us input,
.contact-us textarea,
.contact-us button {
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us p {
    margin: 0 30px;
    padding-bottom: 30px;
    font-size: 15px;
    color: #cc9471;
    line-height: 30px;
}

.error {
    display: none;
    position: absolute;
    left: 390px;
    height: 44px;
    padding: 0 25px;
    background: #f8cc37;
    font-size: 15px;
    color: #171717;
    font-style: italic;
    line-height: 44px;
    white-space: nowrap;
    text-shadow: 0 2px 0 #fce653;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.error::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -15px;
    border: 5px solid rgba(248, 204, 55, 0);
    border-right: 10px solid #f8cc37;
}