body
{
	font-size: 12pt;
	font-family: 'Book Antiqua';
	margin: 0;
}

html
{
	margin: 0;
}

.titlestyle
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: white;
}

.customerlink
{
	border-right: whitesmoke 1px solid;
	padding-right: 5px;
	border-top: whitesmoke 1px solid;
	padding-left: 5px;
	font-size: 11pt;
	border-left: whitesmoke 1px solid;
	color: black;
	border-bottom: whitesmoke 1px solid;
	text-align: center;
	text-decoration: none;
	height: 9px;
}

.customerlink:hover
{
	border-right: gray 1px solid;
	border-top: #dfdfdf 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #ffffff;
	filter: dropshadow;
}

.validationsummary
{
	border-right: red 1px solid;
	padding-right: 5px;
	border-top: red 1px solid;
	padding-left: 5px;
	font-size: 12pt;
	filter: progid:DXImageTransform.Microsoft.shadow(direction= '135' , strength= '7' );
	left: 0px;
	padding-bottom: 5px;
	border-left: red 1px solid;
	color: red;
	padding-top: 5px;
	border-bottom: red 1px solid;
	position: absolute;
	top: -9000px;
	background-color: mistyrose;
	text-decoration: none;
}

.confirm
{
	border-right: green 1px outset;
	padding-right: 5px;
	border-top: green 1px outset;
	padding-left: 5px;
	left: 0px;
	padding-bottom: 5px;
	border-left: green 1px outset;
	filter: progid:DXImageTransform.Microsoft.shadow(direction= '135' , strength= '7' );
	width: 500px;
	padding-top: 5px;
	border-bottom: green 1px outset;
	position: absolute;
	top: 0px;
	background-color: #ccffcc;
}

.radio
{
	font-size: 10pt;
	display:inline;
}

.hhtxtBox
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	padding-left: 2px;
	font-weight: bold;
	margin: 0px;
	border-left: silver 1px solid;
	width: 205px;
	color: black;
	border-bottom: silver 1px solid;
	height: 16px;
	background-color: #f9f9f9;
	text-decoration: none;
}

.returnLink
{
	color: white;
	font-variant: small-caps;
	text-decoration: none;
}

.returnLink:hover
{
	text-decoration: underline;
}

.panel
{
	display:inline;
}