body {
	margin: 0px;
}
.spanColor{color: black;}

.f12 {font-size: 12px}
.f12w {
	font-size: 12px;
	color: #1F4A65;
	font-weight: bold;
}

.inp{font-size:12px; width:200px; }
.error{font-size:12px; width:200px; background-color:#f33; }

a:link {
	font-size: 12px;
	color: #06482a;
	text-decoration: none;

}
a:visited {
	font-size: 12px;
	color: #06482a;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.mbutton1 {
	background-position:0px 0px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:46px;
	height:22px;
	cursor:pointer;
}

.mbutton2 {
	background-position:0px -22px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:88px;
	height:22px;
	cursor:pointer;
}

.mbutton3 {
	background-position:0px -44px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:109px;
	height:22px;
	cursor:pointer;
}

.mbutton4 {
	background-position:0px -66px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:150px;
	height:22px;
	cursor:pointer;
}
.mbutton5 {
	background-position:0px -88px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:190px;
	height:22px;
	cursor:pointer;
}

.buttontop {
	background-position:-24px 0px;
	background-image: url(../images/topdown.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:22px;
	height:12px;
	margin-left: 75px;
	cursor:pointer;
}

.buttontopover {
	background-position: 0px 0px;
	background-image: url(../images/topdown.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:22px;
	height:12px;
	margin-left: 75px;
	cursor:pointer;
}

.buttondownover {
	background-position:0px -15px;
	background-image: url(../images/topdown.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:22px;
	height:12px;
	margin-left: 75px;
	cursor:pointer;
}

.buttondown {
	background-position:-24px -15px;
	background-image: url(../images/topdown.png);
	background-repeat: no-repeat;
	font-size:12px;
	border-width:0;
	width:22px;
	height:12px;
	margin-left: 75px;
	cursor:pointer;
}

.circularity
{
	border:1px solid #a1a1a1;
	border-radius:5px;
	-moz-border-radius:5px; /* ÀÏµÄ Firefox */
	-webkit-border-radius: 5px; /* Safari Chrome */
}
.circularity:hover
{
	cursor:pointer;
}

