/*Example for a Menu Style*/


.img
{
	border:0px;
	float:left;
	display:block;
	padding-left:4px;
	margin: 2px;
}
 
.txt
{
	width:60px;
	height:16px;
	padding:0px;
	line-height:16px;
	border-left:solid 1px #BABABA;
	border-top:solid 1px #BABABA;
	border-bottom:solid 1px #E3E3E3;
	border-right:solid 1px #E3E3E3;
	background-color:#FFF;
	float:left;
	font-size:12px;
	margin: 3px;
	}
input.btn {
	background-image: url("http://www.ldqxn.com/bbs/images/bbsbj.jpg");
	border-width: 0;
	color:#727274;
	width: 39px;
	height: 18px;
	line-height: 18px;
	padding:0px;
	float:left;
	display:block;
	font-size:12px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.txtlabel
{
	float:left;
	height:18px;
	display:block;
	padding:0px;
	line-height:18px;
	color: #727274;
	font-size: 12px;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}