textarea {
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding: 3px;
	background-color: #ffc;
}
input {  
      border-style: solid;
      border-color: black;
      border-width: 1px;
      background-color: #ffffcc;
      color: black;
      font-weight: bold;
      padding-left: 4px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
}  
table {
page-break-inside: auto;
}
tr {
page-break-inside: avoid; 
page-break-after: auto;
}

@media print {
   thead {display: table-header-group;}
}

.button {  
      border-style: solid;
      border-color: black;
      border-width: 1px;
      background-color: #ccffcc;
      color: black;
      font-weight: bold;
      padding-left: 4px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
}  
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
table.b
{
border-color:black;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:solid;
}
td.b
{
border-color:white;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
th.b
{
border-color:white;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
}
