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;
}

.sign_up_button { 
  color: #ffffff; 
  font-family: Helvetica, Arial; 
  font-size: 14px; 
  font-weight: bold; 
  padding: 8px 20px 8px 20px; 
  -moz-border-radius: 3px;  
  -moz-box-shadow: 0px 0px 3px #888; 
  -webkit-border-radius: 3px; 
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4); 
  padding: 10px 15px; 
  width: 165px;
  text-align: center; 
  margin: 0 25px;
  cursor: pointer;
} 

a.sign_up_button {
  color: #ffffff;
  text-decoration: none;
  display: block;
  float: left;
  padding: 10px 0;
  margin: 0 23px;
  overflow: hidden;
}
 
 
.sign_up_button.grey { 
  background: #cccccc; 
  background: -moz-linear-gradient(top, #cccccc 0%, #a0a0a0 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#a0a0a0)); 
  background: -webkit-linear-gradient(top, #cccccc 0%,#a0a0a0 100%); 
  background: -o-linear-gradient(top, #cccccc 0%,#a0a0a0 100%); 
  background: -ms-linear-gradient(top, #cccccc 0%,#a0a0a0 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#a0a0a0',GradientType=0 ); 
  background: linear-gradient(top, #cccccc 0%,#a0a0a0 100%); 
  border: 3px solid #cccccc; 
  text-shadow: 0px 1px 0px #666666; 
} 
 
.sign_up_button.grey:hover { 
 border-color: #a0a0a0; 
} 
 
 
.sign_up_button.blue { 
  background: #78d7ff; 
  background: -moz-linear-gradient(top, #78d7ff 0%, #08b1f6 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d7ff), color-stop(100%,#08b1f6)); 
  background: -webkit-linear-gradient(top, #78d7ff 0%,#08b1f6 100%); 
  background: -o-linear-gradient(top, #78d7ff 0%,#08b1f6 100%); 
  background: -ms-linear-gradient(top, #78d7ff 0%,#08b1f6 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d7ff', endColorstr='#08b1f6',GradientType=0 ); 
  background: linear-gradient(top, #78d7ff 0%,#08b1f6 100%); 
  border: 3px solid #66cdfd; 
  text-shadow: 0px 1px 0px #02a2e4; 
  filter: dropshadow(color=#, offx=0, offy=1); 
} 
 
.sign_up_button.blue:hover { 
 border-color: #08b1f6; 
} 
 
.sign_up_button.purple { 
  background: #a546e0; 
  background: -moz-linear-gradient(top, #a546e0 0%, #6b0aa9 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a546e0), color-stop(100%,#6b0aa9)); 
  background: -webkit-linear-gradient(top, #a546e0 0%,#6b0aa9 100%); 
  background: -o-linear-gradient(top, #a546e0 0%,#6b0aa9 100%); 
  background: -ms-linear-gradient(top, #a546e0 0%,#6b0aa9 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a546e0', endColorstr='#6b0aa9',GradientType=0 ); 
  background: linear-gradient(top, #a546e0 0%,#6b0aa9 100%); 
  border: 3px solid #a446e0; 
  text-shadow: 0px 1px 0px #6b0aa9; 
  filter: dropshadow(color=#, offx=0, offy=1); 
} 
 
.sign_up_button.purple:hover { 
 border-color: #6b0aa9; 
}

div#callout .btn {
	padding: 5px 21px;
	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: 84px;
	left: 26px;
}

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

div#pricing_tabs {
	position: absolute;
	top: 114px;
	right: 30px;
	overflow: hidden;
}

div#pricing_tabs span {
	display: block;
	padding: 0 20px;
	
}

a#tab_signup:link, a#tab_signup:visited {
	color: white;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font: 13px/35px Helvetica, Arial sans-serif;
	background: transparent url('/img/public2/signup_tab_right.jpg') 100% 0 no-repeat;
}

a#tab_signup strong {
	background: transparent url('/img/public2/signup_tab_left.jpg') 0 0 no-repeat;
	display: block;
	padding: 0 18px;
}

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 {
	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#nav_home a {
	position: absolute;
	top: 0;
	left: 4px;
	width: 100px;
	height: 49px;
}

div.public_nav li#nav_tour a {
	position: absolute;
	top: 0;
	left: 104px;
	width: 103px;
	height: 49px;
}

div.public_nav li#nav_pricing a {
	position: absolute;
	top: 0;
	left: 207px;
	width: 114px;
	height: 49px;
}

div.public_nav li#nav_whymoro a {
	position: absolute;
	top: 0;
	left: 321px;
	width: 140px;
	height: 49px;
}


div.public_nav li#nav_faqs a {
	position: absolute;
	top: 0;
	left: 321px;
	width: 99px;
	height: 49px;
}


div.public_nav li#nav_blog a {
	position: absolute;
	top: 0;
	left: 462px;
	width: 102px;
	height: 49px;
}

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, div.public_nav li#nav_contact a.active {
	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;
	margin: 16px 20px 16px 50px;
	padding: 40px;
	font: 13px/18px "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	border: 1px solid #d4d4d4;
	color: #464545;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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('http://cdn.mblrd.com/i/1-1/ca/aHR0cDovL21vYmlsZXJvYWRpZS5jb20vaW1nL3B1YmxpYzMvY29udGVudF9ncmFkaWVudDA3MjYxMC5wbmc,') 50% 0 no-repeat;
}

#newindex #maincontent {
	height: 724px;
	margin: auto;
	position: relative;
	width: 1000px;
}

.featured-container {
  height:316px;
  width:187px;
  position:relative;
}

.featured-shell {
  position:absolute;
  top:0;
  left:0;
  z-index:10;
}

.featured-app {
  position:absolute;
  top:18px;
  left:45px;
}

#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('http://cdn.mblrd.com/i/1-1/ca/aHR0cDovL21vYmlsZXJvYWRpZS5jb20vaW1nL3B1YmxpYzMvd2hpdGViYXIucG5n');
	height: 223px;
	left: -58px;
	position: absolute;
	top: 443px;
	width: 962px;
    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;
}

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

#newindex #footerwrap {
	background-color: #232121;
	border-top: 1px solid #4a4848;
	height: 560px;
	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 {
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #181818;
	color: #b7b7b7;/*616161*/
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 44px;
	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;
	line-height: 18px;
}
#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;
}

/* =============================== */
/* = 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;
	background-color: #5f5f5f;	
}

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, #tour_content div#get_started_now {
	clear: both;
	overflow: hidden;
  padding: 35px 0 0 30px; 
  background: url('/img/public3/get_started_now_bg.png') 0 0 no-repeat; 
  width: 843px; 
  height: 76px; 
  margin: 0 0 0 31px;
}

#get_started_now .started_text { 
  font: 18px Helvetica, Arial, sans-serif; 
  color: #ffffff; 
  width: 160px; 
  text-align: center; 
  margin:-10px 27px 0 0; 
  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: 221px;
	padding-bottom: 36px;
	float: left;
	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: 0 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;
	height: 74px;
}

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;
}

/*---------- @ why moro? ----------*/

div#layout {
	width: 920px;
	margin: 150px auto 0;
	border: 10px solid white;
	background-color: #fafafa;
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888; 
	box-shadow: 0px 0px 4px #888; 
	padding: 17px 20px 20px;
}

div#layout a:link, div#layout a:visited {
	color: #8100D0;
}

div#layout a:hover {
	text-decoration: underline;
}
	
