.content {
	padding: 10px 45px 20px 50px;
/*	padding: 10px 45px 20px 66px;*/
	color: #666;
}

li table, table.formatted {
	color: #666;
	font-size: .7em;
	width: 445px;
	border-bottom: 1px solid #C7DFEB;
}

table.formatted td {
	color: #666;
	padding: 5px 5px 5px 5px;	
	vertical-align: top;
}

table.formatted th {
	color: #666;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 5px;	
	border-bottom: 1px solid #C7DFEB;
	margin-bottom: 20px;
}

tr.dark td {
	color: #666;
	background-color: #EFF6F5;
}

.content h1 {
	font-size: .9em;
}

.content h2 {
	font-size: .8em;
}

.content h3 {
	font-size: .7em;
}

.content p {
	font-size: .7em
}

.content li {
	font-size: .7em;
	margin-bottom: 3px;
}

.content a {
	color: #369;
}

.content ul {
	list-style-image: url(../img/design/arrow_black.gif);
}

.content li {
	margin-bottom: 6px;
}

table.formatted p, table.formatted li {
	font-size: 1em;
}


input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #D4D0C8;
	color: #666;
	font-size: 11px;
}

input.button {
	width: 100px;
	border: 1px outset  #D4D0C8;
}

input.radio, input.checkbox {
	width: 17px;
	height: 17px;
	border: none;
}

input#short {
	width: 50%;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #D4D0C8;
	color: #666;
	font-size: 11px;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #FFF;
	border: 1px solid #D4D0C8;
	color: #666;
	font-size: 11px;
	height: 100px;
}

span.correct {
	color: green;
	font-weight: bold;
}

span.incorrect {
	color: red;
	font-weight: bold;
}

hr {
	height: 1px;
	width: 100%;
	color: #C7DFEB;
	margin: 10px 0px 10px 0px;
}
