﻿/* CSS Document */ButtonField
@charset "gb2312";

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;

    background-image:url(../images/Scitc_01.gif);
	background-repeat: repeat;
}


/****************************************************************************
   增加标题样式
*************************************/
.caption
{
	color: #0C3980;
	margin:10px 5px 10px 5px;/*上－右－下－左*/
	font-weight: bold;
	font-size: 12px;
	padding-bottom:8px;
	border-bottom:2px solid #cccccc;
	text-align:left;
	text-indent: 20px;
	background-image: url(images/form_title.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.myButton
{
	cursor: hand; 
	border:0;
	height: 20px;
	border-right: #0066ff 1px solid; 
	border-top: #0066ff 1px solid; 
	background-image: url(images/btnBG.gif); 
	border-left: #0066ff 1px solid; 
	border-bottom: #0066ff 1px solid; 
	text-align: center;
}

/*查询按钮*/
.QueryBtn  {
cursor: hand; 
border:0;
background-image: url(images/micon_cx.gif);
height: 21px;
width:57px;
}
/*添加按钮*/
.AddBtn  {
cursor: hand; 
border:0;
background-image: url(images/micon_zj.gif);
height: 21px;
width:57px;
}
/*删除按钮*/
.DelBtn  {
cursor: hand; 
border:0;
background-image: url(images/micon_sc.gif);
height: 21px;
width:57px;
}
/*保存按钮*/
.SaveBtn  {
cursor: hand; 
border:0;
background-image: url(images/micon_bc.gif);
height: 21px;
width:57px;
}
/*返回按钮*/
.ReturnBtn  {
cursor: hand; 
border:0;
background-image: url(images/micon_fh.gif);
height: 21px;
width:57px;}
/*编辑按钮*/
.EditBtn
{
cursor: hand; 
border:0;
background-image: url(images/micon_bj.gif);
height: 21px;
width:57px;
}
/*类别管理按钮*/
.ClassManBtn
{
cursor: hand; 
border:0;
background-image: url(images/btnClassMan.GIF);
height: 21px;
width:81px;
}

/*登录按钮*/
.Login_login
{
cursor: hand; 
border:0;
background-image: url(images/Login_login.gif);
height: 19px;
width:60px;
}

/*重写按钮*/
.Login_reset
{
cursor: hand; 
border:0;
background-image: url(images/Login_reset.gif);
height: 19px;
width:60px;
}

/*重写按钮*/
.Gbook
{
cursor: hand; 
border:0;
background-image: url(images/gbook.gif);
height: 21px;
width:81px;
}

.txtBox
{
	border-right: #0099cc 1px solid;
	border-top: #0099cc 1px solid;
	border-left: #0099cc 1px solid;
	border-bottom: #0099cc 1px solid;
	height: 20px;
	width :150px;
}

.LoginTextBox
{
	border: 1px solid #2C6093; 
	background-color: #6A9ED7;
	height: 20px;
	width :130px;
}


