/* CSS Document */
.biao {
	height: 24px;
	width: 320px;
        font-size: 14px;
	color: #666666;
        bottom: 1px;
}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 275px;
font-size:12px
}

.curlycontainer .innerdiv{
background: transparent url(../images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}
td {
	font-size: 12px;
	line-height: 20px;

}
.input1 {
	border: 1px ridge #666666;
	height: 18px;



}
.h18 {
	line-height: 18px;
}
.input2 {
	border: 1px solid #999999;
	color: #999999;
}
.top10 {
	padding-top: 7px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
BACKGROUND-COLOR: #ffffff; 
BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 24px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
