<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Define variable */
.htmlTextBox {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #ffcc33;
  width: 200px;
  height: 20px;
}
/*
input[type="text"] 
{   
    height:20px;
    width:270px;
}*/
input[type="submit"], input[type="button"] {
  color: #ffffff;
  font-size: 12px;
  width: 200px;
  height: 30px;
  font-size: 14px;
  width: auto;
  border:0px;
  
  color: #000000;
font-family: 'eurostileextendedtwo';
padding-bottom: 10px;
padding-top:5px;
font-weight: 100;
-moz-box-shadow: inset 0px 1px 4px 1px #f9eca0;
-webkit-box-shadow: inset 0px 1px 4px 1px #f9eca0;
box-shadow: inset 0px 1px 4px 1px #f9eca0;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
background: -moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
background-color: #f0c911;
border-bottom-left-radius: 0px;
}
.searchKeyword {
  height: 20px;
  width: 270px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.button_yellow {
	height: 30px;
font-size: 14px;
width: auto;
border: 0px;
color: #000000;
font-family: 'eurostileextendedtwo';
padding: 5px 10px 10px 10px;
font-weight: 100;
-moz-box-shadow: inset 0px 1px 4px 1px #f9eca0;
-webkit-box-shadow: inset 0px 1px 4px 1px #f9eca0;
box-shadow: inset 0px 1px 4px 1px #f9eca0;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
background: -moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
background-color: #f0c911;
border-bottom-left-radius: 0px;}

.button_yellow:hover {
	color:#ffffff;}</pre></body></html>