@charset "utf-8";

/* voice----------------------------------------------------- */
.pageTitle_voice {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	width: 700px;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/voice/img/title_bg.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .pageTitle_voice {
	height: 26px;
}

#topCopy {
	float: left;
	margin-top: 16px;
	margin-bottom: 10px;
	width: 700px;
}

.voice {
	float: left;
	padding: 4px;
	margin-top: 10px;
	width: 690px;
	background: url("/img/top_bg.gif") left bottom repeat-x;
	border: solid 1px #cccccc;
}
/* for IE6 */
*html .voice {
	width: 698px;
}

.titlecopy {
	float: left;
	display: inline;
	padding: 6px 10px 0 10px;
	width: 670px;
	height: 20px;
	font-size: 1.2em;
	color: #000000;
	background: url("/voice/img/bg1.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .titlecopy {
	width: 688px;
	height: 26px;
}

.client {
	float: left;
	padding: 5px 0 3px 0;
	margin: 0 5px;
	width: 680px;
	color: #000000;
	border-bottom: dotted 1px #cccccc;
}

.clientTxt {
	float: left;
	padding: 5px;
	width: 680px;
	color: #000000;
}

.worker {
	float: left;
	display: inline;
	padding: 6px 10px 0 10px;
	margin-top: 5px;
	width: 670px;
	height: 20px;
	font-size: 1.1em;
	color: #333333;
	background: url("/voice/img/bg2.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .worker {
	width: 688px;
	height: 26px;
}

.workerTxt {
	float: left;
	padding: 5px 5px 1px 5px;
	width: 680px;
}
