	body {
		background-color: #fff;
	}

	div#header {
		height: 62px;
		background-color: #d6d6d6;
	}

	div#header img {
		float: left;
		margin: 8px 57px 0px 57px;
	}

	div#header div#title {
		font-weight: bold;
		font-size: 16px;
		padding-top: 3px;
		height: 42px;
	}

	div#steps {
		height: 17px;
	}

	div#steps div {
		float: left;
		width: 95px;
		height: 15px;
		padding-top: 2px;
		font-size: 10px;
		text-align: center;
	}

	div#steps div.active {
		font-weight: bold;
		background: #fff;
	}

	a.manager {
		float: left;
		margin: 20px 20px 20px 60px;
		padding-top: 430px;
		height: 30px;
		width: 357px;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
	}

	a.lena {
		background: url('/images/calc/lena/2.jpg') no-repeat;
	}

	a.arthur {
		background: url('/images/calc/arthur/8.jpg') no-repeat;
	}

	img#manager {
		float: left;
		margin: 7px;
	}

	div#content {
		padding-left: 371px;
		font-size: 12px;
		line-height: 18px;
	}

	div.meet, div.start {
		margin-top: 100px;
	}

	input#name {
		margin-right: 15px;
	}

	a.type {
		margin-left: 70px;
	}

	a.choose {
		float: left;
		margin-left: 50px;
		text-align: center;
	}

	.red {
		color: #cc0000;
	}

	td.red {
		width: 30px;
	}

	td.traffic {
		padding-right: 30px;
	}

	span.planname {
		font-weight: bold;
		text-transform: uppercase;
	}

	table.plans {
		background: #e2e2e2;
	}

	table.plans td {
		padding: 1px 3px 1px 3px;
	}

	table.plans tr.name td {
		font-weight: bold;
		font-size: 22px;
		text-align: center;
		padding-top: 5px;
	}

	table.plans tr.name td img {
		margin-top: 10px;
	}

	table.plans tr.choose td {
		padding-top: 10px;
	}

	table.plan {
		width: 600px;
		border-collapse: collapse;
		font-family: trebuchet MS;
	}

	table.plan td {
		padding: 2px;
		text-align: center;
	}

	table.plan tr.grey {
		background-color: #ddd;
	}

	table.plan td.param {
		font-weight: bold;
		width: 50%;
		text-align: left;
	}

	table.plan td.price {
		width: 170px;
		font-weight: bold;
		font-size: 48px;
		line-height: 50px;
	}
	
	table.plan td.ispeed {
		font-size: 18px;
		color: #cc0000;
	}

	table.plan td.name {
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
	}

	td.plan-description {
		padding-left: 10px;
	}

	table.plan-speed {
		border-collapse: collapse;
		font-family: trebuchet MS;
		background-color: #ddd;
		font-size: 13px;
	}

	table.plan-speed td {
		padding: 3px 25px 3px 25px;
		text-align: center;
	}

	table.plan-speed tr.name {
		font-size: 32px;
		font-weight: bold;
		text-transform: uppercase;
	}

	table.plan-speed tr.name td {
		padding: 10px 30px 10px 30px;
	}

	table.plan-speed tr.speed td {
		background-color: #ffff66;
		font-weight: bold;
	}

	div.likeit {
		margin: 20px 0px 30px 0px;
		font-family: trebuchet MS;
		font-weight: bold;
		font-size: 20px;
		color: #cc0000;
		text-align: center;
	}

	div.likeit a {
		color: #cc0000;
	}

	td.yellow {
		background-color: #ffff66;
	}

	.centered {
		margin: 0px auto;
	}

	div.calc-content {
		padding: 20px 20px 20px 0px;
		width: 600px;
	}

	dl.calc dt {
		width: 350px !important;
	}

	dl.calc dd {
		padding-left: 360px;
	}
