body {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, helvetica,
		sans-serif;
	font-size: 12px;
}

input,textarea,select,label {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, helvetica,
		sans-serif;
	margin: 10px 0;
	padding: 10px;
	font-size: 16px;
}

a,a:link,a:visited,a:active {
	outline: none;
}

img,a img,a:hover img {
	border: none;
}

img.middle {
	margin: 10px;
	vertical-align: middle;
}

img.right {
	margin-right: 10px;
	vertical-align: middle;
}

.select {
	width: 580px;
}

.text,.textarea {
	width: 580px;
}

.small_font {
	font-size: 10px;
}

.center {
	text-align: center;
}

.zero_corner {
	margin: 0;
	padding: 0;
}

.italic {
	font-style: italic;
}

.action {
	margin-right: 10px;
	font-style: italic;
}

a:hover.action {
	text-decoration: underline;
}

.notfound {
	font-style: italic;
	color: #db5d12;
}

.faq {
	color: #db5d12;
}

.gray {
	color: #aaa;
}

.underline {
	text-decoration: underline;
}