abbr {
	text-decoration: none;
	border: none;
}

body {
	background: #ffffff url('/img/public2/bg.jpg') 0 0 repeat-x;
	color: #606060;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

.btn {
	border: 3px solid;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	font: bold 14px Helvetica, Arial, sans-serif;
	cursor: pointer;
	color: white;
}

.blue:hover {
	border-color: #08b1f6;
}

.blue {
	background: #08b1f6 url('/img/public3/blue_button_grad.gif') 0 0 repeat-x;
	border-color: #66cdfd;
	padding: 10px 25px;
}

.grey {
	background: #a0a0a0 url('/img/public3/gray_gradient.gif') 0 0 repeat-x;
	border-color: #a2a2a2;
}

.purple {
	background: #6d0ba8 url('/img/public3/purple_gradient.jpg') 0 0 repeat-x;
	border-color: #a446e0;
}

.dkblue {
	background: #076ce2 url('/img/public3/dkblue_gradient.jpg') 0 0 repeat-x;
	border-color: #57a0fa;
}

.black {
	background: #080808 url('/img/public3/black_gradient.jpg') 0 0 repeat-x;
	border-color: #2a2a2a;

}

.black:hover {
	border-color: #666;
}

.dkblue:hover {
	border-color: #076ce2;
}

.purple:hover {
	border-color: #6d0ba8;
}

div#callout .btn {
	padding: 5px 21px;
/*	width: 153px;*/
	margin-bottom: 7px;
}

body.home {
	background: #e2e5e4 url('/img/public3/bg_home0710.png') 0 0 repeat-x;
}

div.header {
	position: relative;
	width: 972px;
	margin: 0 auto;
}

div.header img#logo {
	position: absolute;
	top: 95px;
	left: 0;
}

div.powered_by {
	position: absolute;
	top: 66px;
	right: -47px;
}

div#pricing_tabs {
	position: absolute;
	top: 132px;
	right: 37px;
	overflow: hidden;
}

div#pricing_tabs span {
	display: block;
	padding: 0 20px;
	
}
div#pricing_tabs a {
	font: bold 12px/38px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	text-transform: uppercase;
}
	
a#tab_signup:link, a#tab_signup:visited {
	background: transparent url('/img/public3/tab2_left_pro.jpg') 0 0 no-repeat;
}
	
a#tab_signup span {
	background: transparent url('/img/public3/tab2_right_pro.jpg') 100% 0 no-repeat;
	padding-left: 56px;
	padding-top: 5px;
	overflow: hidden;

}
a#tab_signup{
	width: 171px;
}
a#tab_getting_started:link, a#tab_getting_started:visited {
	background: transparent url('/img/public3/tab1_left.jpg') 0 0 no-repeat;
	margin-right: 8px;
}

a#tab_getting_started span {
	background: transparent url('/img/public3/tab1_right.jpg') 100% 0 no-repeat;
}

#rotator {
	position: absolute;
	top: 54px;
	left: 445px;
	width: 533px;
	height: 412px;
	overflow: hidden;
    background-color: black;
	color:white;
	text-align:center;
    z-index: 1;
}

div.public_nav ul {
	/* float: left; clear:both; */
	width: 972px;
	height: 49px;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.public_nav li a:link, div.public_nav li a:visited {
	display: block;
	line-height: 49px;
	text-align: center;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	border-left: 1px solid #333;
	letter-spacing: 1px;
}

div.public_nav li a:hover {
	color: white;
}

div.public_nav li a.active {
	background: transparent url('/img/public2/public_nav_active.jpg') 0 0 repeat-x;
	color: white;
}

div.public_nav li a span {
/*	display: none;*/
}

div.public_nav li#nav_home a {
	position: absolute;
	top: 0;
	left: 4px;
	width: 100px;
	height: 49px;
/*	background: transparent url('/img/public2/nav_home.jpg') 0 0 no-repeat;*/
}

div.public_nav li#nav_home a:hover {
/*	background: transparent url('/img/public2/nav_home.jpg') 0 -49px no-repeat;*/
}

div.public_nav li#nav_home a.active {
/*	background: transparent url('/img/public2/nav_home.jpg') 0 -98px no-repeat;*/
}

div.public_nav li#nav_tour a {
	position: absolute;
	top: 0;
	left: 104px;
	width: 103px;
	height: 49px;
/*	background: transparent url('/img/public2/nav_tour.jpg') 0 0 no-repeat;*/
}

div.public_nav li#nav_tour a:hover {
/*	background: transparent url('/img/public2/nav_tour.jpg') 0 -49px no-repeat;*/
}

div.public_nav li#nav_tour a.active {
/*	background: transparent url('/img/public2/nav_tour.jpg') 0 -98px no-repeat;*/
}

div.public_nav li#nav_pricing a {
	position: absolute;
	top: 0;
	left: 207px;
	width: 114px;
	height: 49px;
/*	background: transparent url('/img/public2/nav_pricing.jpg') 0 0 no-repeat;*/
}

div.public_nav li#nav_pricing a:hover {
/*	background: transparent url('/img/public2/nav_pricing.jpg') 0 -49px no-repeat;*/
}

div.public_nav li#nav_pricing a.active {
/*	background: transparent url('/img/public2/nav_pricing.jpg') 0 -98px no-repeat;*/
}

div.public_nav li#nav_whymoro a {
	position: absolute;
	top: 0;
	left: 522px;
	width: 140px;
	height: 49px;
/*	background: transparent url('/img/public2/nav_whymoro.jpg') 0 0 no-repeat;*/
}

div.public_nav li#nav_whymoro a:hover {
/*	background: transparent url('/img/public2/nav_whymoro.jpg') 0 -49px no-repeat;*/
}

div.public_nav li#nav_whymoro a.active {
/*	background: transparent url('/img/public2/nav_whymoro.jpg') 0 -98px no-repeat;*/
}

div.public_nav li#nav_faqs a {
	position: absolute;
	top: 0;
	left: 321px;
	width: 99px;
	height: 49px;
/*	background: transparent url('/img/public2/nav_faqs.jpg') 0 0 no-repeat;*/
}

div.public_nav li#nav_faqs a:hover {
/*	background: transparent url('/img/public2/nav_faqs.jpg') 0 -49px no-repeat;*/
}

div.public_nav li#nav_faqs a.active {
/*	background: transparent url('/img/public2/nav_faqs.jpg') 0 -98px no-repeat;*/
}

div.public_nav li#nav_blog a {
	position: absolute;
	top: 0;
	left: 420px;
	width: 102px;
	height: 49px;
/*	background: transparent url('/img/public2/nav_blog.jpg') 0 0 no-repeat;*/
}

div.public_nav li#nav_blog a:hover {
/*	background: transparent url('/img/public2/nav_blog.jpg') 0 -49px no-repeat;*/
}

div.public_nav li#nav_contact a {
	position: absolute;
	top: 20px;
	left: 836px;
	color: #888;
	font: italic 12px Georgia, serif;
	text-decoration: none;
	text-transform: none;
	border: none;
	letter-spacing: normal;
}

div.public_nav li#nav_contact a:hover {
	color: #fff;
}

div.public_nav li#nav_login a {
	position: absolute;
	top: 20px;
	left: 910px;
	font: italic 12px Georgia, serif;
	color: #888;
	text-decoration: none;
	text-transform: none;
	border: none;
	letter-spacing: normal;
}

div.public_nav li#nav_login a:hover {
	color: #fff;
}

div.content {
	position: relative;
	width: 972px;
	margin: 146px auto 0 auto;
	background: transparent;
}

div.col {
	position: relative;
	float: left;
	width: 940px;
	background: url('/img/public2/page_extend.png') 0 0 repeat-y;
}

