/* ----------- General ----------- */

a:link {
	color: #b8b8b8;
	text-decoration: underline;
}

a:visited {
	color: #b8b8b8;
	text-decoration: underline;
}

a:hover {
	color: #b8b8b8;
	text-decoration: none;
}

img {
	border: none;
}

input {
	font-size: 11px;
}

.req {
	font-size: 9px;
	color: #333;
}

li.none {
	list-style-type: none;
}

h3 {
	font: bold 14px verdana;
	color: #3C3D71;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	font: bold 13px verdana;
	color: #5B5B8B;
	margin: 0 0 5px 0;
	padding: 0;
}

.right {
	float: right;
	margin: 0px;
	padding: 10px;
	clear: right;
}

.left {
	float: left;
	margin: 0px;
	padding: 10px;
	clear: left;
}

input {
	font-size: 11px;
}

.clear {
	clear: both;
}

/* ----------- Layout ----------- */

body {
	margin: 5px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #f9f9f9;
}

#wrapper {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}

#captop {
	background: url(/shared/images/instacompare/lp_top.gif) no-repeat;
	height: 36px;
}

#logo {
	margin: 0;
	padding: 0 10px 10px 10px;
}

#content {
	margin: 0;
	padding: 0 15px 10px 15px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #C8C8C8;
	background: #fff;
}

#items {
	width: 90%;	
	margin: 0px auto;
}

#footer {
	text-align: center;
	font-size: 11px;
	height: 36px;
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(/shared/images/instacompare/lp_bottom.gif) no-repeat;
}

* html #footer {
	text-align: center;
	height: 36px;
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	background: url(/shared/images/instacompare/lp_bottom.gif) no-repeat;
}

#form {
	margin: 0px auto;
	clear: both;
}

ul.instacomparelist li {
	list-style-image: url(/shared/images/instacompare/bullet.gif);
	margin: 0 0 5px 0;
}

td {
	padding: 0 5px 0 5px;
}
