﻿HTML
{
	behavior:			url(HTC/FORM.htc);
}

BODY
{
	margin:				0px;
	font-family:		Arial;
	font-size:			11px;
	color:				#17467C;
	background-color:	#BBBBBB;
}

FORM
{
	text-align: center;
}

TABLE
{
	height:			100%;
	width:			100%;
	text-align:		left;
	border:			none;
}

TABLE.Form-Layout
{
	position:			relative;
	top:				10px;
	border:				solid 1px #ffffff;
	width:				800px;
	background-color:	#ffffff;
}

TABLE.Dogs-Layout
{
	width:	775px;
	border:	solid 0px #000000;
}

TABLE.Product-Item
{
	width: 240px;
}

TD
{
	line-height:	15px;
}

TD.Form-Header
{
	height:	165px;
}

TD.Form-Content
{
	padding:10px;
}

TD.Form-Content A
{
}

TD.Form-Footer
{
	height:		30px;
	border-top: solid 2px #DDDDDD;
	filter:		progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#DDDDDD', EndColorStr='#FFFFFF');
	font-size:	11px;
}

UL
{
	list-style:	none;
	margin-left:0px;
	margin-top:10px;
}

LI
{
	float:			left;
	font-family:	Arial;
	font-weight:	bolder;
	font-size:		14px;
	font-style:		normal;
	padding-left:	15px;
}

A,
A:link,
A:Hover,
A:visited
{
	text-decoration:	none;
	color:				#17467C;	
}

A:Hover
{
	color:	#FFFFFF;
}

SPAN.Label
{
	font-family:Arial;
	color:		#DD1E25;
	font-weight:900;
	font-size:	14px;
}

P
{
	line-height:15px;
}

INPUT,
SELECT,
TEXTAREA
{
	font-family:	Tahoma;
	font-size:		11px;
	color:			#172A6B;
	width:			90%;
}

INPUT.text,
INPUT.file
{
	color:		#000000;
	border:		solid 1px #172A6B;
	behavior:	url(../HTC/INPUT.text.htc);
}

INPUT.button
{
	width:	100px;
}

SELECT,
TEXTAREA
{
	color:		#000000;
	border:		solid 1px #172A6B;
}

TABLE TD B A,
TABLE TD B A:link,
TABLE TD B A:Hover,
TABLE TD B A:visited
{
	color:		#172A6B;
}

DIV.Send-Mail
{
	border:				solid 1px #000000;
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				200px;
	visibility:			hidden;
	background-color:	#ffffff;
}