/*
css 共用設定，請在此處增加，非關設計，顏色等....
*/
body
{
margin-top:2px;
margin-bottom:8px;
}
#test
{
width:400px;
height:60px;
background:#999999;
margin:25px;
}

.title_bar{
	background-image: url(res/ctopbgc.jpg);	
	height:18px;
	color:#000066;
	border:1px solid #AFCBE2;
	padding-top:4px;
	line-height:16px;
	font-size:110%;
	
	letter-spacing:4px;	
	font-weight:bold;
	
}

.shadow{
/*filter:progid:DXImageTransform.microsoft.dropshadow(offX=3,offY=3,color=#666666)*/
}
.imageborder
{
border:1px solid #000000;

}
#content{
border:1px solid #333333;
}

.data
{
font-size:12px;
height:20px;
line-height:20px;
padding:2px;
margin:2px;
}