div.col div.page_top  {
	position: absolute;
	top: -10px;
	left: 0;
	width: 940px;
	height: 10px;
	background: url('/img/public2/page_top.png') no-repeat;
}

div.col div.page_bottom {
	position: absolute;
	bottom: -11px;
	width: 940px;
	height: 11px;
	background: url('/img/public2/page_bottom.png') no-repeat;
}

div.col p {
	padding: 8px 52px;
	font: 13px/20px Arial, sans-serif;
}

div.col a:link, div.col a:visited {
	font: italic 12px Georgia, serif;
	color: #6a06a6;
	text-decoration: none;
}

div.col a:hover {
	text-decoration: underline;
}

div.col div.row_c {
	width: 797px;
	margin: 0 auto 10px auto;
	padding: 30px 40px;
	background: #f7f7f7;
	color: #434d52;
	font: 14px Arial, sans-serif;
}

div.col div.row_c img.icon {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

div.col div.row_c div.col_b {
	position: relative;
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	background: transparent;
}

div.col div.row_c div.col_b h4 {
	font: 24px Georgia, serif;
	color: #000;
	margin: 0;
	padding: 0;
}

div.col div.row_c div.col_b p {
	margin: 6px 0;
	padding: 0;
}

#tour_flash {
	margin: 0 0 0 23px;
}

div.col div.col_contact {
	position: relative;
	float: left;
	width: 264px;
	height: 368px;
	margin: 16px 20px 16px 50px;
	padding: 40px;
	font: 13px/18px "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	background: url('/img/public2/box_contact.gif') no-repeat;
	color: #464545;
}

div.col div.col_contact h3 {
	font: 24px/32px Georgia, serif;
	color: #000;
	margin: 0 0 40px 0;
}

div.col div.col_contact h4 {
	font: 16px Georgia, serif;
	color: #000;
	margin: 0;
	padding: 0;
}

div.col div.col_contact img.icon {
	position: relative;
	float: left;
	margin: 0 12px 0 0;
}

div.col div.col_contact div.icon_text, div.col div.col_contact div.icon_text2 {
	position: relative;
	float: left;
	margin: 3px 0 0 0;
}

div.col div.col_contact div.icon_text2 {
	margin: 12px 0 0 0;
}

div.col div.col_contact_form {
	position: relative;
	float: left;
	width: 356px;
	min-height: 570px;
	margin: 16px 0 16px 0;
	padding: 40px 60px;
	font: 13px/18px "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	background: url('/img/public2/box_contact_form.gif') 0 0 repeat-y;
	color: #464545;
}

div.col div.col_contact_form h3 {
	font: italic 20px Georgia, serif;
	color: #fff;
	margin: 0 0 24px 0;
}

div.col div.col_contact_form li {
	float: left;
	clear: left;
	padding: 0 0 12px 0;
}

div.col div.col_contact_form li#captcha {
	float: none;
}

div.col div.col_contact_form li#captcha div.error-message2 {
	margin-left: 38px;
}

div.col div.col_contact_form li#submit_contact {
	text-align: right;
	float: none;
}

div#recaptcha_area {
	float: right;
}

div.col div.col_contact_form label {
	position: relative;
	float: left;
	display: block;
	width: 110px;
	height: 14px;
	margin: 1px 14px 0 0;
	padding: 4px 0 6px 0;
	font: 12px "Lucida Grande", "Lucida Sans", Arial, Helvetica, serif;
	color: #fff;
	text-align: right;
}

div.col div.col_contact_form input.text {
	position: relative;
	float: left;
	width: 211px;
	height: 14px;
/*	margin: 0 0 14px 0;*/
	padding: 3px 5px;
}

div.col div.col_contact_form textarea {
	width: 205px;
	height: 60px;
	padding: 10px;
	font: 16px Georgia, serif;
	color: #000;
	float: left;
}

div.col div.col_contact_form input.submit {
	position: relative;
	float: right;
/*	margin: 14px 0 0 0;
*/}

div.col div.row_f {
	position: relative;
	width: 870px;
	margin: 12px auto 0 auto;
	background: url('/img/public2/page_extend_c.gif') 0 0 repeat-y;
}

div.col div.row_f div.page_top  {
	position: absolute;
	top: -5px;
	left: 0;
	width: 870px;
	height: 5px;
	background: url('/img/public2/page_top_c.gif') no-repeat;
}

div.col div.row_f div.page_bottom {
	position: absolute;
	bottom: -5px;
	width: 870px;
	height: 5px;
	background: url('/img/public2/page_bottom_c.gif') no-repeat;
}

div.col div.row_g {
	position: relative;
	width: 790px;
	margin: 20px auto 0 auto;
}

div.col div.row_g h3 {
	margin: 0 0 16px 0;
	font: 30px Georgia, serif;
	color: #000;
}

div.col div.row_g p {
	margin: 0 0 28px 0;
	padding: 0;
	font: 14px/24px Georgia, serif;
	color: #5c5c5c;
}

div.col div.row_g div#selectListJumpFaq {
	margin: 0 0 44px 0;
}

div.col div.row_g div#selectListJumpFaq span {
	font: 16px Georgia, serif;
	color: #289dac;
}

div.col div.faq_box h4 {
	margin: 0;
	padding: 40px 50px 20px 50px;
	font: 16px Georgia, serif;
	font-size: 20px;
	color: #000;
}

div.col div.faq_box p {
	margin: 0;
	padding: 0 50px;
	font: 12px/20px Arial, sans-serif;
	color: #808080;
}

div#new_account {
	padding: 0;
	
}

div#new_account h1 {
	color: black;
	font: 28px Georgia, "Palatino", serif;
	line-height: 1em;
	text-align: center;
	padding: 50px 20px 0 20px;

}

input#coupon_code {
	margin-top: 3px;
}

div.legalPages {
	padding: 54px 96px 42px 96px;
}

div.legalPages h1 {
	color: #000;
	font: 30px Georgia, "Palatino", serif;
	margin-bottom:36px;
}

div.legalPages p {
	margin: 5px 0;
	padding: 0;
}

div.legalPages h2 {
	margin: 25px 0 10px 0;
	font-size: 20px;
}

div.col div.col_contact_form div.error-message {
	margin: 0 0 0 125px;
	color: #e7424e;
}
div.col div.col_contact_form div.error-message2 {
	margin: 2px 0 0 0;
	color: #e7424e;
}

#newindex #topnav {
	background-color: #262626;
	background-image: url('/img/public3/bg_home0710.png');
	border-bottom: 1px solid #303030;
	height: 48px;
}

#newindex #contentwrap {
	background: url('/img/public3/content_gradient072610.png') 50% 0 no-repeat;
}

#newindex #maincontent {
	height: 724px;
	margin: auto;
	position: relative;
	width: 1000px;
}
#newindex #logo {
	position: absolute;
	left: 1px;
	top: 79px;
}
#newindex #tagline {
	color: #f5f1eb;
	position: absolute;
	left: 1px;
	top: 174px;
	font: italic 18px/26px Georgia, "Palatino", serif;
	width: 440px;
}
#newindex #tagline strong, #newindex #tagline a:link, #newindex #tagline a:visited {
	color: #a6e5ff;
	font-weight: normal;
	text-decoration: none;
}

#index_customizable {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ccc;
	text-transform: uppercase;
	float: left;
	margin: 32px 32px 0 0;
	min-width: 440px;
	text-align: right;
}

#newindex #getstarted {
	background: url('/img/public3/getstarted.png') no-repeat scroll top left;
/*	overflow: hidden;*/
	width: 391px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 294px;
	color: white;
	font: 16px/65px Georgia, "Palatino", serif;
	padding: 0 0 0 16px;
}

#newindex #getstarted .blue {
	float: right;
	margin: 12px 8px 0 0;
}

