/* question_sidebar */

.question_sidebar {

}

.question_sidebar .box .top {
	background: url('../dsg/sidebar_top.gif') no-repeat top left;
	height: 107px;
	overflow: hidden;
}
.question_sidebar .box h1 {
	margin: 9px 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
	background: none;
}
.question_sidebar .box .content {
	background: url('../dsg/sidebar_middle.gif') repeat-y top left;
	overflow: hidden;
}
.question_sidebar .box .content .content_gradient {
	background: url('../dsg/sidebar_middle_gradient.gif') no-repeat bottom left;
	padding-right: 5px;
	min-height: 145px;
	height: auto !important;
	height: 145px;
}
.question_sidebar .box .content .content_gradient p {
	color: #fff;
	line-height: 14px;
	margin: 0;
}
.question_sidebar .box .content .content_gradient a {
	color: #b4e0ff;
}
.question_sidebar .box .content .content_gradient a.mail {
	font-size: 82%;
}
.question_sidebar .box .content .content_gradient b {
	display: block;
	font-size: 20px;
	font-family: Arial;
	padding: 9px 0 5px 0;
}
.question_sidebar .box .bottom {
	background: url('../dsg/sidebar_bottom.gif') no-repeat bottom left;
	height: 20px;
	overflow: hidden;
}
