/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: 0 none; }


/* Forms */
label {
	color: #4f4f4f;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}
input.text {
	border: 1px solid #659da1;
	color: #6f6f6f;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 6px 6px 7px;
	width: 330px;
}
textarea.textarea {
	border: 1px solid #659da1;
	color: #6f6f6f;
	font-size: 12px;
	height: 280px;
	margin-bottom: 12px;
	padding: 6px 6px 7px;
	width: 330px;
}
input.submit {
	font-weight: bold;
	padding: 5px 10px;
}
select.long_select {
	border: 1px solid #659da1;
	margin-bottom: 12px;
	padding: 6px 6px 7px;
	width: 342px;
}


/* Helpers */
.dn { display: none; }

.fl { float: left; }
.fr { float: right; }

.cb { clear: both; }
.clear { display: block; }

.pl10 { padding-left: 10px; }
.pr10 { padding-right: 10px; }