#newindex #phones {
	position: absolute;
	height: 354px;
	right: 49px;
	top: 68px;
	width: 450px;
}
#newindex #rotator {
	position: absolute;
	height: 219px;
	left: 25px;
	top: 49px;
	width: 395px;
}
#newindex #whitebar {
	background-image: url('/img/public3/whitebar.png');
	height: 223px;
	left: -58px;
	position: absolute;
	top: 443px;
	width: 962px;
    background-image: url('/img/public3/whitebar.png');
    background-repeat: no-repeat;
    background-position: -6px 0;
	margin-left: 60px;
}

#newindex #iconswrap {
	background-color: black;
	height: 96px;
	text-align: center;
	overflow: hidden;
}
#newindex #icons {
	margin: auto;
	padding-bottom: -3px;
	padding-top: 6px;
	width: 1001px;
}

#newindex #icons a {
	display: inline-block;
	float: left;
	height: 80px;
	margin-left: -20px;
	width: 82px;
}

/* 
	the hover states have been moved to 
	/publisite/index.php to accomodate
	for other languages
*/

#newindex a#icon_worship {
	background-image: url('/img/public3/icons/worship.png');
}

#newindex a#icon_authors {
	background-image: url('/img/public3/icons/authors.png');
}

#newindex a#icon_education {
	background-image: url('/img/public3/icons/education.png');
}

#newindex a#icon_movies {
	background-image: url('/img/public3/icons/movies.png');
}

#newindex a#icon_musicians {
	background-image: url('/img/public3/icons/musicians.png');
}

#newindex a#icon_athletes {
	background-image: url('/img/public3/icons/athletes.png');
}

#newindex a#icon_radio {
	background-image: url('/img/public3/icons/radio.png');
}

#newindex a#icon_celebrities {
	background-image: url('/img/public3/icons/celebrities.png');
}

#newindex #icons img#icontitle {
	float: left;
	margin: 27px 33px 0 -8px;
}

#newindex #footerwrap {
	background-color: #232121;
	border-top: 1px solid #4a4848;
	height: 600px;
	position: relative;
}

#newindex #footer {
	margin: auto;
	position: relative;
	width: 1000px;
}

#newindex #footer a {
	color: #838383;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#newindex #footer a:hover {
	color: white;
	text-decoration: underline;
}

#newindex #footer li {
	line-height: 2em;
}

#newindex #footer h3 {
	color: #b67bff;
	font: italic 16px Helvetica, sans-serif;
	text-transform: lowercase;
}

#newindex #contactbox {
	background: url('/img/public3/contactboxback.png') 0 0 no-repeat;
	color: #b7b7b7;/*616161*/
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	height: 260px;
	margin-top: 44px;
	overflow: hidden;
	padding: 24px;
	width: 210px;
}
#newindex #contactbox #morois {
	margin: 1em auto;
	color: #616161;
	font-size: 11px;
	font-style: italic;
	margin: 1.5em auto 1.8em auto;
}
#newindex #contactbox p {
	clear: both;
	color: #b7b7b7;
	font-size: 11px;
	font-style: normal;
	line-height: 24px;
	margin: 0.5em auto;
}
#newindex #contactbox p a {
	color: #b7b7b7;
	margin-left: 12px;
	text-decoration: none;
}
#newindex #contactbox p a:hover {
	color: white;
	text-decoration: underline;
}

.clear {
	clear:both;
	font-size: 1px;
	height: 1px;
}

/* =============================== */
/* = app directory index listing = */
/* =============================== */

div.apps_listing_page_wrapper {
	padding: 11px 21px 10px 21px;
}

div.apps_listing_page {
	background: white url('/img/app_directory_bg.jpg') 0 0 repeat-x;
}

div.apps_listing_page_top h2 {
	color: black;
	font: 30px/32px Georgia, "Palatino", serif;
	padding: 52px 0 0 60px;
}

div.not_found {
	padding: 40px 0 0 60px;
	height: 208px;
}

div.not_found h2 {
	font-size: 18px;
}

div.not_found p {
	padding: 0;
	margin: 30px 0;
	font-size: 14px;
}

div.col div.not_found p a {
	font-size: 14px;
}

input#search_apps {
	border: 1px solid;
	border-color: #777 #ccc #f0f0f0 #ccc;
	color: #999;
	font: 12px Georgia, "Palatino", serif;
	width: 154px;
	height: 15px;
	padding: 5px 0 5px 11px;
	margin-left: 18px;
}

div.sort_search {
	padding: 56px 29px 0 0;
}

div.sort_search div.sort {
	padding: 4px 0 0 0;
}

div.sort_search label {
	color: #666;
	font: italic 12px Georgia, "Palatino", serif;
	margin: 0 0 0 6px;
}

input#search_apps_button {
	vertical-align: middle;
}

div.apps_listing_grid {
	padding: 30px 0 0 0;
}

div.apps_listing_grid, div.app_grid_row {
	overflow: hidden;
	clear: both;
}

div.app_grid_row {
	padding: 30px 0 30px 28px;
}

div.app_item_box {
/*	background: yellow;*/
	margin: 0 43px 0 0;
	cursor: pointer;
}

div.app_item_box:hover * {
	text-decoration: underline;
}

img.app_item_icon, div.app_item_info, div.app_item_box {
	float: left;
}

div.app_item_info {
	width: 144px;
	padding: 0 0 0 11px;
}

div.app_item_info h3 {
	color: black;
	font-weight: bold;
	font-size: 15px;
	padding: 7px 0 0 0;
}

