* {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #666;
}

body {
	background-color: #f6f6f6;
}

h1 {
	font-size: 20px;
	border-bottom: 1px dotted #ccc;
}

h2 {
	font-size: 17px;
}

h3 {
	margin: 5px 0 0 0;
	padding: 0;
}

input {
	color: #000;
}

input.full {
	width: 100%;
}

td.left_td {
	text-align: right;
}

hr {
	border: none;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0 20px 0;
}