ul#layout_nav {
	margin: 0 0 0 7px;
	zoom: 1;
}

ul#layout_nav li {
	float: left;
	width: 180px;
	height: 64px;
	position: relative;
	margin: 0 2px 0 0;
}

ul#layout_nav li a img {
	display: none;
	position: absolute;
	bottom: -14px;
	left: 78px;
	z-index: 3;
}

ul#layout_nav li a.active img {
	display: block;
}

ul#layout_nav a {
	background: transparent url('/img/public3/whymoro/layout_nav_tab_bg.gif') 0 0 no-repeat;
	font: bold 14px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 28px 0 0 0;
	width: 180px;
	height: 36px;
}

li#nav_tab_overview a:link, li#nav_tab_overview a:visited{
	color: black;
}

div#layout #layout_nav a:hover {
	text-decoration: none;
}

li#nav_tab_overview a.active, li#nav_tab_overview a:hover {
	background: transparent url('/img/public3/whymoro/tab_overview_on.gif') 0 0 no-repeat;
}

li#nav_tab_keypartnerships a:link, li#nav_tab_keypartnerships a:visited {
	color: #01b886;
	padding-top: 21px;
	height: 43px;
}

li#nav_tab_keypartnerships a.active, li#nav_tab_keypartnerships a:hover {
	background: transparent url('/img/public3/whymoro/tab_keypartnerships_on.gif') 0 0 no-repeat;
}

li#nav_tab_technologyintegration a:link, li#nav_tab_technologyintegration a:visited {
	color: #00acc6;
	padding-top: 21px;
	height: 43px;
}

li#nav_tab_technologyintegration a.active, li#nav_tab_technologyintegration a:hover {
	background: transparent url('/img/public3/whymoro/tab_technologyintegration_on.gif') 0 0 no-repeat;
}

li#nav_tab_casestudies a:link, li#nav_tab_casestudies a:visited {
	color: #0058ce;
}

li#nav_tab_casestudies a.active, li#nav_tab_casestudies a:hover {
	background: transparent url('/img/public3/whymoro/tab_casestudies_on.gif') 0 0 no-repeat;
}

li#nav_tab_whygomobile a:link, li#nav_tab_whygomobile a:visited {
	color: #888;
}

li#nav_tab_whygomobile a.active, li#nav_tab_whygomobile a:hover {
	background: transparent url('/img/public3/whymoro/tab_whygomobile_on.gif') 0 0 no-repeat;
}

ul#layout_nav a.active, ul#layout_nav a:hover {
	color: white;
}

div#layout_content {
	border: 1px solid #e5e5e5;
	background: white;
	padding: 14px 0 0 0;
	clear: both;
}

div#layout_content h1, div#layout_content h2 {
	font-family: Georgia, "Palatino", serif;
	color: black;
}

div#layout_content h2#search_results_for {
	background: transparent url('../img/public3/app_gallery/search_results_for.jpg') 0 0 no-repeat;
	height: 58px;
	font-size: 25px;
	padding: 60px 0 0 30px;
}

div#redirecting {
	padding: 30px;
}

div#layout_footer {
	background: transparent url('/img/public3/whymoro/layout_footer.jpg') 0 0 no-repeat;
	overflow: hidden;
	padding: 0 0 56px 56px;
	clear: both;
}

div#take_the_tour {
	background: url('/img/public3/whymoro/take_the_tour.png') no-repeat scroll top left;
}

