﻿INPUT.BaseButton
 {  
	border: solid 1px #006699;
	border-left-color: #D3E8EF;
	border-top-color: #D3E8EF; 
 	color:#006699; 
	font-weight:bold;
	padding: 1px 8px 1px 8px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/button/button1-blue-1.gif);	
	background-repeat:repeat-x;
    
    /* For WebKit (Safari, Google Chrome etc) 
    background: -webkit-gradient(linear, left top, left bottom, from(#EFF8FA), to(#A2CDE1));*/
    /* For Mozilla/Gecko (Firefox etc) 
    background: -moz-linear-gradient(top, #EFF8FA, #A2CDE1);*/
    /* For Internet Explorer 5.5 - 7 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF8FA, endColorstr=#A2CDE1);*/
    /* For Internet Explorer 8 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF8FA, endColorstr=#A2CDE1)";*/ 
}
INPUT.BaseButton:hover
 {   
 	border: solid 1px #FCAB52;
	border-left-color: #FFDBB7;
	border-top-color: #FFDBB7; 
	color:#000000; 
	font-weight:bold;
	cursor:pointer;
	background-image:url(../images/button/button1-blue-2.gif);	
	background-repeat:repeat-x;
	
    /* For WebKit (Safari, Google Chrome etc) 
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC742), to(#FFEAD5));*/
    /* For Mozilla/Gecko (Firefox etc)
    background: -moz-linear-gradient(top, #FFC742, #FFEAD5); */
    /* For Internet Explorer 5.5 - 7 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFC742, endColorstr=#FFEAD5);*/
    /* For Internet Explorer 8 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFC742, endColorstr=#FFEAD5)";*/
}
