#msgBox {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 220px;
	left: 0px;
}
#msgBox .msgContents {
	width: 500px;
	height: 400px;
}
#msgBox .msgTopBox{
	left : 100px;
	padding: 2px;
	padding-right: 5px;
	text-align: right;
	background-image: url('/layout/bar-gradient.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
}
#msgBox a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}
#msgBox a:hover{
	color: #DADAD9;
}
#msgBox .msgBoxTitle{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.m_top{
	padding-top: 20px;
	background-color: #D5D5D4;
}

.m_left{
	float: left;
}
.m_right{
	float: right;
}
.m_right input {
	width: 250px;
}
.m_clear{
	clear: both;
	background-color: #D5D5D4;
	/*border-bottom: 1px solid #ffffff;*/
}
.m_clear div{
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

.m_center{
	float: right;
	width: 480px;
	text-align: right;
	padding: 10px;
	padding-top: 30px;
	background-color: #D5D5D4;
	border-bottom: 2px solid #BABABA;
}
.m_center input{
	font-size: 12px;
}
.mleft, .mright{
	width: 110px;
