.{
	margin:0px;
	padding:0px;
}
html>body{
	margin:0px;
	padding:0px;
}
.itme{
	height:20px;
	line-height:20px;
	width:350px;
	padding:0 0 0 15px
}
.input{
	width:245px;
	height:20px;
	border: 0px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC
}
#input{
	border:2px #AED0EB solid;
	width:350px;
	height:220px;
	position:absolute;
	background-color: #fff;
	z-index:10;
	left: 200px;
	top: -230px;
	font-size:9pt;
}
#mpList {
	position:absolute;
	width:652px;
	height:540px;
	z-index:2;
	left: 19px;
	top: 5px;
	overflow: auto;
}
#mpBg {
	position:absolute;
	width:660px;
	height:542px;
	z-index:1;
	left: 19px;
	top: 4px;
	overflow: hidden;
	border:#666666 1px solid;
	background-color: #CCCCCC;
}
#rclick{
	cursor:pointer;
	color:#FFF;
	height:542px;
	line-height:450px;
	width:10px;
	background-color:#0099FF; 
	float:right
}

#msg {
	position:absolute;
	width:177px;
	height:25px;
	line-height:25px;
	z-index:11;
	left: 280px;
	top: 228px;
	font-size:9pt;
	background:#E6E6E6;
	text-align:center;
}

#help {
	position:absolute;
	width:200px;
	height:115px;
	z-index:12;
	left: 685px;
	top: 23px;
}

a:link 		{color: #025586;text-decoration: none;}
a:visited 	{text-decoration: none;color: #025586;}
a:hover 	{text-decoration: underline;color: #025586;}
a:active 	{text-decoration: none;color: #025586;}

a.red:link 		{color: #FF0000;text-decoration: none;}
a.red:visited 	{text-decoration: none;color: #FF0000;}
a.red:hover 	{text-decoration: underline;color: #FF0000;}
a.red:active 	{text-decoration: none;color: #FF0000;}
