
/* 全局定义 */
html,body{
height: 100%;
width: 100%;
min-width: 740px;
font: 12px Tahoma,verdana, arial, helvetica, sans-serif;
color: #666;
text-align: center;
background: white url(../images/body_bg.jpg) top left repeat-x;
}

/* 通用替换 */
*{
margin: 0;
padding: 0;
}

/* 设置输入域获取焦点样式，对firefox有效
input:focus {
background-color: #DEEEEE;
}*/

/* 设置h1 h2 h3 */
h1,h2,h3{
font-size: 14px;
}

/* 默认链接样式 */
a:link, a:visited{
font-size: 12px;
font-weight: normal;
color: #0099CC;
text-decoration : none;
}

a:hover{
font-size: 12px;
font-weight: normal;
text-decoration : underline;
color: #0099CC;
}

a:active{
font-size: 12px;
font-weight: normal;
text-decoration : none;
color: #0099CC;
}

/* 文本域样式 */
.tf{
height: 21px;
line-height: 21px;
font-size: 12px;
border: #006699 1px solid;
padding-left: 2px;
padding-top: 1px;
}
/*附件文本样式*/
.tfile{
height: 24px;
line-height: 24px;
font-size: 12px;
border: #006699 1px solid;
padding-left: 2px;
padding-top: 1px;
}
/* 文本区样式 */
.ta{
font-size: 12px;
border: #006699 1px solid;
overflow: auto;
padding-left: 2px;
padding-top: 1px;
}

/* 下拉列表样式 */
.sl{
height: 22px;
line-height: 22px;
font-size: 13px;
border: #006699 1px solid;
}

/* 单选样式 */
.rd{

}

/* 复选样式 */
.cb{

}

/* 普通按钮样式*/
.bt{
height: 24px;
width: 70px;
font-size: 12px;
line-height: 24px;
color: #006699;
border: none;
cursor: hand;
background: transparent url(../images/common/button.jpg) center no-repeat;
}

/* 输入错误提示边框样式 */
.errorInput{
border: 1px solid #CC0000;
}

/* 警告字体样式 */
.noticeMsg{
font-size: 12px;
color: #CC0000;
padding: 2px;
}

/* 错误消息样式 */
.error{
font-size: 12px;
color: #CC0000;
}

/* 成功消息样式 */
.success{
font-size: 12px;
color: #009900;
}