body {
	background-image: url(images/bg-page2.png);
}
#wrapper {
	background-image: url(images/wrapper-bg-page2.jpg);
	width: 900px;
}
#page2ContentWrapper {
	float: left;
	margin-top: 210px;
	width: 900px;
}
#header #nav {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DBFDFF;
	margin-left: 130px;
}
.compareTable {
	width: 100%;
}
.compareTable h1 {
	font-size: 24px;
	color: #036;
}
.compareTable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F6C;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #F6C;
	padding: 5px;
}

.packageTable {
	float:right;
}
.packageTable td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F6C;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #F6C;
	padding: 5px;
}
.packageTable .button {
	margin-right: -5px;
	margin-top: 5px;
}



.button {
	display: block;
	border: 1px dashed #FF5EB1;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: -5px;
	margin-left: -6px;
	text-decoration: none;
	background-color: #FFF;
	color: #694582;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
.compareTable a:hover {
	color: #FFF;
	background-color: #694582;
}
.packageTable a:hover {
	color: #FFF;
	background-color: #694582;
}
.colLeft {
	float: left;
	display: block;
	width: 300px;
}
#cloginBox {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 300px;
}
#cloginBox table td {
	padding: 3px;
}

