@charset "UTF-8";

h2 {
	margin:	5px;
}

p {
	margin:	5px;
}

strong {
	color:			#f00;
	font-size:		small;
	font-weight:	weight;
}

form {
	position:	relative;
	top:		0;
	left:		0;
	text-align:	center;
}

fieldset {
	margin:		5px;
	padding:	5px;
	border:		1px solid #ccc;
	width:		428px;
	height:		680px;
	text-align:	left;
}

fieldset#yourinfo {
	position:	absolute;
	top:		0;
	left:		0;
}

fieldset#question {
	position:	relative;
	top:		5px;
	left:		450px;
}

dl {
	margin:	0;
}

dt {
	margin:			5px 0;
	padding:		5px 0;
	border-width:	1px 0;
	border-color:	#000;
	border-style:	dashed;
}

