
#sidebar
{
	display: none;
}

#right_side
{
	width: 900px;
}

.step
{
	color: #871544;
	font: bold 22px "Book Antiqua";
}

.faq
{
	color: #727272;
	font: bold 18px "Book Antiqua";
}

a.faq:link,
a.faq:visited
{
	text-decoration: none;
	color: #727272;
}

.step_cont
{
	width: 635px;
	float: left;
	font-size: 12px;
	padding: 5px;
}

.faq_cont
{
	float: right;
	width: 233px;
	font-size: 12px;
	padding: 5px;
}

.d_line
{
	border-bottom: 1px dashed #dadada;
}

.become_member
{
	width: 635px;
	position: relative;
	background: url("../img/become_member.jpg") no-repeat;
	height: 85px;
}

.f_question
{
	border-top: 1px dashed #dadada;
	margin: 3px;
	color: #629de3;
	font-size: 13px;
	cursor: pointer;
}

.f_answer
{
	display: none;
	font-size: 12px;
	padding-left: 7px;
}

a.sign_up:link,
a.sign_up:visited
{
	color: #871544;
	font: bold 18px "Book Antiqua";
	text-decoration: none;
	text-align: right;
	display:block;
	padding-left: 34px;
	position: absolute;
	top: 12px;
	right: 10px;
	height: 28px;
	background: url("../img/ex_mark.png") no-repeat;
}