div.app_item_info h3 small {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

img.listing_icon {
	margin: 8px 0 0 -3px;
}

div.app_item_info span.deets, div.app_item_info span.deets a:link, div.app_item_info span.deets a:visited {
	color: #8b07a3;
	font: italic 11px Arial, Helvetica, sans-serif;
}

div.app_item_info span.deets {
	display: block;
	margin: 16px 0 0 0;
}

div.apps_listing_grid div.highlight, div.apps_listing_grid div.group_3 {
	background-color: #e9e9e9;
}

div.col div.back_2_apps {
	line-height: 36px;
	color: #888;
	font-size: 16px;
	position: absolute;
	top: 12px;
	left: 12px;
}

div.col div.back_2_apps a:link, div.col div.back_2_apps a:visited {
	line-height: 36px;
}

/* affiliate signup */

div.content_home {
	position: relative;
	width: 972px;
	margin: 430px auto 0 auto;
	background: transparent;
}

div.content {
	position: relative;
	width: 972px;
	margin: 146px auto 0 auto;
	background: transparent;
}

div.col_a {
	position: relative;
	float: left;
	width: 669px;
	background: url('/img/public2/page_extend_a.png') 0 0 repeat-y;
}

div.col_a div.page_top  {
	position: absolute;
	top: -10px;
	width: 669px;
	height: 10px;
	background: url('/img/public2/page_top_a.png') no-repeat;
}

div.col_a div.page_bottom {
	position: absolute;
	bottom: -9px;
	width: 669px;
	height: 9px;
	background: url('/img/public2/page_bottom_a.png') no-repeat;
}

div.col_a p {
	padding: 8px 52px;
	font: 13px Arial, sans-serif;
}

div.col_a img.tab_top {
	padding: 30px 0 0 5px;
}
div.col_a img.tab {
	padding: 0 0 0 5px;
}

div.col_a span.text1 {
	font: 16px/24px Georgia, serif;
	color: #000;
}
div.col_a span.text2 {
	font: 13px/24px Arial, sans-serif;
	color: #5e5e5e;
}

div.col_a div.box_a {
	position: relative;
	width: 560px;
	margin: 40px auto 20px auto;
	background: #f4f4f4;
	border: 1px solid #cdcdcd;
	border-width: 0 1px;
}

div.col_a div.box_a div.box_top  {
	position: absolute;
	top: -3px;
	left: 0;
	width: 560px;
	height: 3px;
	background: url('/img/public2/box_top_a.gif') no-repeat;
}

div.col_a div.box_a div.box_bottom {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 560px;
	height: 3px;
	background: url('/img/public2/box_bottom_a.gif') no-repeat;
}

div.col_a div.box_a img.icon {
	position: relative;
	float: left;
	margin: 26px 24px 0 40px;
}

div.col_a div.box_a div.text {
	position: relative;
	float: left;
	width: 390px;
	margin: 25px 0 0 0;
	padding: 0;
}

div.col_a h3 {
	margin: 0;
	padding: 0;
	color: #070707;
	font: 16px Georgia, serif;
}
div.col_a h3.new {
	height: 29px;
	margin: 0 0 -12px 0;
	padding: 5px 0 0 46px;
	background: url('/img/public2/icon_new.jpg') no-repeat;
}

div.col_a div.box_a p {
	margin: 0;
	padding: 8px 0;
	font: 13px/18px Arial, sans-serif;
	color: #606060;
}

div.col_a div.box_a div.hr {
	clear: both;
	height: 1px;
	margin: 20px 0 6px 0;
	background: #cdcdcd;
}

div.col_a div.bottom_msg {	
	width: 314px;
	height: 43px;
	margin: 44px auto 22px auto;
}
div.col_a div.bottom_msg p {
	position: relative;
	float: left;
	margin: 0;
	padding: 9px 20px 0 0;
	color: #070707;
	font: 20px Georgia, serif;
}
div.col_a div.bottom_msg img {
	position: relative;
	float: left;
}

div.col_b {
	position: relative;
	float: left;
	width: 275px;
	margin: 176px 0 0 20px;
	background: url('/img/public2/page_extend_b.gif') repeat-y;
}

div.col_b div.page_top {
	position: absolute;
	top: -173px;
	width: 275px;
	height: 173px;
	background: url('/img/public2/page_top_b.jpg') no-repeat;
}

div.col_b div.page_bottom {
	position: absolute;
	bottom: -5px;
	width: 275px;
	height: 5px;
	background: url('/img/public2/page_bottom_b.gif') no-repeat;
}

div.col_b div.page_top img {
	margin: 18px auto;
}
div.col_b div.page_top p {
	margin: 0;
	padding: 0 26px 0 30px;
	font: 14px Arial, sans-serif;
	color: #616161;
}

div.col_b div.page_top a:link, div.col_b div.page_top a:visited {
	font: italic 14px Georgia, serif;
	color: #6a06a6;
	text-decoration: none;
}
div.col_b div.page_top a:hover {
	text-decoration: underline;
}

div.col_b img.tab_top {
	padding: 34px 0 0 1px;
}
div.col_b img.tab {
	padding: 0 0 0 1px;
}

div.col_b a.tab_link {
	position: relative;
	float: right;
	margin: 50px 30px 0 0;
	font: italic 14px Georgia, serif;
	color: #6a06a6;
}
div.col_b a.tab_link:link, div.col_b a.tab_link:visited {
	text-decoration: none;
}
div.col_b a.tab_link:hover {
	text-decoration: underline;
}

div.col_b ul#twitter_update_list li {
	margin: 0;
	padding: 22px 38px 5px 38px;
	color: #616161;
	font: 13px/20px Arial, sans-serif;
}

div.col_b ul#twitter_update_list li a:link, div.col_b ul#twitter_update_list li a:visited {
	font: italic 13px Arial, sans-serif;
	color: #6a06a6;
	text-decoration: none;
}
div.col_b ul#twitter_update_list li a:hover {
	text-decoration: underline;
}

div.col_b ul#twitter_update_list li span {
	display: block;
	margin: 0;
}

div.col_b div.blog {
	margin: 0;
	padding: 22px 38px 5px 38px;
	color: #616161;
	font: 13px/20px Arial, sans-serif;
}

div.col_b div.blog p {
	margin: 0;
	padding: 0;
}

div.col_b div.blog a:link, div.col_b div.blog a:visited {
	font: italic 13px Arial, sans-serif;
	color: #6a06a6;
	text-decoration: none;
}
div.col_b div.blog a:hover {
	text-decoration: underline;
}

div.col_b div.blog span.posted {
	font: italic 11px/20px Arial, sans-serif;
	color: #a19f9f;
}

div.col_b div.hr {
	clear: both;
	height: 1px;
	margin: 40px 0 35px 0;
	background: #dce5e9;
}
div.col_b div.hr2 {
	clear: both;
	height: 1px;
	margin: 34px 0 35px 0;
	background: #dce5e9;
}

div.col_b form.newsletter {
	padding: 26px 34px 0 34px;
	font: 14px/20px Arial, sans-serif;
	color: #2e2e2e;
}

div.col_b form.newsletter input.email {
	width: 111px;
	height: 16px;
	margin: 17px 0 0 0;
	padding: 9px;
	background: url('/img/public2/input_mailing.gif') no-repeat;
	border-width: 0;
	color: #a0a0a0;
	font: italic 11px Georgia, serif;
}

div.col_b form.newsletter input.submit {
	vertical-align: bottom;
}

div.col_b img.rss_icon {
	position: relative;
	float: left;
	margin: 0 0 0 30px;
}

div.col_b a.rss_link {
	position: relative;
	float: left;
	margin: 6px 0 0 14px;
	font: italic 14px Georgia, serif;
	color: #6a06a6;
}

div.col_b a.rss_link:link, div.col_b a.rss_link:visited {
	text-decoration: none;
}

div.col_b a.rss_link:hover {
	text-decoration: underline;
}

div.col {
	position: relative;
	float: left;
	width: 940px;
	background: url('/img/public2/page_extend.png') 0 0 repeat-y;
}

div.col div.page_top  {
	position: absolute;
	top: -10px;
	left: 0;
	width: 940px;
	height: 10px;
	background: url('/img/public2/page_top.png') no-repeat;
}

div.col div.page_bottom {
	position: absolute;
	bottom: -11px;
	width: 940px;
	height: 11px;
	background: url('/img/public2/page_bottom.png') no-repeat;
}

div.col p {
	padding: 8px 52px;
	font: 13px/20px Arial, sans-serif;
}

div.col div.row_a {
	width: 877px;
	min-height: 522px;
	margin: 0 auto;
	background: url('/img/public2/page_inside.jpg') no-repeat;
}

div.col div.row_a div.col_a {
	width: 350px;
	margin: 70px 0 0 60px;
	padding: 0;
	background: transparent;
}

div.col div.row_a div.col_a h3 {
	font: 34px Georgia, serif;
	color: #222;
	margin: 0 0 34px 0;
	padding: 0;
}

div.col div.row_a div.col_a p.phrase1 {
	font: 23px Georgia, serif;
	color: #8b57b6;
	margin: 0 0 34px 0;
	padding: 0;
}

div.col div.row_a div.col_a p.phrase2 {
	font: 18px Georgia, serif;
	color: #303030;
	margin: 0;
	padding: 0;
}

div.col div.row_a div.col_a p.phrase2 a:link, div.col div.row_a div.col_a p.phrase2 a:visited {
	font: italic 18px Georgia, serif;
	color: #6a06a6;
	text-decoration: none;
}
div.col div.row_a div.col_a p.phrase2 a:hover {
	text-decoration: underline;
}

div.col div.row_a div.col_b {
	width: 260px;
	margin: 70px 0 0 130px;
	padding: 0;
	font: 12px Arial, sans-serif;
	background: transparent;
	color: #000;
}

div.col div.row_a div.col_b h3 {
	font: 34px Georgia, serif;
	color: #222;
	margin: 0 0 20px 0;
	padding: 0;
}

