/* RESET */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }

body { 
	background: #eee;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 40px;
}

#contact {
	background: #fff;
	width: 640px;
	margin: 0 auto;
	border: 10px solid #ccc;
	padding: 30px;
}

label {
	font-size: 0.9em;
}

h1 {
	margin: 17px 0 10px 0;
	font-size: 1.7em;
}

#contact_name, #contact_email, #contact_captcha, #contact_message {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	width: 60%;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0 20px 0;
}

#contact_message {
	height: 50px;
}

#flash {
	width: 60%;
	font-size: 0.9em;
	background: #ffd7d7;
	padding: 10px;
	margin-bottom: 10px;
}

#flash ul {
	list-style: none;
}

#confirmation p {
	margin-bottom: 10px;
}