.forms_TextField {
	width:198px;
	height:24px;
	border:0px;
	background-color:#E9E9E9;
	background-image: url('../IMAGES/textfield.gif');
	background-repeat:no-repeat;
	padding-left:6px;
	padding-top:4px;
	margin-top: 2px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	
}
.button1
{
	border: 0px; 
	margin: 3px; 
	WIDTH: 107px;
	height:21px; 
	font-family: Tahoma,Verdana,Arial; 
	font-size:11px;
font-weight:normal;
	text-decoration:none;
	color: #666;
	background:white url(../IMAGES/MORE/button.png) no-repeat;	
	text-align: center; 
	
	line-height: 19px;
	cursor:pointer;
}
.button2
{
	border: 0px; 
	margin: 3px; 
	width:106px;
	height:22px;
	font-family:Verdana;
	font-size: 11px;
	float:left;
	line-height:20px;
	background: url(../IMAGES/MORE/button2.gif);
	color:#666666;
	text-align:center;
	cursor:pointer;
}
.button3
{
	border: 0px; 
	margin: 3px; 
	width:119px;t
	font-family:Verdana;
	font-size: 11px;
	float:left;
	line-height:20px;
	background: url(../IMAGES/MORE/button3.png);
	color:#666666;
	text-align:center;
	cursor:pointer;
}
.button4
{
    border:none !important;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    padding: 9px 30px;
    line-height: 1.2;
    color: #FFF;
      background-color: #0487C4;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 20px;
    cursor:pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);

}
    .button4:hover
    {
      background-color: #2ac3ec;
      transition: color 0.2s ease 0s, opacity 0.2s ease 0s;
    }