html,body
{
	background-color: #edefef;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "lucida grande", verdana, arial;
	font-size: 10px;
	line-height: 18px;
	color: #333;
	background-image: url(/art/htmlBg.gif);
	background-repeat: repeat-x;
}

html h1, body h1
{
	font-family: arial;
	font-size: 14px;
	color: #7ea0a5;
	font-weight: normal;
}

html h2, body h2
{
	font-family: "lucida grande", tahoma, arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

html a, body a
{
	color: #339999;
	text-decoration: none;
}

html a:hover, body a:hover
{
	color: #66cccc;
	text-decoration: underline;
}

#root
{
	display: block;
	clear: both;
	overflow: hidden;
	width: 950px;
	margin: auto;
	padding: 0px;
}

#bgWrapper
{
	background-image: url(/art/rootBg.gif);
	display: block;
	float: left;
}

#menu
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	width: 254px;
	height: 100%;	
	background-image: url(/art/menuBg.jpg);
	background-repeat: no-repeat;
}

#menuWrapper
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	width: 254px;
	background-image: url(/art/menuWrapperBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 190px;
}

#header
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	height: 190px;
	width: 696px;
	margin: 0px;
	padding: 0px;
	background-image: url(/art/headerBg.jpg);
	background-repeat: no-repeat;
}

#middle
{
	display: block;
	clear: none;
	float: left;
	overflow: hidden;
	width: 696px;
	padding: 0px;
	margin: 0px;
}

#body
{
	display: block;
	clear: none;
	float: left;
	overflow: hidden;
	width: 516px;
	padding: 0px;
	margin: 0px;
}

#leftBody
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	width: 258px;
}

#rightBody
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	width: 258px;
}

#fullBody
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	width: 497px;
	padding: 0px 19px 0px 0px;
}

#sidebar
{
	display: block;
	clear: none;
	float: left;
	overflow: hidden;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#footer
{
	display: block;
	float: left;
	clear: none;
	overflow: hidden;
	width: 782px;
	margin: 0px;
	padding: 0px;
	background-image: url(/art/footerBg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	padding: 50px 0px 40px 0px;
	color: #999999;
}

div.userHomePageWrapper div.row #StuckWarrantyForm .tableData .tableDataLight .ctf-input .ctf-text
{
	width: 80px;
}

div.userHomePageWrapper div.row #StuckWarrantyForm .tableData .tableDataDark .ctf-input .ctf-text
{
	width: 80px;
}

div.userHomePageWrapper div.row #StuckWarrantyForm
{
	width:250px;
}