div.col div.row_a div.col_b label {
	font: 13px Arial, sans-serif;
	color: #464545;
}

div.col div.row_a div.col_b input.text {
	width: 230px;
	padding: 5px;
/*	margin: 10px 0 14px 0;*/
	color: #000;
}

div.col div.row_a div.col_b div.fields {
	margin: 10px 0 14px;
}

div.error {
	color: #ff0c0c;
	margin: 6px 0 0 0;
	line-height: 14px;
}
div.error img {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}

div.col div.row_a div.col_b input.submit {
	position: relative;
	float: right;
	margin: 18px 18px 10px 0;
}

div.col div.row_a div.col_b div.checkbox {
	float: left; 
	width: 20px; 
	margin: 13px 7px 0 0;
}
div.col div.row_a div.col_b div.checkbox_text {
	float: left; 
	width: 230px; 
	margin: 10px 0 0 0;
}

div.col a:link, div.col a:visited {
	font: italic 12px Georgia, serif;
	color: #6a06a6;
	text-decoration: none;
}
div.col a:hover {
	text-decoration: underline;
}

div.col div.row_b {
	width: 797px;
	margin: 0 auto 10px auto;
	padding: 30px 40px;
	background: #f1f2f3;
	color: #434d52;
	font: 14px Arial, sans-serif;
}

div.col div.row_b img.icon {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

div.col div.row_b div.col_b {
	position: relative;
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	background: transparent;
}

div.col div.row_b div.col_b h4 {
	font: 24px Georgia, serif;
	color: #000;
	margin: 0;
	padding: 0;
}

div.col div.row_b div.col_b p {
	margin: 6px 0;
	padding: 0;
}

div.col div.row_c {
	width: 797px;
	margin: 0 auto 10px auto;
	padding: 30px 40px;
	background: #f7f7f7;
	color: #434d52;
	font: 14px Arial, sans-serif;
}

div.col div.row_c img.icon {
	position: relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

div.col div.row_c div.col_b {
	position: relative;
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
	background: transparent;
}

div.col div.row_c div.col_b h4 {
	font: 24px Georgia, serif;
	color: #000;
	margin: 0;
	padding: 0;
}

div.col div.row_c div.col_b p {
	margin: 6px 0;
	padding: 0;
}

/* the dreaded merge */
ul.basic_info li {
	width: 550px;
	float: left;
	clear: both;
}
ul.basic_info li label {
	color: #464545;
	display: block;
	width: 160px;
	text-align: right;
	padding-right: 8px;
	line-height: 45px;
}
ul.basic_info li label.label_affil {
	line-height: 12px;
	margin-top: 12px;
}
ul.basic_info li label.label_genre {
	line-height: 9px;
	margin-top: 9px;
}
ul.basic_info div.align_left {
	padding: 4px 0 4px 7px;
	width: 375px;
	margin: 5px 0;
	position: relative;
}
ul.basic_info div.align_left span {
	position: absolute;
	display: block;
	line-height: 14px;
	top: 10px;
	left: 190px;
}

ul.basic_info div.align_left span img {
	float: left;
	margin-right: .5em;
}

ul.basic_info li.ok div.align_left {
	background: #e5f7dc;
}	

ul.basic_info li.ok div.align_left span {
		color: #6ea851;
}

ul.basic_info li.oops div.align_left {
	background: #ffdbdb;
}

ul.basic_info li.oops div.align_left span {
	color: #e7424e;
}

ul.basic_info li input {
	background: white;
	border: 1px solid;
	border-color: #777 #ccc #f0f0f0 #ccc;
	padding: 5px 2px 4px 2px;
	height: 16px;
	color: #777;
	width: 161px;
}

ul.basic_info li option {
	width: 149px;
}
div.paginator {
	margin: 30px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	overflow: hidden;
}

div.paginator * {
	float: left;
	display: block;
	margin-right: 2px;
}

div.paginator strong, div.paginator a {
/*	padding: 3px 5px;*/
	padding: 0 5px;
	line-height: 24px;
}

div.paginator a:link, div.paginator a:visited {
	font: 11px Arial, Helvetica, sans-serif;	
	background: white;
	text-decoration: none;
	border: 1px solid #740085;
	line-height: 24px;
}

div.paginator a:hover, div.paginator strong {
	background: #740085;
	color: white;
	border: 1px solid #740085;
}

div.paginator strong {
	font-weight: normal;
}

/* ======================= */
/* = API Overview Styles = */
/* ======================= */

div.api_box_outer {
	-moz-box-shadow: 2px 2px 15px #888;
	-webkit-box-shadow: 2px 2px 15px #888;
	width: 938px;
	margin: 180px auto;
	background: white;
	padding: 16px;
}

div.api_box_inner {
	background: white url('/img/public3/api/api_overview_bg.jpg') 0 0 no-repeat;
	padding: 232px 35px 37px 31px;
}

div.api_overview {
	background: #f1f3f4;
	border: 6px solid #eee;
	padding-bottom: 56px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
}

p#preamble {
	color: black;
	font: 30px/38px Georgia, "Palatino", serif;
	margin: 0;
	padding: 48px 134px 45px 111px;
}

p#preamble strong, p#preamble a:link, p#preamble a:visited {
	font-weight: normal;
	color: #0081dc;
	text-decoration: none;
}

ul.features li {
	padding: 0 132px 0 102px;
}

ul.features li img {
	float: left;
}

ul.features li div {
	padding: 0 0 0 109px;
}

div.api_page p {
	color: #444;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 38px 0;
}

div.api_page h3 {
	color: black;
	margin: 0 0 14px 0;
	font: 18px Georgia, "Palatino", serif;
}

div.ready {
	color: #444;
	font-size: 14px;
	padding: 22px 0 0 24px;
}

div.ready strong {
	display: block;
	color: black;
	font: normal 18px Georgia, "Palatino", serif;
	margin-bottom: 6px;
}

div.api_callout {
	background: url('/img/public3/api/callout_box.png') no-repeat scroll top left;
	width: 499px;
	height: 160px;
	margin: 0 auto;
}

img#api_get_started {
	margin: 19px auto auto;
}

div.wide_col {
	background: transparent url('/img/public3/wide_col_extend.png') 0 0 repeat-y;
	margin: 146px auto 0 auto;
	width: 978px;
	position: relative;
}

div.wide_col_top {
	background: transparent url('/img/public3/wide_col_top.png') 0 0 no-repeat;
	height: 4px;
	position: absolute;
	top: -4px;
	left: 0;
	width: 978px;
}

div.wide_col_bot {
	background: transparent url('/img/public3/wide_col_bot.png') 0 100% no-repeat;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 978px;
}

div.wide_col_content {
	padding: 16px 20px;
}

div.pro_signup div.wide_col_content {
	padding: 32px 43px 38px 38px;
}

div.signup_box {
	background: #f7f7f7;
	border: 1px solid #d4d4d4;
	padding: 64px 58px 56px 62px;
}

div.signup_box h1 {
	color: black;
	font: 28px/30px Georgia, "Palatino", serif;
}

div.steps_area {
	border: 10px solid black;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 48px 0 0 0;
}

div.steps_area div.gutter {
	padding: 42px 64px 42px 74px;
	background: white;
	overflow: hidden;
}

div#step1 div.gutter {
	padding: 42px 29px 39px 39px;
}

div.steps_area div.gutter .btn {
	padding: 8px 18px;
}

div.steps_area div.gutter div.gutter_gray_box {
	background: #f2f2f2;
	padding: 10px 9px 10px 9px;
}

div.gutter_gray_box div.shadow_box_ext {
	background: transparent url('/img/public3/shadow_box_ext.jpg') 0 0 repeat-y;
}

