/* General Element Rules --------------------------------------*/
a {
	color: #c0673d;
}

a:hover {
	color: #c0673d;
}

div.hr { 
	border-top: 1px solid #dbdbcf; 
}


/* column container --------------------------------------*/
.fullpage .col1 {
	background-color: #fafafa;
	border: 1px solid #dbdbcf;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

/* Header ------------------------------------------------*/
div#header_top {
	height: 26px;
	background-color: #a59bc3;
}

/* Body --------------------------------------------------*/
div#heading {
	margin: 0 auto;
	width: 780px;
	background-color: #5C5C5C;
	color: white; 
	font-size: 115%; 
	line-height: 2em;
	padding-left: 1em;
}

select.text, input.text {
	padding: 0.2em;
	border: 1px solid #dbdbcf;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

div.questresprow {
	line-height: 2em;
	padding-bottom: 0.1em;
}