div#how_it_works {
	background: transparent url('/img/public3/whymoro/how_it_works.png') 0 0 no-repeat;
	margin: 0 24px 22px 24px;
}

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

div.footer_sections {
	float: left;
	width: 253px;
	height: 209px;
	cursor: pointer;
}

div.footer_sections:hover {
	text-decoration: underline;
}

div.footer_sections a:link, div.footer_sections a:visited {
	text-decoration: none;
	display: block;
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #8100d0;
	text-transform: uppercase;
	margin: 167px 0 0 79px;
}

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

div#how_it_works a:link, div#how_it_works a:visited {
	margin-left: 63px;
}

div#get_started a:link, div#get_started a:visited {
	margin-left: 87px;
}

div#watch_video {
	background: url('/img/public3/whymoro/watch_video.png') no-repeat scroll top left;
	width: 516px;
	height: 94px;
	float: left;
	overflow: hidden;
	color: white;
	padding: 14px 0 0 14px;
}

div#watch_video h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

div#watch_video {
	font-size: 12px;
	line-height: 16px;
}

div#watch_video img {
	float: left;
}

div#watch_video_text {
	padding: 16px 0 0 156px;
}

div#moro_app_gallery_badge {
	background: url('/img/public3/app_gallery/moro_app_gallery_badge.png') no-repeat scroll top left;
	width: 253px;
	height: 108px;
	float: left;
	cursor: pointer;
	margin-left: 23px;
}

div#moro_app_gallery_badge h3 {
	color: white;
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	padding: 36px 0 0 90px;
}

div#questions_comments {
	float: left;
	margin-left: 23px;
	cursor: pointer;
}

div#questions_comments {
	background: url('/img/public3/whymoro/comments_questions.png') no-repeat scroll top left;
	width: 165px;
	height: 78px;
	color: white;
	font-family: Helvetica, sans-serif;
	line-height: 16px;
	padding: 30px 0 0 88px;
}

div#questions_comments h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

div#overview_header {
	padding: 0 63px;
}

div#overview_header h1 {
	color: #1d1d1d;
	font-size: 25px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding: 36px 0;
}

div#overview_header h1 strong {
	font: bold 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

div#overview_header p#leadin {
	color: #111;
	font: 14px Georgia, "Palatino", serif;
	margin: 20px 0 18px 0;
}

div#col_keypartnerships {
	background: url('/img/public3/whymoro/col_keypartnerships_bg.jpg') no-repeat scroll top left;
}

div#col_techintegration {
	background: url('/img/public3/whymoro/col_techintegration.jpg') no-repeat scroll top left;
	margin: 0 23px 0 24px;
}

div#col_casestudies {
	background: url('/img/public3/whymoro/col_casestudies.jpg') no-repeat scroll top left;
}

div.col_featured {
	padding: 24px 0 0 24px;
	width: 229px;
	height: 364px;
	cursor: pointer;
}

div.col_text {
	color: #333;
	font: 13px/20px Georgia, "Palatino", serif;
	padding: 0 38px 0 10px;
}

div.col_text h3 {
	color: black;
	font: bold 14px "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}

div.col_featured {
	float: left;
}

div#featured_columns {
	overflow: hidden;
	padding: 0 0 56px 56px;
}

div#layout_two_col1 h1 {
	font-size: 25px;
	line-height: 34px;
}

div#layout_two_col1 {
	padding: 0 26px 0 26px;
}

div#layout_two_col1 div#col_a {
	float: left;
	width: 590px;
}

div#layout_two_col1 div#col_b {
	float: right;
	width: 253px;
}

div#col_a_heading {
	background: url('/img/public3/whymoro/col_a_header_bg.jpg') no-repeat scroll top left;
	width: 525px;
	height: 120px;
	margin: -14px 0 0 0;
	padding: 52px 35px 0 35px;
}

div.pardna_header {
	background: url('/img/public3/whymoro/partner_header.png') no-repeat scroll top left;
	width: 556px;
	height: 58px;
	padding: 0 34px 0 0;
}

div.pardna_header img {
	float: left;
	margin: 9px 0 0 34px;
}

div.pardna_header a:link, div.pardna_header a:visited {
	color: #8100d0;
	text-decoration: none;
	font: italic 12px/58px Georgia, "Palatino", serif;
	float: right;
}

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

div#col_a div.pardna {
	margin-top: 36px;
}

div#col_a div.pardna:last-child {
	margin-bottom: 70px;
}

div.pardna_text {
	color: #777;
	font: 13px/24px Helvetica, Arial, sans-serif;
	padding: 20px 34px 0 35px;
}

div.our_list div#bottom {
	padding: 0 0 14px 0;	
}

div.our_list div#top {
	padding: 14px 14px 0 14px;
}

div#our_clients {
	background: transparent url('/img/public3/whymoro/our_clients_bg.jpg') 0 0 repeat-y;
	margin: 12px 0 0 0;
}

div#our_clients div#bottom {
	background: transparent url('/img/public3/whymoro/our_clients_bottom.jpg') 0 100% no-repeat;
}

div#our_clients div#top {
	background: transparent url('/img/public3/whymoro/our_clients_top.jpg') 0 0 no-repeat;
}

div#our_partners div#bottom {
	background: transparent url('/img/public3/whymoro/our_partners_bottom.jpg') 0 100% no-repeat;
}

div#our_partners div#top {
	background: transparent url('/img/public3/whymoro/our_partners_top.jpg') 0 0 no-repeat;
}

