@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */




.textBox {
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 575px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #E88023;
	background-image: url(../../voice/images/voice_bg.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
}

.imgBoxL {
	width: 160px;
}
.voicename {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.textBoxR {
	width: 385px;
}