div.gutter_gray_box div.shadow_box_top {
	background: transparent url('/img/public3/shadow_box_top.jpg') 0 0 no-repeat;
	padding: 8px;
}

div.gutter_gray_box div.shadow_box_bot {
	background: transparent url('/img/public3/shadow_box_bot.jpg') 0 100% no-repeat;
}

div.shadow_box_top div.shadow_box_contents {
	background: black url('/img/public3/shadow_box_contents.jpg') 0 0 no-repeat;
}

p.copy {
	color: #444;
	font: 14px/21px Georgia, "Palatino", serif;
	padding: 0 0 0 36px;
	width: 550px;
	margin: 16px 0;
}

div.shadow_box_contents p.info {
	margin: 0 0 36px 0;
	font: 13px/24px Georgia, "Palatino", serif;
	color: white;
}

div.shadow_box_contents p.info a:link, div.shadow_box_contents p.info a:visited {
	color: #43d2fb;
	font-style: italic;
	text-decoration: none;
}

div.shadow_box_contents p.info a:hover {
	text-decoration: underline;
}

div#account_icon_name {
	padding: 42px 50px 0 49px;
}

div#app_name_goes_here {
	background: url('/img/public3/app_name_goes_here.jpg') no-repeat scroll top left;
	width: 144px;
	height: 48px;
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	color: white;
	padding: 17px 66px 0 274px;
	margin-bottom: 40px;
}

input#app_icon_name {
	width: 180px;
	height: 23px;
}

div#account_icon_name ul.form_list {
	padding: 0 0 66px 0;
}

div#account_icon_name label {
	width: 234px;
	padding: 0 18px 0 0;
	text-align: right;
}

div#account_icon_name li {
	padding: 0;
}

ul#choose_tier {
	margin: 0;
	padding: 42px 0;
}

ul#choose_tier li {
	padding: 0 34px 0 44px;
}

input.next_step {
	float: right;
	margin: 31px 0 0 0;
}

ul#choose_tier input {
	margin-right: 1em;
}

ul#choose_tier li#mid_choose {
	padding-top: 56px;
	padding-bottom: 56px;
}

ul#choose_tier h3 {
	font: 20px/22px Georgia, "Palatino", serif;
	color: white;
}

ul#choose_tier h3 small {
	font-size: 16px;
	float: right;
	color: #777;
}

div#plus_bar {
	overflow: hidden;
	padding: 0 0 0 29px;
}

img#icon {
	margin: 0 0 0 36px;
}

img#icon, div#plus_text {
	float: left;
}

div#plus_text {
	font: normal 12px/18px Georgia, "Palatino", serif;
	padding: 1px 0 0 28px;
	color: black;
	width: 606px;
}

div#get_started_now {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 34px;
}

div#get_started_now img {
	float: left;
}

div#moro_buy_options {
	background: transparent url('/img/public3/arrow_bg.png') 0 0 no-repeat;
	padding: 44px 0 0 34px;
	float: left;
	width: 904px;
	position: relative;
}

div#step1 div#moro_buy_options {
	height: 463px;
	background: #f2f2f2;
	float: none;
	overflow: hidden;
	width: auto;
	padding: 0 0 0 14px;
}

a.help:link, a.help:visited {
	color: #2687f4;
	font: italic 12px/17px Georgia, "Palatino", serif;
	text-decoration: none;
	margin: 30px 0 0 0;
	display: block;
}
span.colorme_or{
	color: #777777;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
}
a.help:hover {
	text-decoration: underline;
}

div#moro_buy_options img#every_budget {
	float: left;
	margin: 46px 0 0 0;
}
div.moro_option.first p{
	margin: 0 20px 0 36px;
	
}
div.moro_option {
	/*width: 165px;*/
	width: 221px;
	height: 410px;
	
	float: left;
	/*padding: 0 20px 0 36px;*/
	min-height: 260px;
	cursor: pointer;
}
div.moro_option_empty{
	width: 153px;
	float: left;
	padding: 0 20px 0 36px;
	min-height: 260px;
}
div.nb {
	font: 13px/27px Georgia, "Palatino", serif;
	color: #111;
	overflow: hidden;
	margin: 40px 0 0 26px;
	float: left;
}

div#step1 div.moro_option div.deets {
	visibility: hidden;
}

div#step1 div.active_option div.deets {
	visibility: visible;
}

div.nb img {
	float: left;
	margin-left: 8px;
}

div.nb img#for_droid {
	margin-right: 18px;
}

div.nb span {
	color: #888;
}

div.moro_option h3 {
	color: #999;
	font: 36px/38px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 23px 0 0 0;
	margin-right: 20px;
	margin-left: 36px;
	margin-bottom: 8px;
}

div.moro_option h3.core, div#moro_buy_options div.active_option h3.core, div#moro_buy_options div.active_option p.core, div#moro_buy_options p.core{
	color: #2c2e31;
	margin-top: 20px;

}
div.moro_option h3.plus,div#moro_buy_options div.active_option h3.plus, div#moro_buy_options div.active_option p.plus, div#moro_buy_options p.plus{
	color: #2687f4;
	
	margin-top: 20px;

}
div.moro_option h3.pro,div#moro_buy_options div.active_option h3.pro, div#moro_buy_options div.active_option p.pro, div#moro_buy_options p.pro{
	color: #7612b0;
	
	margin-top: 20px;

}
div#moro_buy_options div.active_option ul.fees i{
	visibility: visible;
}
div#moro_buy_options ul.fees i{
	visibility: hidden;
}
div#step1 div#moro_buy_options div.inactive * {
	color: #ddd;
}

div#step1 div#moro_buy_options div.inactive h3 {
	color: #cacbcb;
}

div.moro_option h4 {
	color: #888;
	font: italic 12px/17px Georgia, "Palatino", serif;
	margin: 0 0 8px 36px;
}

div.moro_option p {
	color: #878686;
	font: italic 12px/16px Georgia, "Palatino", serif;
	margin: 0 20px 0 36px;
}

div#core p {
	margin-bottom: 44px;
}
ul.moro_increments{
	position: relative;
	float: right;
	padding: 0;
	margin: 214px 0 0 0;
	width: 147px;
}
ul.moro_increments li{
	color: #000;
	font-weight: bold;
}
ul.moro_increments li.first{
	margin: 0 0 123px 0;

}
div#moro_buy_options div.active_option {
	background: transparent url('/img/public3/active_option.png') 0 0  no-repeat;
}

div#moro_buy_options div.active_option.first {
	background: transparent url('/img/public3/active_option_no_border.png') 0 0 no-repeat;
}
div#moro_buy_options div.active_option.last {
	background: transparent url('/img/public3/active_option_purple.png') 0 0 no-repeat;
}
div#step1 div#moro_buy_options div.active_option {
	background: transparent url('/img/public3/step1_active.jpg') 0 0 no-repeat;
}
.fees_spacer{
	margin-top: 20px;
}
.fees_firstlevel{
	margin-top: 0;
}
ul.fees {
	color: #858580;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 36px;
}

ul.fees li {
	line-height: 21px;
	position: relative;
}

div#step1 ul.fees li {
	padding-left: 24px;
}

div#step1 ul.noradio li {
	padding-left: 0;
}

div#step1 p.app_type {
	margin-bottom: 10px;
}

div#step1 ul.fees li input {
	position: absolute;
	left: 0;
	top: 5px;
}

ul.fees strong {
	color: black;
}

ul.extras {
	/*margin: 6px 0 16px 0;*/
	margin: 6px 20px 16px 36px;
}

ul.extras li {
	color: #555;
	font: italic 12px/18px Georgia, "Palatino", serif;
	/* 
	list markers removed because the spacing is too much in IE 
	list-style-type: disc;
	list-style-position: inside;
	*/
	list-style: none;
}
div.features_header{
	background: url('/img/public3/features_header.png') no-repeat top left;
	width: 872px;
	height: 65px;
	padding: 0 0 15px 0;
}