div#our_partners {
	background: transparent url('/img/public3/whymoro/our_partners_bg.jpg') 0 0 repeat-y;
	margin: 26px 0 52px 0;
}

div#col_b h2 {
	color: black;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	margin: 22px 0 20px 0;
}

p.clients_logos {
	margin: 0;
}

div#technology_header {
	background: url('/img/public3/whymoro/technology_header.jpg') no-repeat scroll top left;
}

div#mobile {
	background: url('/img/public3/whymoro/why_mobile.jpg') 0 0 no-repeat;
}

div.layout_two_col2_header {
	width: 918px;
	height: 354px;
	margin-top: -14px;
	line-height: 34px;
}

div.layout_two_col2_header h1 {
	padding: 52px 0 0 60px;
}

div#layout_two_col2 div.preamble {
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: black;
	width: 806px;
	padding: 34px 0 34px 57px;
}

div.col_box {
	width: 422px;
}

div.col_box:last-child {
	padding-bottom: 22px;
}

div.col_box_header {
	background: url('/img/public3/whymoro/tech_header.png') no-repeat scroll top left;
	width: 422px;
	height: 58px;
	margin-bottom: 20px;
}

div.col_box_header img {
	float: left;
	padding: 9px 0 0 32px;
}

div.col_box_header h4 {
	font: 18px/58px Georgia, "Palatino", serif;
	color: black;
	padding-left: 35px;
}

div.col_box a:link, div.col_box a:visited {
	color: #8100d0;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, "Palatino", serif;
}

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

div.col_box_header a:link, div.col_box_header a:visited {
	float: right;
	margin-right: 32px;
	line-height: 58px;
}

div.dbl_rainbow {
	float: right;
	padding: 10px 32px 0 0;
}

div.col_box_header div.dbl_rainbow a:link, div.col_box_header div.dbl_rainbow a:visited {
	float: none;
	line-height: 17px;
	margin: 0;
	display: block;
	text-align: right;
}

div.col_box_text {
	width: 357px;
	padding: 0 0 18px 32px;
}

div.col_box_text p {
	color: #777;
	font: 13px/24px Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
}

div#layout_two_col2 div#col_a {
	float: left;
	padding: 0 22px 0 25px;
	width: 422px;
}

div#layout_two_col2 div#col_b {
	float: left;
	width: 422px;
}

div#layout_two_col3 {
	padding-top: 12px;
}

div#layout_two_col3 div#col_a {
	float: left;
	width: 253px;
	padding: 0 22px 0 26px;
}

div#layout_two_col3 div#col_b {
	float: left;
	width: 590px;
}

div#case_studies {
	background: url('/img/public3/whymoro/case_studies_bg.jpg') 0 0 repeat-y;
	width: 253px;
}

div#case_studies div#top {
	background: transparent url('/img/public3/whymoro/case_studies_top.jpg') 0 0 no-repeat;
	padding: 14px 14px 0 14px;
}

div#case_studies div#bottom {
	background: transparent url('/img/public3/whymoro/case_studies_bottom.jpg') 0 100% no-repeat;
	padding: 0 0 14px 0;
}

ul#case_studies_nav {
	margin: 0;
}

ul#case_studies_nav li {
	overflow: hidden;
	border-top: 1px solid white;
	padding: 0 0 7px 0;
	cursor: pointer;
}

ul#case_studies_nav li a:link, ul#case_studies_nav li a:visited {
	color: #848080;
	font: 14px/19px Helvetica, Arial, sans-serif;
	text-decoration: none;
	display: block;
	float: left;
	padding:24px 0 0 0;
}

ul#case_studies_nav img {
	float: left;
	margin: 0 11px 0 12px;
}

ul#case_studies_nav li.odd {
	background: transparent url('/img/public3/whymoro/case_studies_odd.jpg') 0 0 repeat-x;
}

ul#case_studies_nav li.even {
	background: #e5e5e5 url('/img/public3/whymoro/case_studies_even.jpg') 0 0 repeat-x;
}

ul#case_studies_nav li.active, ul#case_studies_nav li.over {
	background: transparent url('/img/public3/whymoro/case_study_active.jpg') 0 0 repeat-x;
}

ul#case_studies_nav li.active a:link, ul#case_studies_nav li.active a:visited, 
ul#case_studies_nav li.over a:link, ul#case_studies_nav li.over a:visited 
{
	color: white;
}

div#case_studies h2 {
	text-align: center;
	line-height: 69px;
	font-size: 24px;
}

div#app_info {
	background: #e6e6e6;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	margin: 26px auto 0 auto;
	width: 205px;
	text-align: center;
	padding: 0 20px 1px;
}

div#app_info a {
	margin-bottom: 20px;
}

div#app_info h3 {
	color: #888;
	text-transform: uppercase;
	font: bold 14px/19px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 16px 0;
}

div#app_info img {
	margin: -7px auto 16px;
}

div#layout a.butt:link, div#layout a.butt:visited {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	font: normal 14px/30px Helvetica, Arial, sans-serif;
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888; 
	box-shadow: 0px 0px 4px #888; 
}

div#layout a.purpleurple:link, div#layout a.purpleurple:visited {
	background: transparent url('/img/public3/whymoro/purpleurple.png') 0 0 repeat-x;
	border: 5px solid #8100d0;
}

div#layout a.purpleurple:hover {
	background: #8100d0;
}

