	  
h1{
  font-family: sans-serif;
}
	
table.scroll {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  background: #fafafa;
  border: #ccc 1px solid;
}

table.scroll th {
	
  border-left:0;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
}


.textbox { 
    border: 1px solid #c4c4c4; 
    height: 17px; 
    font-size: 14px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	background-color : #ff8dc; 
        color : #0B3B0B;
} 

	.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

.button : active
{ box-shadow: 1px 1px 0px 0px #006400;
 position:relative;
 top:1px;
left:1px; }
  
.button
{ font-family: sans-serif;
    font-size: 15;
    background: #eaebec;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
    border: #e0e0e0 1px solid;
    border-radius: 5px;
    padding: 7px 12px;
    margin-top: 10px;}
  
  
input[type=submit]{
    font-family: sans-serif;
    font-size: 15;
    background: #eaebec;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
    border: #e0e0e0 1px solid;
    border-radius: 5px;
    padding: 7px 12px;
    margin-top: 10px;

}

input[type=submit]:active {
    box-shadow: 1px 1px 0px 0px #006400;
 position:relative;
 top:1px;
    left:1px;
}

input[type=submit]:hover {
    opacity:0.9;
}

h1 {
	letter-spacing: -3px;
}

