#contact-me {
    font-size:1em;
}

#contact-me input,
#contact-me select,
#contact-me textarea,
#contact-me button {
    outline: none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

#contact-me .errorLabel {
    color:red;
    margin-top:-0.9em;
    padding-left:0px;
}

#contact-me .errorMessage {
    font-size:0.7em;
    padding-left: 10px;
}

#contact-me .errorMessageMargin
{
    visibility:hidden;
}

#contact-me label {
	color: #666;
	font-family: Oswald-Light;
    text-align:left;
    font-size:1em;
    vertical-align:baseline;
}

#contact-me textarea,
#contact-me p.input {
	font-size: 1.5em;
	color: #666;
	font-family: Oswald-Light;
	line-height:2.5;
	margin:0;
}

form #contact-me .input input,
form #contact-me .textarea textarea {
	display: inline-block;
	width: 30%;
	padding: 1% 3%;
	font-size: 1em;
	height: 1em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-bottom: solid 1px #666666;
	border-top:none;
	border-left:none;
	border-right:none;
	margin: 1% -1px;
	color: #989898;
	font-family: Oswald-Light;
}

form #contact-me .textarea textarea {
	height:8em;
	width: 80%;
	color: #989898;
	border:1px solid #666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

#contact-me button {
	
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;	
	font-family: "oswald";
	text-transform: uppercase;
	color: #ffffff;
	padding: .5em 1.75em .375em 1.5em;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	min-width: 5em;
	text-align: center;
	background:  #de1c85;
}

        
#contact-me button:after
{
	content: "";
	display: inline-block;
	width: 12px;
	height: 18px;
	background: url(../../assets.thirtyonegifts.com/2014/summer/img/layout/button-double-arrow_1x.png) center center;
	position: absolute;
	margin: .1em 0 0 .125em;
}

#contact-me h1 {
	font-size:2em;
	color: #666;
	font-family: Oswald-Light;
	font-weight:100;
}