div.features_header_black{
	background: url('/img/public3/features_header_black.png') no-repeat top left;
	width: 872px;
	height: 65px;
	padding: 0 0 15px 0;
}
div.features_header p, div#features_table_wrap div.features_header_black p{
	font-size: 16px;
	padding: 25px 0 0 25px;
	margin: 50px 0 0 0;
	font-family: Georgia;
}
div.features_header p b{
	font-family: Arial;
}
div#features_table_wrap div.features_header_black p b{
	font-family: Arial;
	color: #fff;
}

div#features_table_wrap {
	background: #f0f0f0 url('/img/public3/feature_table_bg.jpg') 0 0 repeat-x;
	padding: 50px 33px 34px 31px;
	overflow: hidden;
}

div#features_table_wrap td {
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 10px;
	text-align: center;
}

div#features_table_wrap td.info_cell {
	color: #777;
	font: normal 12px Georgia, "Palatino", serif;
	text-align: right;
	width: 213px;
	padding-right: 90px;
}

td.classic_cell {
	color: #878686;
	width: 224px;
}

td.plus_cell {
	color: #1778e8;
	width: 200px;
}

td.pro_cell {
	color: #8635f4;
	width: 147px;
}
.thequestion_overage, .thequestion_threshold, .thequestion_customtheme, .thequestion_customsections, .thequestion_productupdates, .thequestion_resubmits{
	background: url('/img/public3/question_gray.png') no-repeat 93% 1%;
	height: 24px;
	width: 23px;

}
.thequestion_mvr_overage, .thequestion_mvr_threshold, .thequestion_mvr_customtheme, .thequestion_mvr_customsections, .thequestion_mvr_productupdates, .thequestion_mvr_resubmits{
	width: 248px;
	color: #000;
	font-weight: normal;
	background: #fff;
	border: solid 5px #ebeced;
	padding: 10px;
	display: none;
	line-height: 1.5em;
	position: relative;
	bottom: 40px;
	right: 100px;
}
div#features_table_wrap div.row {
	padding: 10px 0;
}

div#features_table_wrap div.row div {
	float: left;
}

div#features_table_wrap div.row div img {
	display: inline;
	vertical-align: middle;
	padding-top: 2px;
}

div#features_table_wrap div.info_cell {
	color: #777;
	font: normal 12px Georgia, "Palatino", serif;
	width: 213px;	
	text-align: right;
}

div#features_table_wrap div.classic_cell {
	color: #878686;
	width: 221px;
	text-align: center;
	font-weight: bold;
}

div#features_table_wrap div.pro_cell {
	/*color: #8635f4;*/
	color: #9113da;
	width: 218px;
	text-align: center;
	font-weight: bold;
}

div#features_table_wrap div.plus_cell {
	color: #1778e8;
	width: 220px;
	text-align: center;
	font-weight: bold;
}

div#features_table_wrap div.even {
	background: white;
}

div.available {
	color: #1b1b1b;
	font: 15px Georgia, "Palatino", serif;
	float: left;
	padding: 34px 0 0 0;
}

div.existing {
	float: right;
	font: 15px Georgia, "Palatino", serif;
	color: #878787;
	padding: 34px 0 0 0;
}

div.existing strong {
	font-weight: normal;
	color: black;
}

div.existing a:link {
	color: #0670e9;
	font-style: italic;
}

div.first_1000 {
	clear: both;
	color: #a2a1a1;
	padding: 27px 33px 16px 31px;
	font: italic 12px/20px Georgia, "Palatino", serif;
}

h2.steps_subheader {
	color: black;
	font: 22px/24px Georgia, "Palatino", serif;
	margin: 0 0 24px 0;
}

div.current_steps {
	overflow: hidden;
}

div.current_steps ul {
	margin: 0;
	height: 74px;
	position: relative;
	background: transparent url('/img/public3/current_steps_bg.jpg') 0 0 no-repeat;
	width: 757px;
}

div.current_steps li {
	color: white;
	float: left;
	display: block;
	position: relative;
	font: bold 14px/74px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.current_steps li span {
	display: block;
	padding-left: 68px;
}

div.current_steps li img {
	position: absolute;
	top: 20px;
	left: 26px;
}

div.current_steps li {
	width: 151px;
}

div.current_steps li.active span {
	background: transparent url('/img/public3/step_bg_on.jpg') 0 0 no-repeat;
}

div.current_steps a {
	color: white;
	text-decoration: none;
}

div.app_type {
	color: white;
	font: 20px/22px Georgia, "Palatino", serif;
	float: left;
	padding-left: 18px;
}

div.app_type input {
	float: left;
	margin: 4px 1em 0 0;
}

div.app_type_price {
	float: right;
	color: #777;
	font: 16px/18px Georgia, "Palatino", serif;
}

ul.form_list {
	margin: 0;
	padding: 55px 0 46px 0;
}

ul.form_list li {
	overflow: hidden;
	padding-bottom: 28px;
}

ul.form_list label, ul.form_list input, ul.form_list select {
	float: left;
}

ul.form_list label {
	color: white;
	font: 20px/22px Georgia, "Palatino", serif;
	display: block;
	width: 170px;
	padding: 6px 32px 0 74px;
	text-align: right;
}

ul.form_list select {
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 8px;
}

ul.form_list input {
	width: 213px;
	height: 23px;
	background: white;
	padding: 4px 6px;
	font: 20px Georgia, "Palatino", serif;
	color: #777;
	border: 1px solid;
	border-color: #808080 #bfbfbf #eaeaea #bfbfbf;
}

div.combined {
	color: #00addf;
	position: relative;
	min-height: 31px;
}

span#original {
	position: absolute;
	top: -24px;
	color: #777;
}

div#choose_android {
	margin: 4px 0 0 0;
}

div.add_custom {
	background: transparent url('/img/public3/blue_gradient_repeat.jpg') 0 0 repeat-x;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: white;
	text-transform: uppercase;
	padding: 21px 0 0 18px;
	height: 46px;
	margin-top: 34px;
}

div#solo_custom {
	padding: 21px 28px;
}

div#solo_custom div.add_custom {
	position: relative;
}

div#solo_custom div.add_custom {
	margin: 0;
}

div.add_custom strong {
	font-size: 18px;
}

div.add_custom input {
	float: left;
	margin: 4px 1em 0 0;
}

div#payment_information_confirmation div.add_custom {
	line-height: 67px;
	padding: 0;
	overflow: hidden;
	height: auto;
}

div#confirm_sign_up {
	background: transparent url('/img/public3/confirm_sign_me_up.jpg') 0 0 no-repeat;
	height: 58px;
	overflow: hidden;
	padding: 19px 22px 0 0;
	margin-top: 14px;
}

div#confirm_sign_up input {
	float: right;
}

div#payment_information_confirmation div.add_custom input {
	margin-top: 26px;
	margin-left: 24px;
}

div.choose_platforms {
	padding: 42px 24px 28px 24px;
}

div#payment_information ul.form_list {
	padding: 0 0 17px 0;
}

div#payment_information ul.form_list select {
	margin-right: 10px;
}

div#payment_information p.info {
	padding: 42px 42px 0 50px;
}

div#cards {
	overflow: hidden;
	padding: 40px 0 20px 240px;
}

div#cards img {
	float: left;
	margin-left: 7px;
}

div#payment_information_confirmation {
	padding: 42px 24px 60px 25px;
}

/* completed steps */
div.current_steps li.completed span {
	background: transparent url('/img/public3/step_bg_completed.jpg') 0 0 no-repeat;
}

/* for diff. widths of rollovers */
li#account, li#app_name {
	width: 151px;
}

