#contact_form{
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
}
#contact_form ul{
	font-weight: 700;
	list-style: none;
	margin: 0;
    padding: 0;
}
#contact_form label{
	display: block;
	margin-bottom: 5px;
	color: #707070;
}
#contact_form .input-wrapper{
	border: 1px solid lightgrey;
	border-radius: 5px;
	margin-bottom: 15px;
	background: #FFFFFF;
	padding: 5px 10px;
}
#contact_form input,
#contact_form textarea{
	width: 100%;
	border: 1px solid lightgrey;
	border: 0px solid;
	outline: none;
}
#contact_form textarea{
    height: 100px;
}
#contact_form .button-wrapper{
	border-radius: 5px;
	margin-bottom: 15px;
	background: #999999;
	padding: 5px 10px;
	cursor: pointer;
}
#contact_form button{
	width: 100%;
	color: #FFFFFF !important;
    background: transparent;
    border: 0px solid;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
    margin: 0;
    padding: 0;
}
#contact_form .button-wrapper:hover{
	background: #666666;
}
#response{
	font-weight: 700;
    text-align: center;
    font-size: 19px;
}
