@CHARSET "UTF-8";
* {
	margin:0;
	padding:0;
	outline:none;
}

html, body {
	height:100%;
	padding:0;
	margin:0;
}

body {
	font: 80% Arial,"Trebuchet MS", Verdana;
	color: #666666;
}

#container {
	padding: 0px 20px;
}

p {
	margin-bottom: 10px;
	text-align:justify;
}

h4 {
	color:#5383D7;
	margin-bottom: 10px;
}

h4.no-margin {
	margin-bottom: 0px;
}

table {
	margin-bottom: 10px;
	width: 669px;
}

* html table {
	width: 645px;
}

table.finish {
	width: 635px;
}

* html table.finish {
	width: 609px;
}

td {
	text-align: center;
	padding-bottom: 10px;
}

td.question {
	text-align: left;
}

input.text {
	width: 300px;
}

input.button {
	width: 75px;
	margin-right: 10px;
}

.red {
	color: red;
}

.green {
	color: green;
}

/* IE 6 fixes */
* html h4, * html table {
	font: 100% Arial,"Trebuchet MS", Verdana;
}

* html h4 {
	font-weight: bold;
}
