/* General styling */

p {
	margin: 0px;
	padding: 0px;
}

/* Content styling */

.content,#title,#subtitle {
	width: 410px;
}
.innercontent {
	width: 400px;
}

/* Information block styling */

#info {
	width: 360px;
	background: #fff url(img/question_and_answer.gif) no-repeat scroll 10px center;
}

/* Form styling */

form {
	width: 360px;
	line-height: 15px;
}
select,input,label {
	margin: 2px 0;
}
.answer,.question {
	width: 290px;
	float:left;
	text-align: left;
}
.incorrectquestion {
	width: 180px;
	float:left;
	text-align: left;
	color: #ff0000;
	font-weight: bold;
}
.selectquestion {
	width: 295px;
	float:left;
	text-align: left;
}
.answer {
	margin-bottom: 3px;
}
.questionlabel {
	font-weight: bold;
	float: left;
	text-align: left;
}
label,.questionlabel{
	width: 65px;
}
.password {
	width: 135px;
	margin-bottom: 10px;
}
.passwordlabel {
	width: 175px;
}
hr {
	padding: 0;
	margin-bottom: 7px;
	color: #c7c7c7;
	background-color: #c7c7c7;
	height: 1px;
	border: none;
	clear: both;
}
