@charset "utf-8";
/* Form Styles */
#contact-form .required {
	color: #F00;
	font-weight: bold;
	padding: 2px 5px;
}
#contact-form .contact-label {
	/* set styles here */
}
#contact-form .contact-field {
	/* set styles here */
}
#contact-form #attachment {
	/* set attach styles here */
}
#contact-form #message {
	/* set textarea styles here */
}
#contact-form #submit {
	/* set the submit button styles here */
}
#contact-form #reset {
	/* set the reset button styles here */
}