	  
h1{
  font-family: sans-serif;
}
	
table.scroll {
		display:block;
		height:430px;
		overflow-y: auto;
		overflow-x:hidden;
		float:left;
		font-family: rial, Helvetica, sans-serif;
		color: #666;
		text-shadow: 1px 1px 0px #fff;
		border-collapse: collapse;
		background: #eaebec;
		border: #ccc 1px solid;
		width: 100%;
	}

table.scroll th {
  padding: 15px 15px;
  border-left:0;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
}
 
table.scroll th:first-child{  
  border-left:none;  
}
 
table.scroll tr {
  text-align: center;
  padding-left: 10px;
}

table.scroll td:first-child {
  text-align: left;
  padding-left: 10px;
  border-left: 0;
}

tabel.scroll tr:nth-child(even) {
	background:#f2f2f2;
}
 
table.scroll td {
		
  padding: 15px 15px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
 
table.scroll tr:last-child td {
  border-bottom: 0;
}
 
table.scroll tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
 
table.scroll tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
 
table.scroll tr:hover td {
	
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#FFFAF0));
  background: -moz-linear-gradient(top, #f2f2f2, #FFFAF0);
}

.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: -5px;
}

a:link {
color:#666;
text-decoration:underline;
}

a:hover {
color:#000000;
text-decoration : underline;
}

a:visited {
color:#666;
text-decoration : underline;
}