﻿*
{
	font: 12px Arial;
}

td
{
	z-index: 0;
}

input
{
	z-index: 1;
}

table.form
{
	table-layout: fixed;
	overflow: visible;
	width: 698px;
}

table.form td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	overflow: visible;
}

table.form td.delim
{
	font-size: 3px;
}

table.form td.title
{
	font: bold 12px Arial;
	color: #000000;
}

table.form td input
{
	width: 100%;
	border: solid 1px black;
}

table.form tr.background td:first-child
{
	background-color: #FFFFFF !important;
}

table.form tr.background td, table.form tr.background2 td
{
	background-color: #f07c7c !important;
}

table.form tr.field td input
{
	background-color: #f07c7c !important;
}

table.form tr.inframe td:first-child
{
	border-top: none;
	border-left: none;
}

table.form tr.inframe td:first-child+td
{
	border-left: solid 1px black;
}

table.form tr.inframe td
{
	border-top: solid 1px black;
}

table.form tr.inframe-last td:first-child
{
	border-left: solid 1px black;
}

table.form tr.inframe-last td
{
	border-bottom: solid 1px black;
}

table.form tr.inframe2 td
{
	border-top: solid 1px black;
}

table.form tr.inframe2 td:first-child
{
	border-left: solid 1px black;
}

table.form tr.inframe2-last td
{
	border-bottom: solid 1px black;
}

table.form tr.inframe2-last td:first-child
{
	border-left: solid 1px black;
}

table.form tr.inframe3-last td
{
	border-bottom: solid 1px black;
}

table.form tr.inframe3-last td:first-child
{
	border-bottom: none;
}

.left-border
{
	border-left: solid 1px black;
}

.right-border
{
	border-right: solid 1px black;
}

.button 
{
    background-color: #f07c7c;
}