div#taylor_swift {
	background: url('/img/public3/whymoro/case_study_taylor.png') no-repeat scroll top left;
}

div#miami_dolphins {
	background: url('/img/public3/whymoro/case_study_dolphins.png') no-repeat scroll top left;
}

div#midem {
	background: url('/img/public3/whymoro/midem_header_image.png') no-repeat 10px -10px;	
}

.case_study_intro#mlg {
	background: url('/img/public3/whymoro/case_study_mlg.jpg') no-repeat scroll top left;
}

.case_study_intro#fader {
	background: url('/img/public3/whymoro/case_study_fader.jpg') no-repeat scroll top left;
}

.case_study_intro#djshadow {
	background: url('/img/public3/whymoro/case_study_djshadow.jpg') no-repeat scroll top left;
}

.case_study_intro#myriam_fares {
	background: url('/img/public3/whymoro/case_study_myriamfares.jpg') no-repeat scroll top left;
}

.case_study_intro#gabriel {
	background: url('/img/public3/whymoro/case_study_gabriel.jpg') no-repeat scroll top left;
}

.case_study_intro#spiderman {
	background: url('/img/public3/whymoro/case_study_spiderman.jpg') no-repeat scroll top left;
}

.case_study_intro#staples {
	background: url('/img/public3/whymoro/case_study_staples.jpg') no-repeat scroll top left;
}

div.case_study_intro {
	height: 561px;
	padding: 0 34px;
}

div.case_study_intro p {
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: black;
	margin: 50px 0 0;
	width: 200px;
	border-top: 1px solid #e6e6e6;
	padding: 20px 0 0;
}

div.case_study_intro h1 {
	font-size: 25px;
	padding-top: 26px;
	line-height: 34px;
}

div.case_study_header {
	background: transparent url('/img/public3/whymoro/case_study_header_bg.jpg') 0 0 repeat-x;
	border: 5px solid white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
	font: 18px/40px Georgia, "Palatino", serif;
	padding: 0 25px;
	color: black;
}

div#date {
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888; 
	box-shadow: 0px 0px 4px #888; 
	background: black;
	border: 5px solid #424242;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	padding: 0 25px;
	overflow: hidden;
}

div#date span {
	font: italic 14px/40px Georgia, "Palatino", serif;
	color: white;
	float: left;
}

a#download_pdf:link, a#download_pdf:visited {
	background: transparent url('/img/public3/whymoro/pdf.png') 0 50% no-repeat;
	float: right;
	color: white;
	text-decoration: none;
	font: 14px Helvetica, Arial, sans-serif;
	padding: 13px 0 0 30px;
	height: 22px;
	margin: 1px 0 0 0;
}

div.case_study_text {
	color: #8a7f7f;
	width: 522px;
	padding: 22px 0 22px 35px;
	font: 13px/24px Helvetica, Arial, sans-serif;
}

.case_study_list {
  color: #8a7f7f;
  font: bold 14px/32px Helvetica, Arial, sans-serif;
  width: 522px;
	padding: 22px 0 0 35px;
	margin: 10px 0 0 60px;
}

.case_study_list li {
  list-style-type: disc;
}

.align_right {
	float: right;
}

.align_left {
	float: left;
}

div#taylor_textbox1 div {
	padding-right: 237px;
}

div#taylor_textbox2 div {
	padding: 0 0 22px 210px;
}

div#dolphins_textbox1 img {
	margin-left: 26px;
}

div#dolphins_textbox2 img {
	margin-right: 26px;
}

div#dolphins_textbox2 div {
	padding-bottom: 22px;
}

div#ning_header {
	background: url('/img/public3/whymoro/ning_header.jpg') no-repeat scroll top left;
	width: 918px;
	height: 246px;
}

div#ning_header h1 {
	font-size: 25px;
	padding: 46px 0 0 60px;
}

div#ning_text {
	color: black;
	padding: 34px 0 0 34px;
	width: 533px;
}

div#ning_text p {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 24px 0;
}

div.button_callout {
	background: #e6e6e6;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	border-radius: 4px; /* Opera 10.5, IE 9 */
	padding: 1em;
	text-align: center;
	overflow: hidden;
	margin-bottom: 24px;
}

div.button_callout a {
	float: left;
	padding: 0 1em;
	margin-left: 197px;
}

div.rounded_callout {
	background-color: #e6e6e6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #888;
	font-size: 13px;
	padding: 25px 0 23px 0;
	width: 245px;
	margin: 0 auto 26px;
}

div.rounded_callout ul {
	margin: 0;
}

div.rounded_callout strong {
	display: block;
	color: black;
}

div.rounded_callout div {
	padding: 0 0 0 27px;
	min-height: 21px;
	margin: 0 0 0 22px;
}

div.rounded_callout a:link, div.rounded_callout a:visited {
	font-style: italic;
	text-decoration: none;
	font-family: Georgia, "Palatino", serif;
}

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

a#view_all_videos:link, a#view_all_videos:visited {
	font: italic 13px/18px Georgia, "Palatino", serif;
	text-decoration: none;
	margin: 12px 0 12px 20px;
	display: block;
}

a#view_all_videos:hover {
	text-decoration: underline;
}

li#icon_address_home div {
	background: transparent url('/img/public3/contacticonweb.png') 0 0 no-repeat;
	padding-top: 2px;
}

li#icon_rss, li#icon_tumblr {
	margin-top: 19px;
}

