@charset "utf-8";
/* CSS Document */

#main {
	height:85px; 
	border:1px dashed #29ABE2;
	margin-bottom:7px;
	width:690px;
}

.up {
	height: 40px; 
	font-size: 24px; 
	text-align: center; 
	margin-top: 2px;
	background: url(../imgs/up.jpg) no-repeat top center;
	/*height:40px; font-size:24px; text-align:center; background-color:#009900; margin-bottom:2px;
	-moz-border-radius: 6px;-webkit-border-radius: 6px;
	*/
}
.up a, .down a{
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 12px;
	display: block;
}

.down {
	height: 40px; 
	font-size: 24px; 
	text-align: center; 
	margin-top: 2px;
	background: url(../imgs/down.jpg) no-repeat top center;
}

.box1 {
	float:left; height:80px; width:50px;
}

.box2 {
	float:left; 
	width:620px; 
	text-align:left;
	margin-left:10px;height:60px;margin-top:10px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:none;
	padding-top:7px;
}
