div#faq
{
	width: 780px;
	float: right;
}

div.faq_top
{
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-left: 1px solid #D9D8D6;
    border-right: 1px solid #D9D8D6;
    border-bottom: 1px solid #D9D8D6;
    border-top: 1px solid #D9D8D6;
    border-top-right-radius: 15px;
    float: right;
    padding: 10px 20px 0px;
    width: 738px;
    margin-bottom: 20px;
    position: relative;
}

div.faq_top a 
{
	color: #AECF0E;
	margin-bottom: 12px;
	display: block;
	cursor: pointer;
}

div.faq_top div.corner
{
	width: 16px; 
	height: 16px;
	border-left: 1px solid #D9D8D6;
	border-top: 1px solid #FFFFFF;
	display: block;
	position: absolute;
	left: -1px;
	bottom: -17px;
	z-index: 20;
}

div.faq_top div.corner_round
{
	width: 16px; 
	height: 16px;
	border-left: 1px solid #D9D8D6;
	border-top: 1px solid #D9D8D6;
	display: block;
	position: absolute;
	left: -1px;
	bottom: -17px;
	z-index: 20;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}


div.faq_description {
	padding-bottom: 14px;
}