li#icon_rss div {
	background: transparent url('/img/public3/contacticonrss.png') 0 0 no-repeat;
	line-height: 21px;
}

li#icon_tumblr div {
	background: transparent url('/img/public3/contacticontumblr.png') 0 0 no-repeat;
	line-height: 21px;
}

li#icon_tweeter div {
	background: transparent url('/img/public3/contacticontwitter.png') 0 0 no-repeat;
	line-height: 21px;
}

li#icon_address_phone {
	margin: 14px 0 12px 0;
}

li#icon_address_phone div {
	background: transparent url('/img/public3/icon_address_phone.png') 0 0 no-repeat;
	line-height: 21px;
}

li#icon_address_email div {
	background: transparent url('/img/public3/contacticonemail.png') 0 0 no-repeat;
	line-height: 21px;
}

li#icon_address_email div a {
	font-size: 11px;
}

div#our_press {
	background: white url('/img/public3/our_press_bg_line.jpg') 0 0 repeat-y;
	margin-bottom: 16px;
}

div#our_press div#top {
	background: transparent url('/img/public3/our_press_top_line.jpg') 0 0 no-repeat;
}

div#our_press div#bottom {
	background: transparent url('/img/public3/our_press_bottom_line.jpg') 0 100% no-repeat;
}

div#our_press h2 {
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}

h1.hdr_no_nav {
	color: #777;
	font: italic 36px/38px Georgia, "Palatino", serif;
	padding: 9px 0 18px 28px;
}

div#newsletter_archive {
	border-top: 5px solid #bebebe;
}

div#our_press {
	color: #888;
	font-size: 13px;
}

div#our_press ul {
	margin: 0;
}

div#layout ul.list_of_downloads li a:link, div#layout ul.list_of_downloads li a:visited {
	color: #888;
	text-decoration: none;
}

ul.list_of_downloads li {
	background: transparent url('/img/public3/list_of_downloads_bg.jpg') 0 0 repeat-x;
	padding: 11px 0 11px 20px;
	cursor: pointer;
}

ul.list_of_downloads li.over {
	background: transparent url('/img/public3/list_of_downloads_bg_over.jpg') 0 0 repeat-x;
}

ul.list_of_downloads li img {
	float: left;
	margin: -2px 10px 0 0;
}

div#press_me {
	background: transparent url('/img/public3/press_me_bg.jpg') 0 0 no-repeat;
	height: 320px;
	padding: 22px 34px 0 34px;
	margin-bottom: 45px;
}

div#press_me h1 {
	font-size: 25px;
	line-height: 34px;
	margin: 0 0 44px;
}

div#press_me p {
	color: black;
	font: 13px/24px Helvetica, Arial, sans-serif;
	width: 218px;
	margin: 0 0 10px 0;
}

div.pressing_matters a:link, div.pressing_matters a:visited {
	text-decoration: none;
	font-family: Georgia, "Palatino", serif;
	font-style: italic;
}

div#layout div.pressing_matters a:hover {
	text-decoration: underline;
}

div.press_tit_bit {
	padding-bottom: 24px;
}

div.press_tit_bit_header {
	border: 5px solid white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0px 0px 4px #888;
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
	background: transparent url('/img/public3/whymoro/case_study_header_bg.jpg') 0 0 repeat-x;
	color: black;
	padding: 0 31px 0 25px;
	overflow: hidden;
}

div.press_tit_bit_header h3 {
	float: left;
	font: 18px/40px Georgia, "Palatino", serif;
}

div.press_tit_bit_header span.press_tit_bit_stamp {
	float: right;
	color: #777;
	font-weight: bold;
	line-height: 40px;
}

div.press_tit_bit_text {
	font: 13px/24px Helvetica, Arial, sans-serif;
	width: 522px;
	padding: 25px 0 0 31px;
	overflow: hidden;
}

div.press_tit_bit_text p {
	margin: 0;
}

div.press_tit_bit_text h4 {
	font-weight: bold;
	color: black;
	font-size: 14px;
	margin-bottom: 5px;
}

div.press_tit_bit_text a.read_more {
	float: right;
	margin: 5px 0 0 0;
}

div.press_tit_bit:last-child {
	margin-bottom: 200px;
}

div#video_archive {
	border-top: 5px solid #b1b1b1;
}

div#video_archive ul.list_of_downloads li {
	background: transparent url('/img/public3/video_archive_bg.jpg') 0 0 repeat-x;
	padding: 10px 24px 10px 19px;
	overflow: hidden;
}

div#video_archive ul.list_of_downloads li img {
	border: 1px solid white;
	margin: 0 10px 0 0;
}

div#video_archive ul.list_of_downloads li a {
	display: block;
	margin-top: 8px;
}

div#video_archive ul.list_of_downloads li.over {
	background: transparent url('/img/public3/video_archive_bg_over.jpg') 0 0 repeat-x;
}

div#layout ul.list_of_downloads li.over a:link, div#layout ul.list_of_downloads li.over a:visited {
	color: white;
}

div#layout_content h1.exclusive_offer {
	font: 18px/23px Helvetica, Arial, sans-serif;
	margin-bottom: 19px;
}

div.wow {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 19px;
}

div.wow_deets {
	font-size: 14px;
	font-weight: bold;
}

div.wow_sosumi {
	margin: 10px 0 32px 0;
}

div#layout_content h2.about_ze_integration {
	margin: 32px 0 6px 0;
	font: bold 14px/19px Arial, Helvetica, sans-serif;
}

