/* column formating for tables */
table#paypalticket{
  margin-bottom:1em;
  background-color: white;
  /*background: white url(../images/custom/0css/dollar2.gif) repeat 12px 12px;*/
}

col#t1col1 {width:275px;}
col#t1col2 {width:100px;text-align: right;}
col#t1col3 {width:200px; text-align: right;}

th{padding-top: 10px;}
td{padding-top: 10px;}

th{
  padding: 5px 10px;
  text-align: center;
  border-right: 4px solid #888;
  border-bottom: 4px solid #888;

}

td {
  padding: 5px 10px;
  border-right: 4px solid #888;
  border-bottom: 1px solid #888;
  font-weight: normal;
}

tr {
  border-bottom: 1px solid #888;
}

thead {
  border-bottom: 4px solid #888;
}

table {
  border-collapse: collapse;
  border-top: 2px solid #888;
  border-left: 2px solid #888;
  border-bottom: 4px solid #888;
}

table span {
  display: block;
  font-weight: normal;
}

table caption {
  background-color: #FFFF99;
  padding-top:0.5em;
  padding-bottom: 0.5em;
  border-top: 2px solid #888;
  border-left: 2px solid #888;
  border-right: 4px solid #888;
  /*Firefox poor caption handling */
  margin-left: -1px;
  margin-right: -2px;
}
/*opera caption handling - hates -ve margins*/
@media screen and (min-width: 0px) {
table caption {
margin-left:0;
margin-right:0;
}
}

table form {
  margin: 0;
  padding: 0;
  .padding-top: 1em;
 text-align: center;
}

table #tcol2 {
  text-align: center;
}


