.tables {
	margin-top: 40px;
}

.tables table {
	width: 100%;
}

#questions {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#questions h3 {
	margin-top: 5px;
}

.tables table td {
	width: 16.666%;
}

.tables .signup_button {
	margin-bottom: 10px;
	}
	
.signup_questions {
	width: 900px;
	overflow: hidden;
}

.questions_right {
	float: right;
	width: 420px;
	padding-left: 30px;
	border-left: 1px solid #c8dbf3;	
}

.questions_left {
	float: left;
	width: 420px;
	padding-right: 20px;
}

.price {
	font-weight: bold;
	font-size: 1.9em;
	color: #1b1a1d;
}

.price_text {
	font-size: 0.8em;
}

.important {
	background: url(../pictures/table_important.png) no-repeat;
	border: 1px solid #ffb135;
}

.table_right {
	background-image: url(../pictures/table_right.png);
	border-top: 1px solid #7ad8f5;
	border-bottom: 1px solid #7ad8f5;
	padding-left:10px;
	padding-right:10px;
}

.table_center {
	background-image: url(../pictures/table_right.png);
	border-top: 1px solid #7ad8f5;
	border-bottom: 1px solid #7ad8f5;
	border-left: 1px solid #7ad8f5;
	padding-left:10px;
	padding-right:10px;
}

.table_left {
	background-image: url(../pictures/table_right.png);
	border-top: 1px solid #7ad8f5;
	border-bottom: 1px solid #7ad8f5;
	border-left: 1px solid #7ad8f5;
	padding-left:10px;
	padding-right:10px;
}

.table_left h3, .table_right h3, .table_center h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #625e69;
}

.table_left p, .table_right p, .table_center p {
	color: #00578c;
}

.important h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #b88733;
}

.important p {
	color: #7a481d;
}

#trybar {
	display: block;
	position: relative;
	width: 900px;
	margin:20px auto;
	margin-bottom: 20px;
	background: #c2ff6b url(../pictures/trybar_bg.png) repeat-x;
	border: 1px solid #a1d45a;
}

.nobreak {
	white-space: nowrap;
 }