div#layout a#back_to_gal, h1#app_dir_heading {
	float: left;
}

div#layout a#back_to_gal:link, div#layout a#back_to_gal:visited {
	text-decoration: none;
	font: bold 14px Helvetica, Arial, sans-serif;
	padding: 24px 0 0 30px;
}

div#layout a#back_to_gal:hover {
	text-decoration: none;
}

a#back_to_gal img {
	display: block;
	float: left;
	margin: -4px 8px 0 0;
}

div#search_apps_input label {
	color: #999;
	font: 12px Georgia, "Palatino", serif;
	text-transform: capitalize;
	position: absolute;
	z-index: 5;
	left: 9px;
	display: block;
	top: 6px;
}

div#search_apps_input {
	overflow: hidden;
	float: right;
	position: relative;
	margin: 16px 32px 0 0;
}

#search_apps_submit {
	float: left;
}

img#grande_app_icon {
	margin: 36px auto 0;
}

div#costington {
	/*background: transparent url('/img/public3/app_gallery/costington_bg.jpg') 0 0 repeat-x;*/
	font: bold 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	border: 1px solid white;
	border-style: solid none;
	border: none;
	margin: 6px 0 4px 0;
}

span.download {
	background: url('/img/public3/app_gallery/download_button.png') no-repeat scroll top left;
	width: 158px;
	height: 48px;
	display: block;
}

#layout span.download a:link, #layout span.download a:visited {
	color: white;
	text-decoration: none;
	font: bold 14px/48px Helvetica, Arial, sans-serif;
	padding: 0 0 0 32px;
}

div.available_for {
	border-bottom: 1px solid white;
	padding: 11px 0 0 57px;
}

div.available_for:last-child {
	border-bottom: none
}

div#for_ios {
	background: url('/img/public3/app_gallery/for_ios.png') no-repeat scroll top left;
	width: 168px;
	height: 58px;
}

div#for_bb {
	background: url('/img/public3/app_gallery/for_bb.png') no-repeat scroll top left;
	width: 168px;
	height: 58px;
}

div#for_droid {
	background: url('/img/public3/app_gallery/for_droid.png') no-repeat scroll top left;
	width: 168px;
	height: 58px;
}

div#for_nokia {
	background: url('/img/public3/app_gallery/for_nokia.png') no-repeat scroll top left;
	width: 168px;
	height: 58px;
}

.download-links {
  padding-bottom: 20px;
}

.download-link {
  display: block;
  width: 172px;
  height: 60px;
  margin: 10px auto;
  text-indent: -3000em;
  overflow: hidden;
}

#ios-link {
  background: url('/img/public3/app_gallery/download-links.png') 0 0 no-repeat;
}

#android-link {
  background: url('/img/public3/app_gallery/download-links.png') 0 -60px no-repeat;
}

#mobile-site-link.download-link {
  background: url('/img/public3/app_gallery/download-links.png') 0 -120px no-repeat;
}

.align-center {
  text-align: center;  
}

#has-ipad {
  display: block;
  width: 170px;
  margin: -7px auto 12px auto;
  padding: 3px 0;
  text-align: center;
}

#has-ipad span {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: url("/img/public3/app_gallery/hijacked.png") left top no-repeat;
}

span.download_note {
	background: #fafafa;
	display: block;
	font: bold 10px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	border-bottom: 5px solid #8d8d8d;
	padding: 18px 0;
}

div#app_qr {
	background: #fafafa;
	background: white;
/*	padding: 38px;*/
	padding: 20px 0;
}

div#app_qr img {
	display: block;
	margin: 0 auto;
}

div#app_directory_colon {
	padding: 0 0 0 4px;
}

div#app_directory_detail {
	background: url('/img/public3/app_gallery/app_directory_detail_bg.png') no-repeat 0 100%;
	width: 525px;
	min-height: 315px;
	font: 13px/24px Helvetica, Arial, sans-serif;
	color: black;
	padding: 0 27px 27px 30px;
}

div#app_directory_detail h2 {
	font-size: 25px;
	line-height: 27px;
	margin: 44px 0;
}

div#app_directory_detail h3 {
	color: black;
	font: bold 13px Helvetica, Arial, sans-serif;
}

div#app_directory_detail cite {
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	margin: 19px 0;
}

a#official_website:link, a#official_website:visited {
	font: italic 13px/18px Georgia, "Palatino", serif;
	text-decoration: none;
}

div#sharing_is_caring {
	margin: 30px 0;
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888; 
	box-shadow: 0px 0px 4px #888;
	border: 5px solid white;
	background: transparent url('/img/public3/app_gallery/sharing_is_caring_bg.png') 0 0 repeat-x;
	height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 10px;
}

div#for_the_facebook {
	float: left;
	padding: 9px 0 0 0;
}

div#share_this_badges {
	float: right;
	padding: 8px 9px 0 0;
}

div#appdir_featured_apps {
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888;
	box-shadow: 0px 0px 4px #888;
	border: 5px solid white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	width: 752px;
	margin: 60px 0 26px 4px;
	padding: 0 0 0 35px;
/*	background: #e6e6e6;*/
}

div.appdir_featured_app {
	float: left;
	text-align: center;
	margin: 0 38px 0 0;
	position: relative;
/*	padding-bottom: 20px;*/
	cursor: pointer;
}

div.appdir_featured_app img {
/*	margin-top: -31px;*/
	background: #990000;
	background: transparent;
}

