﻿html, body
{
	font-family: Arial, Sans-Serif;
}

img
{
	_behavior: url(/pngbehavior.htc);
	-ms-interpolation-mode: bicubic;
}

textarea
{
	font-family: Arial, Sans-Serif;
	padding: 4px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

input[type=file]
{
	height: 24px;
}

input
{
	padding: 4px;
}

td, th 
{
	vertical-align: top;
}

th
{
	font-weight: bold;
}

p, li
{
	line-height: 1.6em;
}

a, a:visited
{
	color: #4481cd;
}

fieldset
{
	border: solid 1px #000;
	padding: 0 20px 20px 20px;
}

legend
{
	font-weight: bold;
	margin-bottom: 20px;
}

button img
{
	vertical-align: bottom;
}