﻿/**/
/*页面主体样式*/
body
{
	background-color: #405765;
	background-image:url(../Image/main/bg.jpg);
	background-repeat:repeat-x;
	font-family:Microsoft JhengHei;
	font-size: 9pt;
}

/*input样式*/
.input
{
	width:568px;
	height:135px;	
}

/*鼠标离开按钮时，按钮的样式*/
.btn_mouseout
{
    border: 1px solid #286699;
    height: 24px;
    cursor: hand;
    color: white;
    font-size: 12px;
    background-color:#95c3e9;
    background-image: url(../Image/main/emptybtn.png);
    background-repeat: repeat-x;
}

/*鼠标移动到按钮上时，按钮的样式*/
.btn_mouseover
{
    border: 1px solid #051723;
    height: 24px;
    cursor: hand;
    color: white;
    font-size: 12px;
    background-color:#64757f;
    background-image: url(../Image/main/emptybtn_over.png);
    background-repeat: repeat-x;
}