.rounded {
	padding: 10px 150px;
}

.align_center {
	text-align: center;
}

h3 {
	margin: 20px 0 10px;
}

.specialHint {
	margin: 0 0 20px;
}

.specialMultiField {
	margin:0 0 0.3em;
	float: left;
	width: 50%;
}

.halfWidth {
	width: 50%;
}

.uniForm fieldset legend {
	float: right;
}

.uniForm .buttonHolder {
	text-align: center;
	margin: 30px;
}

.uniForm .buttonHolder button {
	width: 89px;
	height: 28px;
	text-indent: -9000px;
	background: url(../images/join/next.png);
	overflow: hidden;
	border: none;
}

input {
	border: 1px solid #ccc;
}

input.invalid {
	border: 1px solid red;
	background: #fff url(../images/join/invalid.png) no-repeat right;
}

.status {
	color: red;
}

/*.status {
	float: right;
	width: 100%;
	margin-right: 165px;
}

.uniForm .inlineLabels .status label{
	width: 100%;
}

.status .invalid {
	display: block;
	color: red;
	text-align: right;
	float: right;
	height: 10px;
	width: 100%;
}*/

input.valid {
	background: #fff url(../images/join/check.png) no-repeat right;
}

a {
	color: green;
}

a img {
	text-align: center;
}

#compare_table {
	background-color: #fff;
	border-right: 1px solid #c5e0a9;
}

#table_blank {
	border: none !important;
	border-bottom: 1px solid #c5e0a9 !important;
	background: #F7FAE7 !important;	
}

.bottom_border {
	border-bottom: 1px solid #c5e0a9;
}

.table_separator {
	background: #F7FAE7 !important;
	border-bottom: 0 !important;
}

.table_title {
	border: 1px solid #c5e0a9 !important;
}

#adnetwork_table_titles {
	padding: 23px 10px !important;
	height: 20px !important;
}

#compare_table .adnetwork_table tr td {
	height: 25px;
}

#compare_table .adnetwork_table tr.darker td {
	height: 24px;
}

#compare_table tr td {
	border-left: 1px solid #c5e0a9;
	padding: 10px;
	text-align: center;
}

#compare_table tr td a {
	color: #7a7a7a;
	display: block;
	float: left;
}

#table_head {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

#table_head td {
	vertical-align: middle;
}

#standard_plus, #custom {
	font-size: 17px;
	font-weight: bold;
}

#standard_plus {
	color: #dd8440;
}

#custom {
	color: #ffc128;
}

.darker {
	background-color: #e4f0d8;
}

.table_alternate {
	background-color: #f3f9ed;
}

.larger_text {
	font-size: 13px;
}

.center_div {
	width: 100%;
	text-align: center;
}

.rounded #progress {
	margin: 0 auto;
	border: 0;
	background-color: #fff;
	padding: 5px 20px 5px 0;
	text-align: center;
}

#progress {
	width: 360px;
	color: #c6dfa8;
}

#progress ul li{
	display: inline;
	padding-left: 20px;
}

#progress ul li span {
	font-weight: bold;
	font-size: 13px;
	padding-right: 2px;
}

#progress ul .current {
	color: #648842;
}

.uniForm .category_block {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.uniForm .category_block .category_label {
	width: 50%;
	margin: 0;
	float: left;
}

fieldset .float_none {
	float: none !important;
	margin: 0 auto;
}

#layout_choices {
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}

#layout_choices div {
	color: #648842;
	float: left;
	width: 218px;
	border-bottom: 1px solid #acbf91;
}

#layout_choices div img {
	margin: 5px;
}

#layout_choices .selected {
	border: 1px solid #acbf91;
	border-bottom: 1px solid #fff;
	background: #fff;
}

#layout_preview {
	width: 654px;
	float: left;
	text-align: center;
	background: #fff;
	border: 1px solid #acbf91;
	border-top: none;
	overflow: hidden;
}

#layout_preview img {
	margin: 50px 0 20px;
}

#layout_preview_footer {
	margin-bottom: 30px;
	padding: 20px;
}

#layout__preview_footer a, #layout_preview_footer span {
	width: 20%;
}

#layout_text {
	display: block;
	width: 550px;
	margin: 25px auto 0;
}

#small_prev {
	display: block;
	float: left;
}

#small_next {
	display: block;
	float: right;
	margin-top: -15px;
}

#small_next img, #small_prev img {
	margin: 0;
}

#text_example {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #acbf91;
	color: #333;
}

#text_example a {
	color: #669933;
}

#text_example a:visited {
	color: #669933;
}

#text_example h1 {
	color: #333;
	font: normal 16px Arial, Helvetica, sans-serif;
}

#font_color_options {
	float: left;
	text-align: right;
	width: 50%;
}

#color_picker {
	float: right;
	text-align: center;
	width: 35%;
}

.colorwell {
	width: 67px;
	border: 1px dotted #333;
}

.colorwell-selected {
	font-weight: bold;
	border: 1px solid #000
}

.push_left {
	float: left;
	margin-left: -600px;
}

.push_right {
	float: right;
	margin-right: -600px;
}

#payment-table td{
	padding: 10px;
}

.uniForm #errorMsg h3 {
	color: #333;
	font-size: 13px;
}

.uniForm #errorMsg ol li a {
	color: #555;
	font-size: 12px;
	font-weight: bold;
}

.uniForm #errorMsg ol li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.uniForm #errorMsg ol li {
	list-style-type: decimal-leading-zero;
}

.uniForm #errorMsg ol li ul {
	margin-left: 25px;
}

.uniForm #errorMsg ol li ul li {
	list-style-image: none;
	list-style-type: none;
	border-bottom: none;
}

.uniForm .ctrlHolder ul li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: none;
}

div#processed {
	margin: 0 auto;
	width: 500px;
	padding: 20px;
	background: #fff;
	border: 1px solid #acbf91;
	text-align: center;
	color: #666;
	font-size: 13px;
}

#full_bleed {
	margin: 0 -90px;
}

#submit {
	background: url(../images/submit.jpg) no-repeat;
	width: 97px;
	height: 32px;
	text-indent: -9999px;
	border: 0;
	font: 1px;
	color: green;
}

input#id_city,
input#id_zipcode {
	width: 90px;
}