div.appdir_featured_app_last {
	margin-right: 0;
}

div#layout div.appdir_featured_app a:link, div#layout div.appdir_featured_app a:visited {
	color: #8100d0;
	text-decoration: none;
	font: bold 16px Helvetica, Arial, sans-serif;
	margin: 1em 0 0 0;
	display: block;
}

div#screencaps {
	background: #e6e6e6;
	width: 562px;
	margin: 0 auto 54px;
	padding: 28px 11px 0 9px;
	height: 564px;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	border-radius: 4px; /* Opera 10.5, IE 9 */
}

div#screencaps img {
	display: block;
	float: left;
	border: 1px solid white;
	margin: 0 10px;
}

div#screencaps h2 {
	color: #888;
	font: bold 14px/19px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 22px 10px;
}

div#boi {
	height: 512px;
}

div#layout_two_col1 h1#ilike_intro {
	width: 522px;
	padding: 38px 0 40px 35px;
}

div#ilike_preamble {
	background: url('/img/public3/ilike/ilike_preamble.png') no-repeat scroll top left;
	width: 590px;
	height: 428px;
}

div#ilike_preamble p {
	margin: 0 0 0 358px;
	width: 215px;
	color: black;
	font-size: 13px;
	line-height: 22px;
	padding: 31px 0 0 0;
}

div#ilike_preamble p a:link, div#ilike_preamble p a:visited {
	font-family: Georgia, "Palatino", serif;
	font-style: italic;
	text-decoration: none;
	display: block;
	margin: 10px 0 0 0;
}

div#ilike_preamble p a:hover {
	text-decoration: underline;
}

div#ilike_contents h2 {
	background: transparent url('/img/public3/ilike/ilike_header_grad.png') 0 0 repeat-x;
	font-size: 18px;
	line-height: 40px;
	border: 5px solid white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888; 
	box-shadow: 0px 0px 4px #888; 
	padding: 0 0 0 25px;
	margin: 0 0 24px 0;
}

div#ilike_contents h3 {
	font: 18px/24px Georgia, "Palatino", serif;
	color: black;
	margin: 0 32px 0 32px;
}

div#ilike_contents p {
	margin: 0 48px 22px 32px;
	color: #777;
	font: 13px/24px Helvetica, Arial, sans-serif;
}

div#ilike_contents a:link, div#ilike_contents a:visited {
	font-family: Georgia, "Palatino", serif;
	font-style: italic;
	text-decoration: none;
}

div#ilike_contents a:hover {
	text-decoration: underline;
}

div#rikey {
	background: #e6e6e6;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	margin: 0 4px 23px;
	text-align: center;
	padding: 32px 0 23px 0;
}

div#rikey strong {
	display: block;
	color: #636363;
	font: bold 18px "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 18px;
}

div#rikey small {
	color: #636363;
	font: 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#rikey_button_box {
	overflow: hidden;
	margin: 23px 23px 0 23px;
	background: #dadada;
	padding: 12px 0;
}

div#rikey_button_box a:link, div#rikey_button_box a:visited {
	background: transparent url('/img/public3/ilike/rikey_button_grad.png') 0 0 repeat-x;
	display: block;
	color: white;
	text-decoration: none;
	font: bold 14px/30px Helvetica, Arial, sans-serif;
	border: 5px solid #8100d0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	float: left;
	padding: 0 24px;
	text-transform: uppercase;
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888; 
	box-shadow: 0px 0px 4px #888; 
	margin-left: 188px;
}

div#moro_sidebar_banner {
	background: url('/img/public3/ilike/moro_sidebar_banner.jpg') no-repeat scroll top left;
	width: 253px;
	height: 897px;
	position: relative;
}

div#moro_sidebar_banner a {
	display: block;
	position: absolute;
	text-indent: -9999em;
}

a#moro_side_link {
	width: 199px;
	height: 48px;
	left: 29px;
	top: 637px;
}

a#twitter_side_link {
	left: 29px;
	top: 757px;
	width: 194px;
	height: 26px;
}

a#blog_side_link {
	left: 29px;
	top: 795px;
	width: 194px;
	height: 26px;
}

div#col_b div.for_ilike {
	margin-top: 12px;
}

div#col_b div.for_ilike h2 {
	background: transparent url('../img/public3/ilike/for_ilike_h2_bg.jpg') 0 0 repeat-x;
	margin: 0;
	line-height: 40px;
}

div#ilike_setup {
	background: url('../img/public3/ilike/setup_bg.jpg') 0 0 repeat-x;
	height: 137px;
	text-align: center;
	color: black;
	font: 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px 0 0 0;
}

div#ilike_setup a:link, div#ilike_setup a:visited {
	display: block;
	background: transparent url('/img/public3/ilike/rikey_button_grad.png') 0 0 repeat-x;
	color: white;
	text-decoration: none;
	font: bold 14px/30px Helvetica, Arial, sans-serif;
	border: 5px solid #8100d0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	text-transform: uppercase;	
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888; 
	box-shadow: 0px 0px 4px #888;
	margin: 30px 14px 0;
}

div#ilike_sosumi {
	font: 10px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 16px 12px 20px 16px;
}

div#ilike_sosumi p {
	margin: 0 0 18px 0;
}

p#may_vary {
	color: black;
	text-align: right;
	margin: .5em 34px .5em 0;
	padding: 0;
	font: italic 12px Georgia, "Palatino", serif;
}