/* positioned inline via JS */
div#moro_buy_options img#pointer {
	position: absolute;
	top: 36px;
	z-index: 5;
}

div#upgrade_callout {
	background: black url('/img/public3/upgrade_callout_bg.jpg') 0 0 no-repeat;
	border: 10px solid #504f4f;
	margin: 8px 12px 0 10px;
	padding: 44px 0 44px 172px;
}

div#upgrade_callout h2 {
	color: white;
	text-transform: uppercase;
	font: normal 24px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

div#upgrade_callout h2 strong {
	font-weight: normal;
	color: #83c3ff;
}

div#upgrade_callout small {
	color: #c0bbbb;
	font: 17px Georgia, "Palatino", serif;
	padding-left: 2px;
}

div#existing_account {
	float: left;
	width: 324px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	border-radius: 4px; /* Opera 10.5, IE 9 */
	margin: 17px 61px 0 44px;
}

div.fade_back {
	background: white;
	padding: 4px 6px 6px 5px;
}

div.fade_top {
	background: transparent url('/img/public3/fade_bg.png') 0 0 no-repeat;
	padding: 34px 0 0 64px;
	height: 204px;
}

div.fade_icon, div.fade_title {
	float: left;
}

div.fade_icon {
	margin-bottom: 25px;
}

div.fade_title {
	color: black;
	font: 18px/23px Georgia, "Palatino", serif;
	padding: 22px 0 0 10px;
}

div.upgrade_from {
	clear: both;
	color: #2d2f32;
	font: 14px Georgia, "Palatino", serif;
	padding: 0 0 6px 18px;
}

div.current_app {
	color: #999;
	font: 36px/38px Arial, Helvetica, sans-serif;
	padding-left: 16px;
}

div.current_app h4 {
	margin-right: 17px;
}

div.current_app img {
	margin: 8px 6px 0 0;
}

div.current_app h4, div.current_app img {
	float: left;
}

span.newprice {
	color: #22b548;
	font-weight: bold;
}

div.moro_option p.percent_off {
	width: 146px;
	margin-bottom: 12px;
}

a.question_link:link, a.question_link:visited {
	background: url('/img/public3/question.png') no-repeat scroll top left;
	width: 29px;
	height: 28px;
	display: block;
	text-indent: -9999em;
	position: absolute;
	right: 14px;
	top: 18px
}

div#youve_been_upgraded {
	padding: 48px 50px 48px 50px;
}

div#youve_been_upgraded p {
	color: #ababab;
	margin: 0;
	font: 16px/22px Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
	clear: both;
}

h2#thanks_and_welcome {
	color: white;
	font: 18px/34px Georgia, "Palatino", serif;
	float: left;
}

img#thanks_ike {
	float: left;
	margin: 0 0 41px 12px;
}

input#take_me {
	display: block;
	margin: 60px auto 0 auto;
}
/* for partners */
div.leftCol, div.rightCol{
	float: left;
}
div.leftCol{
	width: 450px;
}
div.rightCol{
	width: 300px;
	float: right;
}
div.supportedTech{
	float: right;
}

div.partnerco_logolink{
	height: 50px;
	position: relative;
	margin: 30px 0 30px 0;
}
div.gravity{
	clear: both;
}
a.partnerco_logo{
	position: absolute;
	bottom: 0;
	left: 0;
}
a.partnerco_link{
	color: #929292 !important;
	position: absolute;
	right: 0;
	bottom: 0;
}


div.partnerco{
	background-color: none;
}
div.stTop{
	height: 356px;
	width: 294px;
	background: url('/img/partners/graytop.jpg') no-repeat;
}

div.stMiddle{
	width: 294px;
	height: 2350px;
	background: url('/img/partners/grayrepeat.jpg') repeat-y;
}
div.stBottom{
	height: 7px;
	width: 294px;
	background: url('/img/partners/graybottom.jpg') no-repeat;
}
table#customersinclude{
	margin: 0 auto;
	width: 231px;
}

table#customersinclude td {
	padding: 0.5em 0;
}

td.customersinclude_font{
	size: 30px;
	height: 90px;
	color: #333;
	font-weight: bold;
}

div#custom_theme_page {
	padding: 32px 43px 32px 38px;
}

div#custom_theme_box {
	background-color: #f7f7f7;
	border: 1px solid #d4d4d4;
	padding: 54px 46px 46px 52px;
}

h1#custom_theme_header {
	color: black;
	font: 26px/28px Georgia, "Palatino", serif;
	margin: 0 0 13px 15px;
}

p#custom_theme_preamble {
	color: #8f8d8d;
	font: 15px/20px Arial, Helvetica, sans-serif;
	margin: 0 0 42px 15px;
}

div.gaussian_ext {
	background: url('/img/public3/gaussian_ext.jpg') 0 0 repeat-y;
	width: 797px;
}

div.gaussian_bot {
	background: transparent url('/img/public3/gaussian_bot.jpg') 0 100% no-repeat;
	padding-bottom: 10px;
}

div.gaussian_top {
	background: transparent url('/img/public3/gaussian_top.jpg') 0 0 no-repeat;
	padding-top: 10px;
}

div.gaussian_contents {
	background: transparent url('/img/public3/gaussian_contents_bg.jpg') 50% 0 no-repeat;
	padding: 0 10px;
}

h2.gaussian_contents_hdr {
	color: white;
	font: 22px/24px Georgia, "Palatino", serif;
	padding: 26px 0 0 31px;
}

div#custom_theme_bullets {
	width: 386px;
	float: left;
	margin: 0 59px 0 0;
}

div#includes_cols {
	background: transparent url('/img/public3/includes_cols.jpg') 0 0 no-repeat;
	overflow: hidden;
	height: 535px;
}

div#custom_theme_bullets h2.gaussian_contents_hdr {
	padding: 31px 0 32px 51px;
	border-bottom: 1px solid #2e2e2e;
}

div.gaussian_contents div.gutter {
	padding: 20px;
}

ol.theme_process { 
	margin: 20px 0 0 49px;
	padding: 0;
}

ol.theme_process li {
	color: #00afff;
	list-style-type: decimal;
	font-weight: bold;
	padding: 0 42px 20px 0;
}

ol.theme_process li span {
	color: #b8b8b8;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
}

div#custom_theme_bullets ul {
	margin: 0;
}

div#custom_theme_bullets ul li {
	background: transparent url('/img/public3/theme_bullet.jpg') 23px 50% no-repeat;
	border-bottom: 1px solid #2e2e2e;
	color: #bcb5b5;
	font: 14px/20px Georgia, "Palatino", serif;
	padding: 18px 24px 18px 50px;
}

div.see_the_custom_apps {
	overflow: hidden;
	padding: 0 0 30px 50px;
}

div.see_the_custom_apps img {
	float: left;
	margin: 0 24px 0 0;
}

h3.see_custom_app_hdr {
	color: white;
	font: 16px/21px Georgia, "Palatino", serif;
	padding: 26px 0 12px 50px;
}

div#one_time_custom_fee {
	color: white;
	font: 20px/67px Helvetica, Arial, sans-serif;
	background: transparent url('/img/public3/one_time_fee_bg.jpg') 0 0 repeat-x;
	text-align: center;
}

#one_time_custom_fee_button {
	background: url('/img/public3/one_time_fee_button.png') no-repeat scroll top left;
	width: 174px;
	height: 46px;
	float: right;
	font-size: 18px;
	line-height: 46px;
	margin: 11px 24px 0 0;
}

#one_time_custom_fee_button a:link, #one_time_custom_fee_button a:visited {
	color: black;
	text-decoration: none;
	display: block;
	text-align: center;
}

div#theme_preview_slides {
	width: 280px;
	height: 420px;
	margin-top: 58px;
}
