@charset "utf-8";
/* CSS Document */


.p7VSC01 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
}
.p7VSC01 h3{
	font-size:14px;
	font-weight:bold;
	color: #000;
	margin:0px 0px 3px 0px;
}
.p7VSC01 .que{
	font-size:16px;
	color: #000; font-weight:bold;
	padding-bottom:20px;
}
.p7VSC01 .answer{
	font-size:13px; font-weight: 700;
	color: #000;
	padding-left:35px; padding-bottom:20px;
}

.p7VSC01 .review_user{
	font-size:14px;
	color: #000; font-weight:bold;
	padding-bottom:20px;padding-left:35px;
}
.p7VSC01 .review_comment{
	font-size:13px; font-weight: 700;
	color: #000;
	padding-bottom:20px;
}

.p7VSC01 .inputlabel{font-size:20px; font-weight:500;
}


.p7VSC01 .p7VSC_scrollbox_wrapper {
	margin: 0 35px 0 0;
}
.p7VSC01 .p7VSC_scrollbox {
	position: relative;
	width: 100%;

}
.p7VSC01 .p7VSC_scrolling {
	top: 0px;
	left: 0px;
}
.p7VSC01 .p7VSC_content {
	padding: 0px 5px;
}
.p7VSC_content h3{padding:0px; margin:0px;}
.p7VSC_content p{padding:2px 0px; margin:0px;}
.p7VSC01 .p7VSC_up a {
	height: 31px;
	width: 29px;
	background-image: url(images/scroll_arrow_up.gif);
	background-repeat: no-repeat;
}

.p7VSC01 .p7VSC_dn a {
	height:31px;
	width: 29px;
	background-image: url(images/scroll_arrow_down.gif);
	background-repeat: no-repeat;
	background-position:center bottom;
	
}

.p7VSC01 .p7VSCdragchannel {
	position: absolute;
	width: 29px;
	top: 0px;
	right: 0px;
	background-image: url(images/scroll_bg.gif);
	background-position: center;	
	background-repeat: no-repeat;
	display: none;
	cursor: default;
	
}
.p7VSC01 .p7VSCdragchannel em {
	display: none;
}
.p7VSC01 .p7VSCdragchannel a {
	display: block;
}
.p7VSC01 .p7VSCdragbar {
	position: relative;
}
.p7VSC01 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC01 .p7VSCdragCtrl a {
	height:31px;
	width: 29px;
	background-image: url(images/scroll_pointer.gif);
	background-position:center;
	background-repeat: no-repeat;
}

