@CHARSET "UTF-8";

/* ===================================================================
CSS information

 File Name  : voice.css
=================================================================== */

#voiceArea{
	width: 600px;
}
#voiceArea dt{
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #d9cd95;
	background-color: #fffae2;
}
#voiceArea dd p{
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
	background: url("../voice/images/voiceBodyBg.gif") repeat left top;
	line-height: 20px;
}
#voiceArea dd p img{
	padding-left: 5px;
	float: right;
}
.pattern1
,.pattern2{
	padding-bottom: 35px;
}

.pattern1{
	background: url("../voice/images/line01.gif") repeat-x left bottom;
}
.pattern2{
	background: url("../voice/images/line02.gif") repeat-x left bottom;
}
