@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background:url(../i/Voice_headBack2.gif) repeat-x  #F9D7E6;
}
#voice_wrapper{
	margin:0 auto;
	padding:0 20px 0 ;
	width:650px;
	border-left:#fff dashed 2px;
	border-right:#fff dashed 2px;
	background:url(../i/Voice_headBack.gif) repeat-x #F7C9DD ;
	}
#voice_head{
	padding:0 0 20px 0;
	}
.voice_answer{
	padding:0 0 20px 85px;
	}

#voice_content2{
	background:url(../i/Voice_comment.gif) no-repeat;
	padding:55px 20px 10px 85px;
	}
#voice_content2 p{
	color:#333;
	font-size:0.9em;
	line-height:1.2em;
	border-bottom:#fff dotted 2px;
	padding:10px 0;
	}
#voice_close{
	width:245px;
	margin:0 auto;
	padding:10px;
	}
.pink{
	color:#C36;
	}
