@charset "utf-8";

#welcome-note {
	float: left;
	width: 620px;
}
.content-panel {
	float: left;
	width: 300px;
	padding: 0px;
	margin-right: 0px;
}
.content-panel img {
	padding: 1px;
	border: 1px solid #CCC;
}

.big-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	text-align: justify;
}
.big-text strong {
	color: #999;
	font-weight: normal;
}
.question {
	background-image: url(../img/question-bk-1.png);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	font-size: 13px;
}
.answer {
	background-color: #FFF;
	padding: 5px;
}


h1 {
	font-size: 15px;
	line-height: 15px;
	color: #F30;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}

h2 {
	font-size: 14px;
	line-height: 15px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
input {
	font-size: 14px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
p strong {
	font-size: 13px;
	font-weight: bold;
	color: #06C;
}
