/*<<<<<<< .mine */
body {
	background: #c6e9fd url(../images/bgtile.png) repeat-x top left;
	text-align: center;
	color: #444;
	font-family: Georgia, serif;
	border-top: solid 2px #0080bd;
}

p {
	font-size: 16px;
}

a {
	color: #0090c7;
}

a:hover {
	cursor: pointer;
}

#outer_wrapper {
	width: 100%;
	text-align: left;
}

#inner_wrapper {
/* 	background: url(../images/bgcontent.png) repeat-y center; */
}

#nice_alert {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 5000;
	display: none;
	background: #ffffcc;
	border-bottom: solid 2px #8B0000;
}

#nice_alert div {
	background: #ffffcc;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	padding: 15px 0;
	font-family: Arial;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#nice_alert div .button {
	font-weight: normal;
	display: inline;
	width: 40px;
	margin-left: 20px;
}

#header {
	height: 115px;
	max-width: 960px;
	margin: 0 auto;	
}

#header #logo {
	float: left;
}

#header h2 {
	margin-top: 0;
}

#header #logo h2 a {
	width: 230px;
	height: 100px;
	display: block;
	background: url(../images/logo-small.png) no-repeat;
	text-indent: -3000px;
}

#header #nav {
	margin-top: 40px;
	float: left;
	font-family: AllerRegular;
	
}


#header #nav ul, #footer ul {
	float: left;
	list-style-type: none;
	display:block;
}

#header #nav ul li, #footer ul li {
	float: left;
	list-style-type: none;
	margin-left: 30px;
}

#header #nav ul li.first {
	margin-left: 30px;
}

body.logged-out #header #nav ul li.first {
	margin-left: 45px;
}

body.logged-out #header #nav ul li {
	margin-left: 50px;
}

#header #nav ul li a, #footer ul li a {
	padding: 4px 6px;
	text-decoration: none;
	color: #444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
}

#header #nav ul li a:hover {
	background: #fff;
}

#header #nav ul li a#willt {
	position: relative;
	top: 2px;
}

#header #nav ul li a#willt:hover {
	background: none;
}

#splash_wrapper {
    background: url("../images/home-splash-white-glow.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 530px;
    margin-top: -41px;
    width: 100%;
}

#splash {
	width: 880px;
	padding: 55px 40px;
	margin: 0 auto;	
	text-align: center;
	font-family: Arial;
}

#splash h1 {
	font-family: AllerRegular;
	font-size: 38px;
	letter-spacing: -2px;
	text-shadow: #fff 1px 2px 1px;
	margin: 10px 0 1px 0;
	background: none;
	color: #444;	
	float: none;
	padding: 0;
	height: auto;
}

#splash h1 strong {
	font-family: AllerBold;
	font-weight: normal;
}

#splash #diagram {
	width: 656px;
	height: 160px;
	background: url(../images/banner_6.png) no-repeat;
	margin: 30px auto 65px auto;
	position: relative;
}

#splash #diagram p {
	font-size: 12px;
	position: absolute;
	top: 160px;
	font-weight: bold;
}

#splash #diagram p.left {
	width: 200px;
	text-align: left;
}

#splash #diagram p.right {
	width: 189px;
	right: 10px;
	text-align: right;
}

#splash a.button {
	float: left;
}

#splash a.button.video {
	margin-right: 90px;
	margin-left: 168px;
}

h1, h2 {
	font-size: 42px;
	font-family: AllerRegular;
	letter-spacing: -3px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
}

h1 {
	margin: 0 0 5px 0;
	height: 82px;
	background: url(/images/cloud-large.png) no-repeat right top;
	float: left;
	padding-right: 238px;
	padding-top: 3px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
}

h1 strong {
	font-weight: normal;
	font-family: AllerBold;
	color: #444;
	text-shadow: 1px 1px 1px #fff;		
}

#page {
	clear: both;
	width: 960px;
	background: url(/images/cloud-small.png) left top no-repeat;
	padding: 0 0 0 65px;
	margin: 0 auto;
}

#home #page {
	background: none;
	padding: 0 0 0 20px;
	width: 940px;
}

#home #content {
	float: left;
	width: 548px;
}

#home #page h2 {
	margin: 0;
	text-shadow: 1px 1px 1px #fff;		
	text-align: left;
	line-height: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 38px;
	border-bottom: solid 1px #ACDAF4;
	padding-bottom: 20px;
	width: 900px;
}

#home h2 strong {
	font-family: AllerBold;
	font-weight: normal;
}

#content {
	clear: both;
}

#content .message {
	padding: 20px 0 20px 20px;
	margin-bottom: 20px;
	border: 1px solid;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
}

#content .messageSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
}

#content h3 {
	margin-top: 28px;
	margin-bottom: 5px;
	font-family: AllerBold;
	font-size: 21px;
	letter-spacing: -1px;
	font-weight: normal;	
	text-shadow: 1px 1px 0px #fff;
}

#content.faq div.question {
	width: 700px;
	border-bottom: solid 1px skyblue;
}

#content.faq div.question.glow {

}

#content.faq h3 {
	font-family: Georgia, serif;
	font-family: AllerBold;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #444;
	margin: 0;
	padding: 5px 0;
	text-shadow: none;
	cursor: pointer;
	display: list-item;
	list-style-type: square;
	margin-left: 20px;
	margin-right: 60px;
}

#content.faq .glow h3 {
	background-color: #0080BD;
	color: white;
	text-shadow: -1px -1px 1px #444;
	list-style-type: none;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

#content.faq p.intro {
	margin-bottom: 30px;
}

#content.faq p.answer {
	display: none;
	width:600px;
}

#content p {
	margin: 5px 0;
	font-size: 14px;
}

#content p.intro {
	font-size: 18px;
	width: 660px;
}

#home #content p {
	margin: 0;
	font-size: 16px;
}

#content ul {
	padding-left: 10px;
}

#content ul li {
	margin-left: 20px;
	font-size: 12px;
}

#content ul#features {
	margin: 10px 0;
	padding: 0;
	float: left;
}

#content #premium_intro {
	width: 590px;
	float: left;
}

#content ul#features li {
	float: left;
	width: 310px;
	list-style-type: none;
	height: 135px;
	margin: 0;
	padding: 0 40px 0 0;
}

#content ul#features li h3 {
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -1px;
}

#content ul#features li img {
	float: left;
	margin: 15px 10px 0 0;
}

#premium_callout {
	text-align: center;
	padding-top: 50px;
}

#premium_callout a {
	display: inline-block;
}

#premium_callout p {
	margin-top: 20px;
}

#content #help {
	float: left;
	width: 275px;
	border: solid 1px #ccc;
	padding: 15px;
	margin: 20px 0 0 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;	
	display: none;
	background: #eee;
	border: solid 1px #ccc;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	font-size: 13px;
}

#content #premium_shell {
	padding-bottom: 30px;
	margin-bottom: 0px;
	float: left;
	margin-top: 5px;
}

#content #premium_shell table.table_header {
	width: 565px;
	padding: 10px 0px;
}

#content #premium_shell table .first {
	text-align: left;
	padding-left: 10px;	
	width: 300px;
}

#content #premium_shell table .premium {
	width: 100px;
	text-align: center;
}

#content #premium_shell table .free {
	text-align: center;
}

#content #premium_shell table tr th{
	padding: 0px 4px;
}

#content table.premium {
	width: 565px;
	padding: 10px 0px;
	float: left;
}

#content table.premium th {
	padding:8px 0;
	border-bottom: solid 1px #aaa;
	text-align: center;
}

#content table.table_header th h3 {
	font-size: 21px;
	letter-spacing: -1px;
	margin-bottom: 0;
}

#content table.premium tr td {
	padding: 8px 4px;
	font-size: 13px;
	border-bottom: solid 1px #C6E9FD;
	text-align: center;
}

#content table.premium tr td span {
	padding: 1px 4px;
	margin-left: 10px;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border-radius: 4px;
}

body #content table.premium tr:hover td {
	background: #666;
	color: white;
	text-shadow: 1px 1px 1px #333;
}

#content table.premium tr td.first {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;	
}

#content table.premium tr td div.help {
	display: none;
}

#content table.premium tr.odd td {
	background: rgba(198,233,253,0.3);
}

#content table.premium tr td img{
	margin: 0 auto;
}

#sidebar {
	font-family: Arial;
	float: left;
	width: 310px;
/* 	background: white; */
	padding: 20px;
	margin-left: 20px;
	margin-top: -60px;
	border: solid 1px #ccc;
	
	-moz-box-shadow: 1px 1px 12px #ccc;
	-webkit-box-shadow: 1px 1px 12px #ccc;
	box-shadow: 1px 1px 12px #ccc;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
	background: #83DB6C; /* old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ddd',GradientType=0 ); /* ie */		
}

ul#examples_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 165px;
	float: left;
}

ul#examples_menu li {
	margin: 0 0 2px 0;
}

ul#examples_menu li a {
	font-size: 14px;
	font-family: AllerBold;
	color: #444;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 0px;
	text-align: right;
	text-shadow: 1px 1px 1px #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;	
	-webkit-border-bottom-left-radius: 4px;	
	
}

ul#examples_menu li a:hover {
	background: #fff;
	cursor: pointer;
}

ul#examples_menu li a.active {
	background: #0080bd;
	color: #fff;
	text-shadow: -1px -1px 0px #444;
}

#examples_slider {
	height: 400px;
	width: 8800px;
	position: absolute;
	left: 0;
}

#examples_box {
	overflow: hidden;
	min-height: 420px;
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	box-shadow: 1px 1px 24px #FFFFFF;
	-moz-box-shadow: 1px 1px 24px #FFFFFF;
	-webkit-box-shadow: 1px 1px 24px #FFFFFF;
    background: none repeat scroll 0 0 #E9F7FF;
    border: 1px solid #FFFFFF;
}

#examples_box .example {
	width: 740px;
	float: left;
	padding: 20px 25px 0 25px;
	
}

#examples_box .example div.description {
	float: left;
}

#examples_box .example div.timeline {
	width: 350px;
	height: 208px;
	background: url(/images/examples/screen3.png) no-repeat;
	float: right;
	padding: 70px 10px 0 10px;
	margin: 10px 0px 20px 20px;
	box-shadow: 2px 2px 12px #ccc;
	-moz-box-shadow: 2px 2px 12px #ccc;
	-webkit-box-shadow: 2px 2px 12px #ccc;
}

#examples_box .example div.timeline.left {
	float: left;
	margin: 10px 30px 20px 0;
}

#examples_box .example div.timeline img.avatar {
	width: 50px;
	height: 50px;
	background: purple;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#examples_box .example div.timeline img.avatar.small {
	width: 30px;
	height: 30px;
	margin-top: 4px; 
}

#examples_box .example div.timeline h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	float: left;
	width: 300px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

#examples_box .example div.timeline h4 span {
	font-weight: normal;
	color: #bbb;
}

#examples_box .example div.timeline p {
	font-size: 12px;
	font-family: Arial;
	border-bottom: solid 1px #eee;
	padding-bottom: 5px;
	margin: 0 5px 5px 5px;
}

#examples_box .example h3 {
	margin-top: 0;
	margin-bottom: -5px;
	font-size: 28px;
}

#examples_box .example h4 {
	font-family: AllerRegular;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #0080bd;
}

#examples_box .example h4 span {
	color: #0080bd;
	font-family: AllerBold;
}

#examples_box .example p {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#examples_box .example p.intro {
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-serif;
}

#examples_box .example a.button {
	margin-top: 20px;
}

#examples_box .example img {

}

.example hr {
	background: #fff;
	color: #fff;
	margin: 20px 0;
}

#activate_list {
	width: 620px;
	margin-bottom: 120px;
}

#activate_list ul {
	margin: 0;
	padding: 0;
	clear: both;
}

#content #activate_list ul li {
	padding: 20px;
	border-bottom: dashed 1px navy;
	margin-left: 0;
	list-style-type: none;
	font-size: 18px;
}

#content #activate_list p {
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
	font-family: Arial;
}

#content #activate_list .button {
	margin: 0 auto;
}

#content ul#tab_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content ul#tab_menu li {
	margin: 0;
}

#content ul#tab_menu li.active {

}

#content ul#tab_menu li a {
	float: left;
	padding: 10px 20px;
	margin-bottom: -1px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

#content ul#tab_menu li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#content ul#tab_menu li.active a {
	background: #eee;
	border: solid 1px #ccc;
	border-bottom: solid 1px #eee;
text-shadow: 1px 1px 0px white;	
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
}

.tab_content {
	display: none;
	background: #eee;
	border: solid 1px #ccc;
	padding: 20px;
	clear: both;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */	
}

.tab_content.active {
	display: block;
}

#tabs .setting {
	width: 425px;
	float: left;
	margin-right: 30px;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#tabs .setting h3 {
	font-family: AllerBold;
	margin-top: 0;
	letter-spacing: -1px;
	font-size: 21px;
}

#tabs .highlight {
	background: #DDD;
	padding: 10px;
	font-style: italic;
	margin-bottom: 20px;
	border: solid 1px #CCC;
	font-weight: normal;
	box-shadow: -1px -1px 0px #999;
	-moz-box-shadow: -1px -1px 0px #999;	
	-webkit-box-shadow: -1px -1px 0px #999;
}

#tabs .note {
	float: left;
	width: 420px;
	background: white;
	border-radius: 6px;
	padding: 20px;
	font-style: italic;
	border: solid 1px #CCC;
	box-shadow: 2px 2px 3px #CCC;
	font-family: Arial;
}

#tabs .note strong {
	font-style: normal;
}

#tabs .note .help_me {
	font-style: normal;
	font-weight: bold;
}

form .button {
	float: left;
	margin-top: 20px;
}

#sidebar h3 {
	font-family: AllerBold;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 12px 0;
	text-align: center;	
}

.acc_content {
	display: none;
	padding: 5px 5px;
	overflow: hidden;
}

.acc_content ul li  {
	font-size: 11px;
	line-height: 20px;
}

.acc_content ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

.acc_content ul li.read_more {
	margin-top:2px;
}

ul.accordion, ul.accordion li {
	list-style-type: none;
}

ul.accordion li a.cord {
	display: block;
	background: #fff url(../images/accordion-arrows.png) 9px 9px no-repeat;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 4px  0 4px 25px;
	text-decoration: none;
	color: #444;
	
	
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px #ccc;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

ul.accordion li a.cord:hover {
	background-color: #0090c7;
	color: #fff;
	font-weight: bold;
}

ul.accordion li a.active {
	background: #0090c7 url(../images/accordion-arrows.png) 9px -42px no-repeat;
	color: #fff;
	font-weight: bold;
}

#footer_wrapper {
	background: #77a060 url(/images/footer-bg.png) repeat-x center top;
	width: 100%;
}

#footer {
	margin: 50px auto 0 auto;
	width: 960px;
	text-align: center;
	padding: 265px 0 30px 0;
	font-family: Arial, sans-serif;
}

#footer ul {
}

#footer ul li {
	margin-left: 125px;
}

#footer ul li a {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-family: AllerRegular;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	clear: both;
	color: #ddd;
	padding-top: 40px;
	font-size: 12px;
}

#footer p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* Misc */

a.button {
	display: block;
	padding: 10px 0px;
	width: 220px;
	font-family: AllerBold, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #444;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	background: #3DB4E2; /* old browsers */
	background: -moz-linear-gradient(top, #3DB4E2 0%, #0279A7 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3DB4E2), color-stop(99%,#0279A7)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3DB4E2', endColorstr='#0279A7',GradientType=0 ); /* ie */	
}

a.button.small {
	font-size: 14px;
	padding: 5px 8px;
	width: auto;
}

a.button:hover {
	background: #3DB4E2; /* old browsers */
	text-shadow: none;	
}

a.button:active {
	background: #0279A7; /* old browsers */
	background: -moz-linear-gradient(top, #0279A7 0%, #3DB4E2 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0279A7), color-stop(99%,#3DB4E2)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279A7', endColorstr='#3DB4E2',GradientType=0 ); /* ie */	
	
	text-shadow: -1px -1px 0px #333;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
		
	position: relative;
	left: 1px;
	top: 1px;
}

a.button.video {
	background: #83DB6C; /* old browsers */
	background: -moz-linear-gradient(top, #83DB6C 0%, #49A032 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83DB6C), color-stop(100%,#49A032)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83DB6C', endColorstr='#49A032',GradientType=0 ); /* ie */
	padding-left: 0;
}

a.button.video span {
	background: url(../images/video-icon.png) no-repeat left center;
	height: 37px;
	padding-left: 50px;
	padding-right: 10px;
}

a.button.video:hover {
	background: #83DB6C;
}

a.button.video:active {
	background: #49A032; /* old browsers */
	background: -moz-linear-gradient(top, #49A032 0%, #83DB6C 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49A032), color-stop(100%,#83DB6C)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49A032', endColorstr='#83DB6C',GradientType=0 ); /* ie */
}

table#contributor_list {
	width: 450px;
	margin: 20px 0 20px 0;
}

table#contributor_list th, #div_main_add_contributor p,  #add_contributor p, p.sys_msg {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;	
}

table#hashtag_list {
    width: 400px;
    margin: 20px 0 20px 0;
}

.add_hashtag {
    margin-top: 10px;
}

.add_hashtag .button {
    margin: 0 0 0 20px;
}

.add_hashtag  input {
    font-size: 14px;
    padding: 3px;
    margin-top: 3px;
}

#div_main_add_contributor, #add_contributor {
	margin-top: 10px;
}

#div_main_add_contributor .button, #add_contributor .button {
	margin: 0 0 0 20px;
}

#div_main_add_contributor .button, #add_contributor .button {
    margin: 0 0 0 20px;
}

#div_main_add_contributor input, #add_contributor input {
	font-size: 14px;
	padding: 3px;
	margin-top: 3px;
}

a.remove_contributor {
	background: url(/images/no-icon.png) no-repeat center center;
	width: 22px;
	height: 22px;
	margin: 5px 0px 5px 13px;
	display: block;
}

a.remove_hashtag {
    background: url(/images/no-icon.png) no-repeat center center;
    width: 22px;
    height: 22px;
    margin: 5px 0px 5px 13px;
    display: block;
}

#main_add_contributor_input_status, #add_contributor_input_status, #CustomHashtag_status {
	display: none;
	height: 28px;
}

.button.red {
	float: right;
	background: #f00303; /* old browsers */
	background: -moz-linear-gradient(top, #f00303 0%, #c70000 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f00303), color-stop(99%,#c70000)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00303', endColorstr='#c70000',GradientType=0 ); /* ie */	
}

#footer {}

.glow {
	box-shadow: 1px 1px 24px #FFFFFF;
	-moz-box-shadow: 1px 1px 24px #FFFFFF;
	-webkit-box-shadow: 1px 1px 24px #FFFFFF;
    background: none repeat scroll 0 0 #E9F7FF;
    border: 1px solid #FFFFFF;
}

.clear {
	clear: both;
}

.fL {float: left}
.fR {float: right}

.hide {display: none;}


@font-face {
    font-family: 'AllerRegular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?iefix') format('eot'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerBold';
    src: url('aller_bd-webfont.eot');
    src: url('aller_bd-webfont.eot?iefix') format('eot'),
         url('aller_bd-webfont.woff') format('woff'),
         url('aller_bd-webfont.ttf') format('truetype'),
         url('aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Pacifico';
    src: url('pacifico-webfont.eot');
    src: url('pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('pacifico-webfont.woff') format('woff'),
         url('pacifico-webfont.ttf') format('truetype'),
         url('pacifico-webfont.svg#Pacifico') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Wizard styles */

#content ul.tab_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content ul.tab_menu li {
	margin: 0;
}

#content ul.tab_menu li.active {

}

#content ul.tab_menu li a {
	float: left;
	padding: 10px 20px;
	margin-bottom: -1px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

#content ul.tab_menu li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#content ul.tab_menu li.active a {
	background: #eee;
	border: solid 1px #ccc;
	border-bottom: solid 1px #eee;
text-shadow: 1px 1px 0px white;	
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
}

.tab_content {
	display: none;
	background: #eee;
	border: solid 1px #ccc;
	padding: 20px;
	clear: both;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */	
}

.tab_content.active {
	display: block;
}	

.tab_content .fancy_check {
	float:left;
	padding:10px 20px 20px 20px;
	margin-right:20px;
	margin-top:10px;
	border:solid 1px #ccc;
	border-raidus: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.tab_content .fancy_check h4 {
	font-family:AllerRegular;
	font-weight:normal;
}

#wizard {
	width: 680px;
}

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

#wizard .LabelSelected h3 {
	margin-top:5px;
	font-size: 21px;
	letter-spacing: -1px;
}

#wizard #wizard_hints ul li {
	font-size: 14px;
}

#wizard .button {
	margin-top:20px;
}

#wizard .LabelSelected {
	background:#eee;
}

#wizard input.wizard_check {
	display:none;
}

#wizard input.wizard_dashboard_check {
    display:none;
}

#wizard label a.gt_check {
	background:url(../images/gt-check.png) no-repeat 0 -34px;
	display:block;
	height:34px;
	width:36px;
	margin: 10px auto 0 auto;
	position:relative;
	right:-3px;
}

#wizard label.LabelSelected a.gt_check {
	background-position:0 0;
}

table.hashtag_list {
    width: 400px;
    margin: 20px 0 20px 0;
}

table.contributor_list {
	width: 400px;
	margin: 20px 0 20px 0;
}

table.contributor_list th, .add_contributor p, p.sys_msg {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;	
}

.add_hashtag {
    margin-top: 10px;
}

#wizard .add_hashtag .button {
    margin: 0 0 0 20px;
}

.add_hashtag input {
    font-size: 14px;
    padding: 3px;
    margin-top: 3px;
}

.add_contributor {
	margin-top: 10px;
}

#wizard .add_contributor .button {
	margin: 0 0 0 20px;
}

.add_contributor input {
	font-size: 14px;
	padding: 3px;
	margin-top: 3px;
}

#wizard .wizard_help {
	float:right;
	background: #DDD;
	width:320px;
	margin: 30px 30px 30px 20px;	
	padding: 20px;
	border: solid 1px #CCC;
	font-weight: normal;
	box-shadow: -1px -1px 0px #999;
	-moz-box-shadow: -1px -1px 0px #999;	
	-webkit-box-shadow: -1px -1px 0px #999;
}

#wizard #wizard_hints {
	padding: 10px 0;
	clear: left;
}

#wizard .wizard_help p {
	font-style:italic;
}

#wizard .wizard_help h3 {
	margin-top:0;
}

#wizard .wizard_content {
	width:500px;
}

#upgrade_options li {
	list-style-type: none;
}
.gt_page_button
{
    font-family: AllerBold, Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #444;
    color: #fff;

    text-decoration: none;
    text-align: center;

    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    background: #3DB4E2; /* old browsers */
    background: -moz-linear-gradient(top, #3DB4E2 0%, #0279A7 99%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3DB4E2), color-stop(99%,#0279A7)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3DB4E2', endColorstr='#0279A7',GradientType=0 ); /* ie */

    /* Stolen from the small def */
    font-size: 14px;
    padding: 5px 8px;
    width: auto;
}
.gt_page_button:hover {
    background: #3DB4E2; /* old browsers */
    text-shadow: none;
}

.gt_page_button:active {
    background: #0279A7; /* old browsers */
    background: -moz-linear-gradient(top, #0279A7 0%, #3DB4E2 99%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0279A7), color-stop(99%,#3DB4E2)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279A7', endColorstr='#3DB4E2',GradientType=0 ); /* ie */

    text-shadow: -1px -1px 0px #333;

    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    position: relative;
    left: 1px;
    top: 1px;
}

.gt_page_button_link {
    padding: 4px 6px;
    text-decoration: none;
    color: #444;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
}

.gt_page_button_link:hover {
    background: #fff;
}

.page_tweet
{
		
}

.page_tweet table
{
    /*border:  1px solid black;*/
    padding-bottom: 20px;
    width: 470px;
    /*width: 100%;*/
}

.page_tweet_text
{

}
.page_tweet_date
{
    text-align: right;
    /*width: 100%;*/
    /*border: 1px solid red;*/
}
.page_tweet small
{
    font-size: 10px;
    color: #878787
	
}
.page_tweet_image
{
    padding-right: 5px;
    height: 100%;
    vertical-align: top;
    width: 50px;
}

#content #wizard .tab_menu a
{
    font-size: 12px;
    text-decoration: none;
}
#content #wizard .tab_menu a:hover
{
    text-decoration: underline;
}
.grouptweet_page_left_column_value
{
    padding-left: 5px;
    font-size: 12px;
}
#right_content_container
{
    padding-top: 60px;
    padding-left: 20px;
    float: left;
}
.grouptweet_page_right_image_link
{
    padding-left: 5px;
}
.gt_page_group_image_td, .gt_page_group_link_td
{
    vertical-align: middle;
}
.gt_page_group_link_td
{
    vertical-align: middle !important;
    padding-left: 5px;
    height: 50px;
}
.gt_page_button_link
{

}
.page_tweet_linebreak
{
    margin-left: -21px;
    background-color: #d3d3d3;
    width: 499px;
}
.configure_upgrade_link
{
    text-decoration: none;
}
.configure_upgrade_link:hover
{
    text-decoration: underline;
}
#div_left_content
{
    padding-top: 60px;
}

#gt_image img, .page_tweet_image img, .gt_page_group_image_td img
{
    /*border: 1px solid #021a40;*/
    border: 1px solid #aaa;
    padding: 1px;
    background-color: #eee;
}

#gt_image img
{
    display: block;
    margin-top: 10px;
}

#JT_arrow_left{
    background-image: url(/images/jtip.arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-12px;
    height:23px;
    width:10px;
    top:-3px;
}

#JT_arrow_right{
    background-image: url(/images/jtip.arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-2px;
}

#JT {
    position: absolute;
    z-index:100;
    border: 2px solid #CCCCCC;
    background-color: #fff;

}

#JT_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
    font-size: 12px;
    text-align: left;
}

#JT_copy ul, #JT_copy ol{
    padding-left:20px;
}

#JT_copy li:nth-child(1){
    padding-top: 0;
}

#JT_copy li{
    padding-top: 10px;
}

.JT_loader{
    background-image: url(/images/jtip.loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}

#JT_close_left{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_close_right{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_copy p{
    margin:3px 0;
}

#JT_copy img{
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.jTip{
    cursor:help;
}
.tweet_reply_button, .tweet_reply_all_button, .tweet_delete_button, .tweet_retweet_button, .tweet_follow_button
{
    color: #878787;
    text-decoration: none;
}
.tweet_reply_button:hover, .tweet_reply_all_button:hover, .tweet_delete_button:hover, .tweet_retweet_button:hover, .tweet_follow_button:hover
{
    color: #0090c7;
    text-decoration: underline;
}
.gt_page_getting_started
{
	font-family: Georgia, serif;
}
div.gt_page_getting_started
{

    padding-left: 5px;
    padding-bottom: 10px;
}
h4.gt_page_getting_started
{
    font-size: 12px;
}
p.gt_page_getting_started
{
    font-size: 12px !important;
}

li.gt_page_getting_started
{
    font-size: 12px !important;
    padding-bottom: 10px;

    color: #0090c7;
    text-decoration: none;
}
.gt_page_getting_started li:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.gt_page_getting_started li
{
    font-size: 14px;
    padding-bottom: 10px;

    color: #0090c7;
    text-decoration: none;
}
.gt_page_getting_started_completed
{
    color: #A8A8A8 !important;
    text-decoration: none !important;
    cursor: default !important;
}
.gt_page_getting_started_completed:hover
{
    color: #A8A8A8 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}
.launch_help
{
    color: inherit;
    text-decoration: none;
}
.launch_help:hover
{
    color: inherit;
    text-decoration: underline;
}
.gt_no_underline_link
{
    text-decoration: none;
}
.gt_no_underline_link :hover
{
    text-decoration: underline;
}
#getting_started_progress
{
    width: 120px;
    height: 15px;
}
.down_arrow, .up_arrow
{
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
}
.down_arrow
{
    border-top-color: red;
}
.up_arrow
{
    border-bottom-color: red;
}
.tab_link
{
    text-decoration: none;
}
.tab_link:hover
{
    text-decoration: underline;
}

#div_left_content
{
	float: left;
	width: 160px;
	height: 100%;
	padding-right: 50px;
}

#centre_content_container
{
	float: left;
	width: 530px;
}
.page_tweet a
{
	text-decoration: none;
}
.page_tweet a:hover
{
	text-decoration: underline;
}
#right_content_content > .gt_page_button_link
{
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
}
#settings_link
{
	background: transparent url(/images/sidebar_icons/settings.png) center left no-repeat;
}
#add_more_contributors_link
{
	background: transparent url(/images/sidebar_icons/add_contributors.png) center left no-repeat;
}
#projector_mode_link
{
	background: transparent url(/images/sidebar_icons/projector_mode.png) center left no-repeat;
}
#invite_link
{
	background: transparent url(/images/sidebar_icons/invite.png) center left no-repeat;
}
#remote_link
{
	background: transparent url(/images/sidebar_icons/remote_grouptweeting.png) center left no-repeat;
}
#tempate_link
{
	background: transparent url(/images/sidebar_icons/tweet_template.png) center left no-repeat;
}
#privacy_link
{
	background: transparent url(/images/sidebar_icons/privacy_settings.png) center left no-repeat;
}
#view_timeline_on_twitter_link
{
	background: transparent url(/images/sidebar_icons/eye_16x12.png) center left no-repeat;
}
#remove_link
{
	background: transparent url(/images/sidebar_icons/remove_me_from_group.png) center left no-repeat;
}
#my_grouptweets_link
{
	background: transparent url(/images/sidebar_icons/my_grouptweets.png) center left no-repeat;
}
#upgrade_link
{
	background: transparent url(/images/sidebar_icons/heart_stroke_16x14.png) center left no-repeat;
}

#contributor_analytics_link
{
	background: transparent url(/images/sidebar_icons/info_8x16.png) center left no-repeat;
}

#moderation_link
{
	background: transparent url(/images/sidebar_icons/check_16x13.png) center left no-repeat;
}

#contributors_link
{
	background: transparent url(/images/sidebar_icons/user_12x16.png) center left no-repeat;
}

#scheduling_link
{
	background: transparent url(/images/sidebar_icons/clock_16x16.png) center left no-repeat;
}

#grouptweets_link
{
	background: transparent url(/images/sidebar_icons/chat_16x16.png) center left no-repeat;
}

#tweeting_method_link
{
	background: transparent url(/images/sidebar_icons/layers_16x14.png) center left no-repeat;
}

#ambassador_link
{
	background: transparent url(/images/sidebar_icons/share_16x16.png) center left no-repeat;
}

#ambassador_link:hover
{
	background: #fff url(/images/sidebar_icons/share_16x16.png) center left no-repeat;
}

#tweeting_method_link:hover
{
	background: #fff url(/images/sidebar_icons/layers_16x14.png) center left no-repeat;
}

#grouptweets_link:hover
{
	background: #fff url(/images/sidebar_icons/chat_16x16.png) center left no-repeat;
}

#contributors_link:hover
{
	background: #fff url(/images/sidebar_icons/user_12x16.png) center left no-repeat;
}

#scheduling_link:hover
{
	background: #fff url(/images/sidebar_icons/clock_16x16.png) center left no-repeat;
}

#moderation_link:hover
{
	background: #fff url(/images/sidebar_icons/check_16x13.png) center left no-repeat;
}

#contributor_analytics_link:hover
{
	background: #fff url(/images/sidebar_icons/info_8x16.png) center left no-repeat;
}

#settings_link:hover
{
	background: #fff url(/images/sidebar_icons/settings.png) center left no-repeat;
}
#add_more_contributors_link:hover
{
	background: #fff url(/images/sidebar_icons/add_contributors.png) center left no-repeat;
}
#projector_mode_link:hover
{
	background: #fff url(/images/sidebar_icons/projector_mode.png) center left no-repeat;
}
#invite_link:hover
{
	background: #fff url(/images/sidebar_icons/invite.png) center left no-repeat;
}
#remote_link:hover
{
	background: #fff url(/images/sidebar_icons/remote_grouptweeting.png) center left no-repeat;
}
#tempate_link:hover
{
	background: #fff url(/images/sidebar_icons/tweet_template.png) center left no-repeat;
}
#privacy_link:hover
{
	background: #fff url(/images/sidebar_icons/privacy_settings.png) center left no-repeat;
}
#remove_link:hover
{
	background: #fff url(/images/sidebar_icons/remove_me_from_group.png) center left no-repeat;
}
#my_grouptweets_link:hover
{
	background: #fff url(/images/sidebar_icons/my_grouptweets.png) center left no-repeat;
}
#upgrade_link:hover
{
	background: #fff url(/images/sidebar_icons/heart_stroke_16x14.png) center left no-repeat;
}
#view_timeline_on_twitter_link:hover
{
	background: #fff url(/images/sidebar_icons/eye_16x12.png) center left no-repeat;
}
#lnk_wizard_login
{
	margin-left: 120px;
	width: 402px;
	height: 87px;
	display: block;
	background: url(/images/new_login_button_sprite_fixed.png) no-repeat;
}
#lnk_wizard_login:hover
{
	background-position: 0 -86px;
}

.divline{width:860px; height:2px; background-image:url(../images/divline.png);margin:0 auto;}
#tophalf{min-height:300px; width:inherit;}
#lowerhalf{min-height:300px; width:inherit;}
#icon_bird{float:left; background-image:url(images/bird_icon.png); width:69px; height:72px;}
#icon_upgrade{float:left; background-image:url(images/upgrade_icon.png); width:50px; height:54px;margin-top:8px; margin-right:7px;margin-left:7px;}
.left_title{font-size:32px; color:#525b60; text-shadow:0px 1px 0px white; line-height:74px; text-indent:10px;width:400px; float:left; font-family:Aller; font-weight:bold;
}
.makeblue{color:#198dc6;}
.makegreen{color:#5e891b;}
#upgrade_now{width:122px; height:33px;background-image:url(images/upgrade_now_button.png);float:right;  margin-top:22px; margin-right:25px; }
#upgrade_now:hover{opacity:0.85; filter:alpha(opacity=85);}
#tophalf_upperhalf{width:inherit; height:74px;}
#lowerhalf_upperhalf{width:inherit; height:74px;}
.information_reel{width:960px; font-size:18px; text-shadow:0px 1px 1px white;color:#525b60; margin-left:80px;font-family:Aller; font-style:italic;}
#points_box{ margin:60px auto 45px auto; width:646px; min-height:380px;}
.pointbox_top{float:left; width:270px; min-height:150px; color:#525b60;text-shadow:0px 1px 0px #eff9ff; font-size:18px; margin-left:20px;font-family:Aller;}
.pointbox_bot{float:left;width:270px; min-height:150px;color:#525b60; text-shadow:0px 1px 0px #eff9ff;font-size:18px; margin-top:20px; margin-bottom:40px;margin-left:20px;font-family:Aller;}
.title_pointbox{color:white; text-shadow:0px 1px 2px #66747c; font-size:20px;  font-family:Aller; font-weight:bold;}
.right2{float:right;}
#comparison_box{background-image:url(images/comparison_popup_button.png); width:638px; height:40px; clear:both;  margin-bottom:20px; }
#comparison_box:hover{opacity:0.9; filter:alpha(opacity=90);}
#paypal_standards{width:340px; height:94px; background-image:url(images/paypal_info.png); margin:0 auto;}
#total_box{width:130px; height:34px; background-image:url(images/total_bg.png); margin:30px auto;  font-size:20px; padding-top:4px;padding-left:5px; padding-right:5px;color:white; text-shadow:0px 0px 2px #254859;font-family:Aller; text-align:center;}
.makewhite{text-shadow:none; font-size: 18px;}
#payment_box{padding-top:10px;text-align:center;overflow:hidden;height:123px; background-color:#d7effe; border:1px solid #b6d7e9; font-size:18px;width:100%; color:#198dc6;margin-top:40px;font-family:Aller; font-style:italic;text-shadow:0px 1px 1px white;}
#plan_bg{background-image:url(images/payment_bg.png); width:427px; height:51px; margin:0 auto;}
#AnnualPayment{width:194px; padding-top:5px;height:32px; float:left; margin-top:9px; margin-left:12px;color:white;text-shadow:0px 1px 1px #575757;font-style:normal; cursor:pointer;}
#MonthlyPayment{width:194px; padding-top:5px;height:32px;  float:right;margin-top:9px; margin-right:12px;color:white;text-shadow:0px 1px 1px #575757;font-style:normal;cursor:pointer;}
#options_box{width:640px; margin:0 auto; height:110px;}
#secure_icon{background-image:url(images/ssl_secure_icon.png); width:70px; height:89px;float:left; margin-top:-10px;}
#paybycard{background-image:url(images/paybycard_button.png); width:238px; height:62px; float:left; margin-top:10px; margin-left:10px;}
#paybycard:hover{opacity:0.85; filter:alpha(opacity=85);cursor:pointer;}
#payviapaypal{background-image:url(images/paypal_button.png); width:239px; height:63px; float:left; margin-top:9px; margin-left:10px;}
#payviapaypal:hover{opacity:0.85; filter:alpha(opacity=85);cursor:pointer;}


/*step 1 and step 2 code after this*/

#section_step1{ margin-left:-55px; width:960px; margin-bottom:120px;}
.pushlow{margin-bottom:40px;}
#section_step2{ margin-left:-55px; width:960px; margin-bottom:30px;}
/*the above rule's top-margin has to be altered*/
.title_mid{font-size:32px; color:#444; text-shadow:0px 1px 0px white; line-height:54px; text-align:center;  font-family:AllerBold; font-weight:normal;}
.central{ font-size:18px; color:#525b60; text-align:center;font-family:Georgia,serif;}
.lefter{font-size:18px; color:#525b60; text-align:left;font-family:Georgia,serif; margin-top:10px; width:600px; margin-left:auto; margin-right:auto;}
.step1pb{color:#525b60; text-align:center;}
#section_step3{ width:960px; margin-bottom:120px;}
.pushlow{margin-bottom:40px;}
#instructions_please{display:block;width:250px; height:60px; background-image:url(../images/instructions_please_sprite.png); margin-top:20px; margin-left:8px;}
#instructions_please:hover{width:250px; height:60px; background-image:url(../images/instructions_please_sprite.png); margin-top:20px; background-position:0px 60px;margin-left:8px;}
#add_contrib{display:block;width:250px; height:60px; background-image:url(../images/add_contrib_sprite.png); margin-top:20px; margin-left:12px;}
#watchvideo{display:block;width:250px; height:60px; background-image:url(../images/watchvideolanding.png); margin-top:20px; margin-left:110px;}
#connectlanding{display:block;width:250px; height:60px; background-image:url(../images/getstarted.png); margin-top:-60px; margin-left:520px;}
#newaccount{display:block;width:375px; height:60px; background-image:url(../images/newaccount_sprite.png); margin-top:20px; margin-left:12px;}
#newaccount:hover{width:375px; height:60px; background-image:url(../images/newaccount_sprite.png); margin-top:20px; margin-left:12px;background-position:0px 60px;}
#add_contrib:hover{width:250px; height:60px; background-image:url(../images/add_contrib_sprite.png); margin-top:20px; background-position:0px 60px; margin-left:12px;}
#showmemore{display:block;width:250px; height:60px; background-image:url(../images/learnmore.png); margin-top:20px; margin-left:8px;}
#showmemore:hover{width:250px; height:60px; background-image:url(../images/learnmore.png); margin-top:20px; background-position:0px 60px;margin-left:8px;}
#connectwithtwitter{display:block;width:250px; height:60px; background-image:url(../images/connectwithtwitter.png); margin-top:20px; margin-left:12px;}
#connectwithtwitter:hover{width:250px; height:60px; background-image:url(../images/connectwithtwitter.png); margin-top:20px; background-position:0px 60px; margin-left:12px;}
.generalbutton{width:250px; height:60px;}
.links{color:#198dc6;}
.smallsize{font-size:14px; margin-top:5px;}
.pushup{margin-top:10px;}
.pull-left-six{margin-left:-70px;}
.step1sb{min-height:190px !important; margin-bottom:140px!important;} /* You can change this value to increase the distance between the buttons and the next divider line*/
#infobox{background-image:url(../images/info.png); margin:10px auto; width:45px; height:37px;}
#twitterbox{background-image:url(../images/bird.png); margin:10px auto; width:45px; height:37px;}
.centered2{margin:35px auto!important;}
.clearheight{width:inherit; height:20px;}
.sharescontainer{width:600px; height:32px; margin:15px auto;}
#facebookshare{width:157px; height:32px; margin:0px 20px; background-image:url(../images/sw_fb_btn.png); float:left; display:block;}
#facebookshare:hover{background-position:0px 32px;}
#twittershare{width:157px; height:32px; margin:0px 20px; background-image:url(../images/sw_tw_btn.png); float:left;display:block;}
#twittershare:hover{background-position:0px 32px;}
#emailshare{width:157px; height:32px; margin:0px 20px; background-image:url(../images/sw_em_btn.png);float:left;display:block;}
#emailshare:hover{background-position:0px 32px;}
.progressholder{width:650px; margin:0 auto; height: 26px; background-color:#bbdcef; border-radius:6px; border:1px solid #81aac1;

-moz-box-shadow: inset 0 0 1px 2px #9dc7df;
-webkit-box-shadow: inset 0 0 1px 2px#9dc7df;
box-shadow: inset 0 0 1px 1px #9dc7df;


}
.progressbar{height:21px; margin-top:2px;border-radius:6px; float:left; 
		  background-color: #fecf23;
			  background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
			  background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
			  background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
			  background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
			  background-image: -o-linear-gradient(top, #fecf23, #fd9215);
			  background-image: linear-gradient(top, #fecf23, #fd9215);  
			  border-top:1px solid #fff3d3;
}
.scaletable{ background-image:url(../images/scaletable.png); width:654px; height:30px;}
.progclearance{margin-left:3px; width:644px;}
#hor-zebra{font-size:12px; width:500px; margin:20px auto; text-align:left; border-collapse:collapse;}
#hor-zebra th {
font-size: 14px;
font-weight: normal;
color: #4e7dba;
padding: 10px 8px;
}
#hor-zebra .odd {
background: #bbdcef;
color:white;
}
#hor-zebra td {
padding: 8px;
color:#638ca3;
}
.twrapper {
background-color:white;
width:802px;
height:214px;
overflow:hidden;
margin-right:70px;
margin-left:70px;
position:relative;
z-index:2;
box-shadow:0px 2px 3px rgba(0,0,0,0.3);
}
table.pricing{width:802px; font-weight:500px; font-size:13px;  table-layout:fixed;}
table.pricing tr {
border-bottom: 1px solid #d8d7d7;
background-color:white;
}
table.pricing .top th {
font-size: 15px;
width:190px;
height: 80px;
font-family:AllerBold !important;
background-color:#ebf3f8;
border:1px solid #cce0ed;
}
table.pricing .top td {
font-size: 30px;
width:90px!important;
text-align:center;
padding-left:15px;
padding-right:15px;
background-color:#ebf3f8;
color:#333;
border:1px solid #cce0ed;
}
table.pricing td {
text-align: center;
padding: 3px;
margin: 0;
}
table.pricing th, table.pricing td {
vertical-align: middle;
}
table.pricing th{text-indent:15px; font-weight:bold;}
table.pricing .mid th, table.pricing .mid td {
line-height: 22px;
}
table.pricing .mid td{border-right:1px solid rgb(228,228,228);}
.ssmaller{font-size:13px; color:#46a3d0;}
table.pricing .mid th{background-color:#ebf3f8;
color:#333;
padding-top:5px;
padding-bottom:5px;
font-family:AllerBold !important;
font-size:13px;
padding-right:10px;
border-bottom:1px solid #cce0ed;
border-right:1px solid #cce0ed;}
.customerbanner{min-height:250px; margin-top:70px; margin-bottom:30px;
	overflow:auto;
	}
	.long_col a{text-decoration:none; color:#333;}
.box-pull-left{margin-left:40px; width:500px; float:left;}
.left-column{float:left; width:130px; text-align:center; line-height:85px;}
.mid-column{float:left; width:110px; margin-left:5px; line-heigh:30px}
.right-column{float:left; width:130px; text-align:center; line-height:100px;}
.box-pull-right{margin-left:15px;width:400px; float:left; 
	}
	.checkmark{}
		.long_col{width:200px; overflow:hidden;
		    white-space:nowrap;}
		.show-more{
			color: #fff;
			padding: 7px 5px 7px 15px;
			-webkit-appearance: none;
			z-index:1;
			width: 154px;
			margin: -2px 0 0px 70px;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		
		.sb{
			color: #fff;
			padding: 3px 5px 3px 15px;
			-webkit-appearance: none;
			z-index:1;
			width: 70px;
			position:relative;
			text-decoration:none;
			display:inline-block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px 3px 0px 0px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		
		.sg{
			color: #fff;
			padding: 0px 5px 5px 10px;
			-webkit-appearance: none;
			z-index:1;
			width: 70px;
			font-size:12px;
			height:16px;
			position:relative;
			text-decoration:none;
			display:inline-block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid #0C7FAD;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			
			background: #5db2dd; /* Old browsers */
			background: -moz-linear-gradient(top, #5db2dd 0%, #4f9dbc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5db2dd), color-stop(100%,#4f9dbc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #5db2dd 0%,#4f9dbc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #5db2dd 0%,#4f9dbc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #5db2dd 0%,#4f9dbc 100%); /* IE10+ */
			background: linear-gradient(to bottom, #5db2dd 0%,#4f9dbc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2dd', endColorstr='#4f9dbc',GradientType=0 ); /* IE6-9 */
			
		}
		.sg:hover{opacity:0.8; filter:alpha(opacity=80);}
		.sb:hover{opacity:0.8; filter:alpha(opacity=80);}
		.free-signup{margin-left:3px; width:65px; }
		.s9-signup{margin-left:28px;}
		.s18-signup{margin-left:27px;}
		.s27-signup{margin-left:27px;}
		.s37-signup{margin-left:24px;}
		.signup-column
		{
			width: 750px;
			padding-left:180px;
			overflow: hidden;
			margin-left: 70px;
		}
		.show-more-r{
			color: #fff;
			padding: 7px 6px 6px 6px;
			-webkit-appearance: none;
			z-index:1;
			text-decoration: none;
			width: 318px;
			margin: -41px 0 100px 540px;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		.show-l{
			color: #fff;
			padding: 6px 15px 6px 15px;
			-webkit-appearance: none;
			z-index:1;
			line-height:18px;
			width:400px;height:15px;
			margin: 0 auto;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		.show-r{
			color: #fff;
			padding: 3px 15px 3px 15px;
			-webkit-appearance: none;
			z-index:1;
			line-height:18px;
			width:800px;
			margin: 0 auto;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		.show-x{
			color: #fff;
			padding: 6px 15px 6px 15px;
			-webkit-appearance: none;
			z-index:1;
			line-height:18px;
			width:640px;height:15px;
			margin: 0 auto;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		.show-more:hover{opacity:0.8; filter:alpha(opacity =80);}
		.show-more-r:hover{opacity:0.8; filter:alpha(opacity =80);}
		.push-a-bit{margin-top:70px;}
		.who-uses{margin-left:20px;}
/*#pagenew{clear:both; width:960px; padding:0px; margin:0 auto;}*/

/*Styles for card page */
.gtc_left{width:400px; float:left; margin-left:50px;}
.gtc_right{width:400px; float:left; margin-top:30px;}
.atc_right{ width:390px; min-height:100px;}
.what_is{clear:both; margin-top:20px;}
.what_is h2{text-align:center;}
.what_is p{text-align:center;}
.lower_gtc{clear:both; margin-top:20px;}
.lower_gtc h2{text-align:center;}
.holder_set{width:250px; margin:0 auto;}
.holder_set a{
margin-left:30px;
	
}

.gtc_container{width: 940px; margin:0 auto; min-height:200px; overflow:auto; margin-bottom:50px;}

#twitter_search_timeline_parameters {
	padding-bottom: 25px;
}

#twitter_search_query, #twitter_username_search_query {
	padding: 3px;
	width: 144px;
}

#twitter_search_btn, #twitter_username_search_btn {
	font-size: 12px;
	height: 20px;
	padding-bottom: 16px;
}

#search_tips_link {
	font-size: 10px;
=======
body {
	background: #c6e9fd url(../images/bgtile.png) repeat-x top left;
	text-align: center;
	color: #444;
	font-family: Georgia, serif;
	border-top: solid 2px #0080bd;
}

p {
	font-size: 16px;
}

a {
	color: #0090c7;
}

a:hover {
	cursor: pointer;
}

#outer_wrapper {
	width: 100%;
	text-align: left;
}

#inner_wrapper {
/* 	background: url(../images/bgcontent.png) repeat-y center; */
}

#nice_alert {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 5000;
	display: none;
	background: #ffffcc;
	border-bottom: solid 2px #8B0000;
}

#nice_alert div {
	background: #ffffcc;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	padding: 15px 0;
	font-family: Arial;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#nice_alert div .button {
	font-weight: normal;
	display: inline;
	width: 40px;
	margin-left: 20px;
}

#header {
	height: 115px;
	width: 960px;
	margin: 0 auto;	
}

#header #logo {
	float: left;
}

#header h2 {
	margin-top: 0;
}

#header #logo h2 a {
	width: 230px;
	height: 100px;
	display: block;
	background: url(../images/logo-small.png) no-repeat;
	text-indent: -3000px;
}

#header #nav {
	margin-top: 40px;
	float: left;
	font-family: AllerRegular;
	
}


#header #nav ul, #footer ul {
	float: left;
	list-style-type: none;
	display:block;
}

#header #nav ul li, #footer ul li {
	float: left;
	list-style-type: none;
	margin-left: 30px;
}

#header #nav ul li.first {
	margin-left: 30px;
}

body.logged-out #header #nav ul li.first {
	margin-left: 45px;
}

body.logged-out #header #nav ul li {
	margin-left: 50px;
}

#header #nav ul li a, #footer ul li a {
	padding: 4px 6px;
	text-decoration: none;
	color: #444;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 16px;
}

#header #nav ul li a:hover {
	background: #fff;
}

#header #nav ul li a#willt {
	position: relative;
	top: 2px;
}

#header #nav ul li a#willt:hover {
	background: none;
}

#splash_wrapper {
	background: url(../images/home-splash-white-glow.jpg) no-repeat center top;
	width: 960px;
	height: 530px;
	margin:0 auto;
}

#splash {
	width: 880px;
	padding: 55px 40px;
	text-align: center;
	font-family: Arial;
	margin-top: -41px;
}

#splash h1 {
	font-family: AllerRegular;
	font-size: 38px;
	letter-spacing: -2px;
	text-shadow: #fff 1px 2px 1px;
	margin: 10px 0 1px 0;
	background: none;
	color: #444;	
	float: none;
	padding: 0;
	height: auto;
}

#splash h1 strong {
	font-family: AllerBold;
	font-weight: normal;
}

#splash #diagram {
	width: 656px;
	height: 160px;
	background: url(../images/banner_6.png) no-repeat;
	margin: 30px auto 65px auto;
	position: relative;
}

#splash #diagram p {
	font-size: 12px;
	position: absolute;
	top: 160px;
	font-weight: bold;
}

#splash #diagram p.left {
	width: 200px;
	text-align: left;
}

#splash #diagram p.right {
	width: 189px;
	right: 10px;
	text-align: right;
}

#splash a.button {
	float: left;
}

#splash a.button.video {
	margin-right: 90px;
	margin-left: 168px;
}

h1, h2 {
	font-size: 42px;
	font-family: AllerRegular;
	letter-spacing: -3px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;
}

h1 {
	margin: 0 0 5px 0;
	height: 82px;
	background: url(/images/cloud-large.png) no-repeat right top;
	float: left;
	padding-right: 238px;
	padding-top: 3px;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
}

h1 strong {
	font-weight: normal;
	font-family: AllerBold;
	color: #444;
	text-shadow: 1px 1px 1px #fff;		
}

#page {
	clear: both;
	width: 960px;
	background: url(/images/cloud-small.png) left top no-repeat;
	padding: 0 0 0 65px;
	margin: 0 auto;
}

#home #page {
	background: none;
	padding: 0 0 0 20px;
	width: 940px;
}

#home #content {
	float: left;
	width: 548px;
}

#home #page h2 {
	margin: 0;
	text-shadow: 1px 1px 1px #fff;		
	text-align: left;
	line-height: 38px;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 38px;
	border-bottom: solid 1px #ACDAF4;
	padding-bottom: 20px;
	width: 900px;
}

#home h2 strong {
	font-family: AllerBold;
	font-weight: normal;
}

#content {
	clear: both;
}

#content .message {
	padding: 20px 0 20px 20px;
	margin-bottom: 20px;
	border: 1px solid;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
}

#content .messageSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
}

#content h3 {
	margin-top: 28px;
	margin-bottom: 5px;
	font-family: AllerBold;
	font-size: 21px;
	letter-spacing: -1px;
	font-weight: normal;	
	text-shadow: 1px 1px 0px #fff;
}

#content.faq div.question {
	width: 700px;
	border-bottom: solid 1px skyblue;
}

#content.faq div.question.glow {

}

#content.faq h3 {
	font-family: Georgia, serif;
	font-family: AllerBold;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #444;
	margin: 0;
	padding: 5px 0;
	text-shadow: none;
	cursor: pointer;
	display: list-item;
	list-style-type: square;
	margin-left: 20px;
	margin-right: 60px;
}

#content.faq .glow h3 {
	background-color: #0080BD;
	color: white;
	text-shadow: -1px -1px 1px #444;
	list-style-type: none;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

#content.faq p.intro {
	margin-bottom: 30px;
}

#content.faq p.answer {
	display: none;
	width:600px;
}

#content p {
	margin: 5px 0;
	font-size: 14px;
}

#content p.intro {
	font-size: 18px;
	width: 660px;
}

#home #content p {
	margin: 0;
	font-size: 16px;
}

#content ul {
	padding-left: 10px;
}

#content ul li {
	margin-left: 20px;
	font-size: 12px;
}

#content ul#features {
	margin: 10px 0;
	padding: 0;
	float: left;
}

#content #premium_intro {
	width: 590px;
	float: left;
}

#content ul#features li {
	float: left;
	width: 310px;
	list-style-type: none;
	height: 135px;
	margin: 0;
	padding: 0 40px 0 0;
}

#content ul#features li h3 {
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -1px;
}

#content ul#features li img {
	float: left;
	margin: 15px 10px 0 0;
}

#premium_callout {
	text-align: center;
	padding-top: 50px;
}

#premium_callout a {
	display: inline-block;
}

#premium_callout p {
	margin-top: 20px;
}

#content #help {
	float: left;
	width: 275px;
	border: solid 1px #ccc;
	padding: 15px;
	margin: 20px 0 0 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;	
	display: none;
	background: #eee;
	border: solid 1px #ccc;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	font-size: 13px;
}

#content #premium_shell {
	padding-bottom: 30px;
	margin-bottom: 0px;
	float: left;
	margin-top: 5px;
}

#content #premium_shell table.table_header {
	width: 565px;
	padding: 10px 0px;
}

#content #premium_shell table .first {
	text-align: left;
	padding-left: 10px;	
	width: 300px;
}

#content #premium_shell table .premium {
	width: 100px;
	text-align: center;
}

#content #premium_shell table .free {
	text-align: center;
}

#content #premium_shell table tr th{
	padding: 0px 4px;
}

#content table.premium {
	width: 565px;
	padding: 10px 0px;
	float: left;
}

#content table.premium th {
	padding:8px 0;
	border-bottom: solid 1px #aaa;
	text-align: center;
}

#content table.table_header th h3 {
	font-size: 21px;
	letter-spacing: -1px;
	margin-bottom: 0;
}

#content table.premium tr td {
	padding: 8px 4px;
	font-size: 13px;
	border-bottom: solid 1px #C6E9FD;
	text-align: center;
}

#content table.premium tr td span {
	padding: 1px 4px;
	margin-left: 10px;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	border-radius: 4px;
}

body #content table.premium tr:hover td {
	background: #666;
	color: white;
	text-shadow: 1px 1px 1px #333;
}

#content table.premium tr td.first {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;	
}

#content table.premium tr td div.help {
	display: none;
}

#content table.premium tr.odd td {
	background: rgba(198,233,253,0.3);
}

#content table.premium tr td img{
	margin: 0 auto;
}

#sidebar {
	font-family: Arial;
	float: left;
	width: 310px;
/* 	background: white; */
	padding: 20px;
	margin-left: 20px;
	margin-top: -60px;
	border: solid 1px #ccc;
	
	-moz-box-shadow: 1px 1px 12px #ccc;
	-webkit-box-shadow: 1px 1px 12px #ccc;
	box-shadow: 1px 1px 12px #ccc;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
	background: #83DB6C; /* old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ddd',GradientType=0 ); /* ie */		
}

ul#examples_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 165px;
	float: left;
}

ul#examples_menu li {
	margin: 0 0 2px 0;
}

ul#examples_menu li a {
	font-size: 14px;
	font-family: AllerBold;
	color: #444;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 0px;
	text-align: right;
	text-shadow: 1px 1px 1px #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;	
	-webkit-border-bottom-left-radius: 4px;	
	
}

ul#examples_menu li a:hover {
	background: #fff;
	cursor: pointer;
}

ul#examples_menu li a.active {
	background: #0080bd;
	color: #fff;
	text-shadow: -1px -1px 0px #444;
}

#examples_slider {
	height: 400px;
	width: 8800px;
	position: absolute;
	left: 0;
}

#examples_box {
	overflow: hidden;
	min-height: 420px;
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	box-shadow: 1px 1px 24px #FFFFFF;
	-moz-box-shadow: 1px 1px 24px #FFFFFF;
	-webkit-box-shadow: 1px 1px 24px #FFFFFF;
    background: none repeat scroll 0 0 #E9F7FF;
    border: 1px solid #FFFFFF;
}

#examples_box .example {
	width: 740px;
	float: left;
	padding: 20px 25px 0 25px;
	
}

#examples_box .example div.description {
	float: left;
}

#examples_box .example div.timeline {
	width: 350px;
	height: 208px;
	background: url(/images/examples/screen3.png) no-repeat;
	float: right;
	padding: 70px 10px 0 10px;
	margin: 10px 0px 20px 20px;
	box-shadow: 2px 2px 12px #ccc;
	-moz-box-shadow: 2px 2px 12px #ccc;
	-webkit-box-shadow: 2px 2px 12px #ccc;
}

#examples_box .example div.timeline.left {
	float: left;
	margin: 10px 30px 20px 0;
}

#examples_box .example div.timeline img.avatar {
	width: 50px;
	height: 50px;
	background: purple;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#examples_box .example div.timeline img.avatar.small {
	width: 30px;
	height: 30px;
	margin-top: 4px; 
}

#examples_box .example div.timeline h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	float: left;
	width: 300px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
}

#examples_box .example div.timeline h4 span {
	font-weight: normal;
	color: #bbb;
}

#examples_box .example div.timeline p {
	font-size: 12px;
	font-family: Arial;
	border-bottom: solid 1px #eee;
	padding-bottom: 5px;
	margin: 0 5px 5px 5px;
}

#examples_box .example h3 {
	margin-top: 0;
	margin-bottom: -5px;
	font-size: 28px;
}

#examples_box .example h4 {
	font-family: AllerRegular;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #0080bd;
}

#examples_box .example h4 span {
	color: #0080bd;
	font-family: AllerBold;
}

#examples_box .example p {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#examples_box .example p.intro {
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-serif;
}

#examples_box .example a.button {
	margin-top: 20px;
}

#examples_box .example img {

}

.example hr {
	background: #fff;
	color: #fff;
	margin: 20px 0;
}

#activate_list {
	width: 620px;
	margin-bottom: 120px;
}

#activate_list ul {
	margin: 0;
	padding: 0;
	clear: both;
}

#content #activate_list ul li {
	padding: 20px;
	border-bottom: dashed 1px navy;
	margin-left: 0;
	list-style-type: none;
	font-size: 18px;
}

#content #activate_list p {
	text-align: center;
	margin: 20px auto;
	font-size: 18px;
	font-family: Arial;
}

#content #activate_list .button {
	margin: 0 auto;
}

#content ul#tab_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content ul#tab_menu li {
	margin: 0;
}

#content ul#tab_menu li.active {

}

#content ul#tab_menu li a {
	float: left;
	padding: 10px 20px;
	margin-bottom: -1px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

#content ul#tab_menu li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#content ul#tab_menu li.active a {
	background: #eee;
	border: solid 1px #ccc;
	border-bottom: solid 1px #eee;
text-shadow: 1px 1px 0px white;	
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
}

.tab_content {
	display: none;
	background: #eee;
	border: solid 1px #ccc;
	padding: 20px;
	clear: both;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */	
}

.tab_content.active {
	display: block;
}

#tabs .setting {
	width: 425px;
	float: left;
	margin-right: 30px;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#tabs .setting h3 {
	font-family: AllerBold;
	margin-top: 0;
	letter-spacing: -1px;
	font-size: 21px;
}

#tabs .highlight {
	background: #DDD;
	padding: 10px;
	font-style: italic;
	margin-bottom: 20px;
	border: solid 1px #CCC;
	font-weight: normal;
	box-shadow: -1px -1px 0px #999;
	-moz-box-shadow: -1px -1px 0px #999;	
	-webkit-box-shadow: -1px -1px 0px #999;
}

#tabs .note {
	float: left;
	width: 420px;
	background: white;
	border-radius: 6px;
	padding: 20px;
	font-style: italic;
	border: solid 1px #CCC;
	box-shadow: 2px 2px 3px #CCC;
	font-family: Arial;
}

#tabs .note strong {
	font-style: normal;
}

#tabs .note .help_me {
	font-style: normal;
	font-weight: bold;
}

form .button {
	float: left;
	margin-top: 20px;
}

#sidebar h3 {
	font-family: AllerBold;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 12px 0;
	text-align: center;	
}

.acc_content {
	display: none;
	padding: 5px 5px;
	overflow: hidden;
}

.acc_content ul li  {
	font-size: 11px;
	line-height: 20px;
}

.acc_content ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

.acc_content ul li.read_more {
	margin-top:2px;
}

ul.accordion, ul.accordion li {
	list-style-type: none;
}

ul.accordion li a.cord {
	display: block;
	background: #fff url(../images/accordion-arrows.png) 9px 9px no-repeat;
	font-size: 14px;
	margin-bottom: 3px;
	padding: 4px  0 4px 25px;
	text-decoration: none;
	color: #444;
	
	
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px #ccc;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

ul.accordion li a.cord:hover {
	background-color: #0090c7;
	color: #fff;
	font-weight: bold;
}

ul.accordion li a.active {
	background: #0090c7 url(../images/accordion-arrows.png) 9px -42px no-repeat;
	color: #fff;
	font-weight: bold;
}

#footer_wrapper {
	background: #77a060 url(/images/footer-bg.png) repeat-x center top;
	width: 100%;
}

#footer {
	margin: 50px auto 0 auto;
	width: 960px;
	text-align: center;
	padding: 265px 0 30px 0;
	font-family: Arial, sans-serif;
}

#footer ul {
}

#footer ul li {
	margin-left: 125px;
}

#footer ul li a {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-family: AllerRegular;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	clear: both;
	color: #ddd;
	padding-top: 40px;
	font-size: 12px;
}

#footer p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* Misc */

a.button {
	display: block;
	padding: 10px 0px;
	width: 220px;
	font-family: AllerBold, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #444;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	background: #3DB4E2; /* old browsers */
	background: -moz-linear-gradient(top, #3DB4E2 0%, #0279A7 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3DB4E2), color-stop(99%,#0279A7)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3DB4E2', endColorstr='#0279A7',GradientType=0 ); /* ie */	
}

a.button.small {
	font-size: 14px;
	padding: 5px 8px;
	width: auto;
}

a.button:hover {
	background: #3DB4E2; /* old browsers */
	text-shadow: none;	
}

a.button:active {
	background: #0279A7; /* old browsers */
	background: -moz-linear-gradient(top, #0279A7 0%, #3DB4E2 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0279A7), color-stop(99%,#3DB4E2)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279A7', endColorstr='#3DB4E2',GradientType=0 ); /* ie */	
	
	text-shadow: -1px -1px 0px #333;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
		
	position: relative;
	left: 1px;
	top: 1px;
}

a.button.video {
	background: #83DB6C; /* old browsers */
	background: -moz-linear-gradient(top, #83DB6C 0%, #49A032 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83DB6C), color-stop(100%,#49A032)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83DB6C', endColorstr='#49A032',GradientType=0 ); /* ie */
	padding-left: 0;
}

a.button.video span {
	background: url(../images/video-icon.png) no-repeat left center;
	height: 37px;
	padding-left: 50px;
	padding-right: 10px;
}

a.button.video:hover {
	background: #83DB6C;
}

a.button.video:active {
	background: #49A032; /* old browsers */
	background: -moz-linear-gradient(top, #49A032 0%, #83DB6C 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49A032), color-stop(100%,#83DB6C)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49A032', endColorstr='#83DB6C',GradientType=0 ); /* ie */
}

table#contributor_list {
	width: 450px;
	margin: 20px 0 20px 0;
}

table#contributor_list th, #div_main_add_contributor p,  #add_contributor p, p.sys_msg {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;	
}

table#hashtag_list {
    width: 400px;
    margin: 20px 0 20px 0;
}

.add_hashtag {
    margin-top: 10px;
}

.add_hashtag .button {
    margin: 0 0 0 20px;
}

.add_hashtag  input {
    font-size: 14px;
    padding: 3px;
    margin-top: 3px;
}

#div_main_add_contributor, #add_contributor {
	margin-top: 10px;
}

#div_main_add_contributor .button, #add_contributor .button {
	margin: 0 0 0 20px;
}

#div_main_add_contributor .button, #add_contributor .button {
    margin: 0 0 0 20px;
}

#div_main_add_contributor input, #add_contributor input {
	font-size: 14px;
	padding: 3px;
	margin-top: 3px;
}

a.remove_contributor {
	background: url(/images/no-icon.png) no-repeat center center;
	width: 22px;
	height: 22px;
	margin: 5px 0px 5px 13px;
	display: block;
}

a.remove_hashtag {
    background: url(/images/no-icon.png) no-repeat center center;
    width: 22px;
    height: 22px;
    margin: 5px 0px 5px 13px;
    display: block;
}

#main_add_contributor_input_status, #add_contributor_input_status, #CustomHashtag_status {
	display: none;
	height: 28px;
}

.button.red {
	float: right;
	background: #f00303; /* old browsers */
	background: -moz-linear-gradient(top, #f00303 0%, #c70000 99%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f00303), color-stop(99%,#c70000)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00303', endColorstr='#c70000',GradientType=0 ); /* ie */	
}

#footer {}

.glow {
	box-shadow: 1px 1px 24px #FFFFFF;
	-moz-box-shadow: 1px 1px 24px #FFFFFF;
	-webkit-box-shadow: 1px 1px 24px #FFFFFF;
    background: none repeat scroll 0 0 #E9F7FF;
    border: 1px solid #FFFFFF;
}

.clear {
	clear: both;
}

.fL {float: left}
.fR {float: right}

.hide {display: none;}


@font-face {
    font-family: 'AllerRegular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?iefix') format('eot'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerBold';
    src: url('aller_bd-webfont.eot');
    src: url('aller_bd-webfont.eot?iefix') format('eot'),
         url('aller_bd-webfont.woff') format('woff'),
         url('aller_bd-webfont.ttf') format('truetype'),
         url('aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Pacifico';
    src: url('pacifico-webfont.eot');
    src: url('pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('pacifico-webfont.woff') format('woff'),
         url('pacifico-webfont.ttf') format('truetype'),
         url('pacifico-webfont.svg#Pacifico') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Wizard styles */

#content ul.tab_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content ul.tab_menu li {
	margin: 0;
}

#content ul.tab_menu li.active {

}

#content ul.tab_menu li a {
	float: left;
	padding: 10px 20px;
	margin-bottom: -1px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

#content ul.tab_menu li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#content ul.tab_menu li.active a {
	background: #eee;
	border: solid 1px #ccc;
	border-bottom: solid 1px #eee;
text-shadow: 1px 1px 0px white;	
background: rgb(221,221,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(221,221,221,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
}

.tab_content {
	display: none;
	background: #eee;
	border: solid 1px #ccc;
	padding: 20px;
	clear: both;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */	
}

.tab_content.active {
	display: block;
}	

.tab_content .fancy_check {
	float:left;
	padding:10px 20px 20px 20px;
	margin-right:20px;
	margin-top:10px;
	border:solid 1px #ccc;
	border-raidus: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.tab_content .fancy_check h4 {
	font-family:AllerRegular;
	font-weight:normal;
}

#wizard {
	width: 680px;
}

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

#wizard .LabelSelected h3 {
	margin-top:5px;
	font-size: 21px;
	letter-spacing: -1px;
}

#wizard #wizard_hints ul li {
	font-size: 14px;
}

#wizard .button {
	margin-top:20px;
}

#wizard .LabelSelected {
	background:#eee;
}

#wizard input.wizard_check {
	display:none;
}

#wizard input.wizard_dashboard_check {
    display:none;
}

#wizard label a.gt_check {
	background:url(../images/gt-check.png) no-repeat 0 -34px;
	display:block;
	height:34px;
	width:36px;
	margin: 10px auto 0 auto;
	position:relative;
	right:-3px;
}

#wizard label.LabelSelected a.gt_check {
	background-position:0 0;
}

table.hashtag_list {
    width: 400px;
    margin: 20px 0 20px 0;
}

table.contributor_list {
	width: 400px;
	margin: 20px 0 20px 0;
}

table.contributor_list th, .add_contributor p, p.sys_msg {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;	
}

.add_hashtag {
    margin-top: 10px;
}

#wizard .add_hashtag .button {
    margin: 0 0 0 20px;
}

.add_hashtag input {
    font-size: 14px;
    padding: 3px;
    margin-top: 3px;
}

.add_contributor {
	margin-top: 10px;
}

#wizard .add_contributor .button {
	margin: 0 0 0 20px;
}

.add_contributor input {
	font-size: 14px;
	padding: 3px;
	margin-top: 3px;
}

#wizard .wizard_help {
	float:right;
	background: #DDD;
	width:320px;
	margin: 30px 30px 30px 20px;	
	padding: 20px;
	border: solid 1px #CCC;
	font-weight: normal;
	box-shadow: -1px -1px 0px #999;
	-moz-box-shadow: -1px -1px 0px #999;	
	-webkit-box-shadow: -1px -1px 0px #999;
}

#wizard #wizard_hints {
	padding: 10px 0;
	clear: left;
}

#wizard .wizard_help p {
	font-style:italic;
}

#wizard .wizard_help h3 {
	margin-top:0;
}

#wizard .wizard_content {
	width:500px;
}

#upgrade_options li {
	list-style-type: none;
}
.gt_page_button
{
    font-family: AllerBold, Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #444;
    color: #fff;

    text-decoration: none;
    text-align: center;

    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    background: #3DB4E2; /* old browsers */
    background: -moz-linear-gradient(top, #3DB4E2 0%, #0279A7 99%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3DB4E2), color-stop(99%,#0279A7)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3DB4E2', endColorstr='#0279A7',GradientType=0 ); /* ie */

    /* Stolen from the small def */
    font-size: 14px;
    padding: 5px 8px;
    width: auto;
}
.gt_page_button:hover {
    background: #3DB4E2; /* old browsers */
    text-shadow: none;
}

.gt_page_button:active {
    background: #0279A7; /* old browsers */
    background: -moz-linear-gradient(top, #0279A7 0%, #3DB4E2 99%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0279A7), color-stop(99%,#3DB4E2)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0279A7', endColorstr='#3DB4E2',GradientType=0 ); /* ie */

    text-shadow: -1px -1px 0px #333;

    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

    position: relative;
    left: 1px;
    top: 1px;
}

.gt_page_button_link {
    padding: 4px 6px;
    text-decoration: none;
    color: #444;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
}

.gt_page_button_link:hover {
    background: #fff;
}

.page_tweet
{
		
}

.page_tweet table
{
    /*border:  1px solid black;*/
    padding-bottom: 20px;
    width: 470px;
    /*width: 100%;*/
}

.page_tweet_text
{

}
.page_tweet_date
{
    text-align: right;
    /*width: 100%;*/
    /*border: 1px solid red;*/
}
.page_tweet small
{
    font-size: 10px;
    color: #878787
	
}
.page_tweet_image
{
    padding-right: 5px;
    height: 100%;
    vertical-align: top;
    width: 50px;
}

#content #wizard .tab_menu a
{
    font-size: 12px;
    text-decoration: none;
}
#content #wizard .tab_menu a:hover
{
    text-decoration: underline;
}
.grouptweet_page_left_column_value
{
    padding-left: 5px;
    font-size: 12px;
}
#right_content_container
{
    padding-top: 60px;
    padding-left: 20px;
    float: left;
}
.grouptweet_page_right_image_link
{
    padding-left: 5px;
}
.gt_page_group_image_td, .gt_page_group_link_td
{
    vertical-align: middle;
}
.gt_page_group_link_td
{
    vertical-align: middle !important;
    padding-left: 5px;
    height: 50px;
}
.gt_page_button_link
{

}
.page_tweet_linebreak
{
    margin-left: -21px;
    background-color: #d3d3d3;
    width: 499px;
}
.configure_upgrade_link
{
    text-decoration: none;
}
.configure_upgrade_link:hover
{
    text-decoration: underline;
}
#div_left_content
{
    padding-top: 60px;
}

#gt_image img, .page_tweet_image img, .gt_page_group_image_td img
{
    /*border: 1px solid #021a40;*/
    border: 1px solid #aaa;
    padding: 1px;
    background-color: #eee;
}

#gt_image img
{
    display: block;
    margin-top: 10px;
}

#JT_arrow_left{
    background-image: url(/images/jtip.arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    left:-12px;
    height:23px;
    width:10px;
    top:-3px;
}

#JT_arrow_right{
    background-image: url(/images/jtip.arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index:101;
    height:23px;
    width:11px;
    top:-2px;
}

#JT {
    position: absolute;
    z-index:100;
    border: 2px solid #CCCCCC;
    background-color: #fff;

}

#JT_copy{
    padding:10px 10px 10px 10px;
    color:#333333;
    font-size: 12px;
    text-align: left;
}

#JT_copy ul, #JT_copy ol{
    padding-left:20px;
}

#JT_copy li:nth-child(1){
    padding-top: 0;
}

#JT_copy li{
    padding-top: 10px;
}

.JT_loader{
    background-image: url(/images/jtip.loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:12px;
}

#JT_close_left{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_close_right{
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight:bold;
}

#JT_copy p{
    margin:3px 0;
}

#JT_copy img{
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.jTip{
    cursor:help;
}
.tweet_reply_button, .tweet_reply_all_button, .tweet_delete_button, .tweet_retweet_button, .tweet_follow_button
{
    color: #878787;
    text-decoration: none;
}
.tweet_reply_button:hover, .tweet_reply_all_button:hover, .tweet_delete_button:hover, .tweet_retweet_button:hover, .tweet_follow_button:hover
{
    color: #0090c7;
    text-decoration: underline;
}
.gt_page_getting_started
{
	font-family: Georgia, serif;
}
div.gt_page_getting_started
{

    padding-left: 5px;
    padding-bottom: 10px;
}
h4.gt_page_getting_started
{
    font-size: 12px;
}
p.gt_page_getting_started
{
    font-size: 12px !important;
}

li.gt_page_getting_started
{
    font-size: 12px !important;
    padding-bottom: 10px;

    color: #0090c7;
    text-decoration: none;
}
.gt_page_getting_started li:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.gt_page_getting_started li
{
    font-size: 14px;
    padding-bottom: 10px;

    color: #0090c7;
    text-decoration: none;
}
.gt_page_getting_started_completed
{
    color: #A8A8A8 !important;
    text-decoration: none !important;
    cursor: default !important;
}
.gt_page_getting_started_completed:hover
{
    color: #A8A8A8 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}
.launch_help
{
    color: inherit;
    text-decoration: none;
}
.launch_help:hover
{
    color: inherit;
    text-decoration: underline;
}
.gt_no_underline_link
{
    text-decoration: none;
}
.gt_no_underline_link :hover
{
    text-decoration: underline;
}
#getting_started_progress
{
    width: 120px;
    height: 15px;
}
.down_arrow, .up_arrow
{
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
}
.down_arrow
{
    border-top-color: red;
}
.up_arrow
{
    border-bottom-color: red;
}
.tab_link
{
    text-decoration: none;
}
.tab_link:hover
{
    text-decoration: underline;
}

#div_left_content
{
	float: left;
	width: 160px;
	height: 100%;
	padding-right: 50px;
}

#centre_content_container
{
	float: left;
	width: 530px;
}
.page_tweet a
{
	text-decoration: none;
}
.page_tweet a:hover
{
	text-decoration: underline;
}
#right_content_content > .gt_page_button_link
{
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
}
#settings_link
{
	background: transparent url(/images/sidebar_icons/settings.png) center left no-repeat;
}
#add_more_contributors_link
{
	background: transparent url(/images/sidebar_icons/add_contributors.png) center left no-repeat;
}
#projector_mode_link
{
	background: transparent url(/images/sidebar_icons/projector_mode.png) center left no-repeat;
}
#invite_link
{
	background: transparent url(/images/sidebar_icons/invite.png) center left no-repeat;
}
#remote_link
{
	background: transparent url(/images/sidebar_icons/remote_grouptweeting.png) center left no-repeat;
}
#tempate_link
{
	background: transparent url(/images/sidebar_icons/tweet_template.png) center left no-repeat;
}
#privacy_link
{
	background: transparent url(/images/sidebar_icons/privacy_settings.png) center left no-repeat;
}
#view_timeline_on_twitter_link
{
	background: transparent url(/images/sidebar_icons/eye_16x12.png) center left no-repeat;
}
#remove_link
{
	background: transparent url(/images/sidebar_icons/remove_me_from_group.png) center left no-repeat;
}
#my_grouptweets_link
{
	background: transparent url(/images/sidebar_icons/my_grouptweets.png) center left no-repeat;
}
#upgrade_link
{
	background: transparent url(/images/sidebar_icons/heart_stroke_16x14.png) center left no-repeat;
}

#contributor_analytics_link
{
	background: transparent url(/images/sidebar_icons/info_8x16.png) center left no-repeat;
}

#moderation_link
{
	background: transparent url(/images/sidebar_icons/check_16x13.png) center left no-repeat;
}

#contributors_link
{
	background: transparent url(/images/sidebar_icons/user_12x16.png) center left no-repeat;
}

#scheduling_link
{
	background: transparent url(/images/sidebar_icons/clock_16x16.png) center left no-repeat;
}

#grouptweets_link
{
	background: transparent url(/images/sidebar_icons/chat_16x16.png) center left no-repeat;
}

#tweeting_method_link
{
	background: transparent url(/images/sidebar_icons/layers_16x14.png) center left no-repeat;
}

#ambassador_link
{
	background: transparent url(/images/sidebar_icons/share_16x16.png) center left no-repeat;
}

#ambassador_link:hover
{
	background: #fff url(/images/sidebar_icons/share_16x16.png) center left no-repeat;
}

#tweeting_method_link:hover
{
	background: #fff url(/images/sidebar_icons/layers_16x14.png) center left no-repeat;
}

#grouptweets_link:hover
{
	background: #fff url(/images/sidebar_icons/chat_16x16.png) center left no-repeat;
}

#contributors_link:hover
{
	background: #fff url(/images/sidebar_icons/user_12x16.png) center left no-repeat;
}

#scheduling_link:hover
{
	background: #fff url(/images/sidebar_icons/clock_16x16.png) center left no-repeat;
}

#moderation_link:hover
{
	background: #fff url(/images/sidebar_icons/check_16x13.png) center left no-repeat;
}

#contributor_analytics_link:hover
{
	background: #fff url(/images/sidebar_icons/info_8x16.png) center left no-repeat;
}

#settings_link:hover
{
	background: #fff url(/images/sidebar_icons/settings.png) center left no-repeat;
}
#add_more_contributors_link:hover
{
	background: #fff url(/images/sidebar_icons/add_contributors.png) center left no-repeat;
}
#projector_mode_link:hover
{
	background: #fff url(/images/sidebar_icons/projector_mode.png) center left no-repeat;
}
#invite_link:hover
{
	background: #fff url(/images/sidebar_icons/invite.png) center left no-repeat;
}
#remote_link:hover
{
	background: #fff url(/images/sidebar_icons/remote_grouptweeting.png) center left no-repeat;
}
#tempate_link:hover
{
	background: #fff url(/images/sidebar_icons/tweet_template.png) center left no-repeat;
}
#privacy_link:hover
{
	background: #fff url(/images/sidebar_icons/privacy_settings.png) center left no-repeat;
}
#remove_link:hover
{
	background: #fff url(/images/sidebar_icons/remove_me_from_group.png) center left no-repeat;
}
#my_grouptweets_link:hover
{
	background: #fff url(/images/sidebar_icons/my_grouptweets.png) center left no-repeat;
}
#upgrade_link:hover
{
	background: #fff url(/images/sidebar_icons/heart_stroke_16x14.png) center left no-repeat;
}
#view_timeline_on_twitter_link:hover
{
	background: #fff url(/images/sidebar_icons/eye_16x12.png) center left no-repeat;
}
#lnk_wizard_login
{
	margin-left: 120px;
	width: 402px;
	height: 87px;
	display: block;
	background: url(/images/new_login_button_sprite_fixed.png) no-repeat;
}
#lnk_wizard_login:hover
{
	background-position: 0 -86px;
}

.divline{width:860px; height:2px; background-image:url(../images/divline.png);margin:0 auto;}
#tophalf{min-height:300px; width:inherit;}
#lowerhalf{min-height:300px; width:inherit;}
#icon_bird{float:left; background-image:url(images/bird_icon.png); width:69px; height:72px;}
#icon_upgrade{float:left; background-image:url(images/upgrade_icon.png); width:50px; height:54px;margin-top:8px; margin-right:7px;margin-left:7px;}
.left_title{font-size:32px; color:#525b60; text-shadow:0px 1px 0px white; line-height:74px; text-indent:10px;width:400px; float:left; font-family:Aller; font-weight:bold;
}
.makeblue{color:#198dc6;}
.makegreen{color:#5e891b;}
#upgrade_now{width:122px; height:33px;background-image:url(images/upgrade_now_button.png);float:right;  margin-top:22px; margin-right:25px; }
#upgrade_now:hover{opacity:0.85; filter:alpha(opacity=85);}
#tophalf_upperhalf{width:inherit; height:74px;}
#lowerhalf_upperhalf{width:inherit; height:74px;}
.information_reel{width:960px; font-size:18px; text-shadow:0px 1px 1px white;color:#525b60; margin-left:80px;font-family:Aller; font-style:italic;}
#points_box{ margin:60px auto 45px auto; width:646px; min-height:380px;}
.pointbox_top{float:left; width:270px; min-height:150px; color:#525b60;text-shadow:0px 1px 0px #eff9ff; font-size:18px; margin-left:20px;font-family:Aller;}
.pointbox_bot{float:left;width:270px; min-height:150px;color:#525b60; text-shadow:0px 1px 0px #eff9ff;font-size:18px; margin-top:20px; margin-bottom:40px;margin-left:20px;font-family:Aller;}
.title_pointbox{color:white; text-shadow:0px 1px 2px #66747c; font-size:20px;  font-family:Aller; font-weight:bold;}
.right2{float:right;}
#comparison_box{background-image:url(images/comparison_popup_button.png); width:638px; height:40px; clear:both;  margin-bottom:20px; }
#comparison_box:hover{opacity:0.9; filter:alpha(opacity=90);}
#paypal_standards{width:340px; height:94px; background-image:url(images/paypal_info.png); margin:0 auto;}
#total_box{width:130px; height:34px; background-image:url(images/total_bg.png); margin:30px auto;  font-size:20px; padding-top:4px;padding-left:5px; padding-right:5px;color:white; text-shadow:0px 0px 2px #254859;font-family:Aller; text-align:center;}
.makewhite{text-shadow:none; font-size: 18px;}
#payment_box{padding-top:10px;text-align:center;overflow:hidden;height:123px; background-color:#d7effe; border:1px solid #b6d7e9; font-size:18px;width:100%; color:#198dc6;margin-top:40px;font-family:Aller; font-style:italic;text-shadow:0px 1px 1px white;}
#plan_bg{background-image:url(images/payment_bg.png); width:427px; height:51px; margin:0 auto;}
#AnnualPayment{width:194px; padding-top:5px;height:32px; float:left; margin-top:9px; margin-left:12px;color:white;text-shadow:0px 1px 1px #575757;font-style:normal; cursor:pointer;}
#MonthlyPayment{width:194px; padding-top:5px;height:32px;  float:right;margin-top:9px; margin-right:12px;color:white;text-shadow:0px 1px 1px #575757;font-style:normal;cursor:pointer;}
#options_box{width:640px; margin:0 auto; height:110px;}
#secure_icon{background-image:url(images/ssl_secure_icon.png); width:70px; height:89px;float:left; margin-top:-10px;}
#paybycard{background-image:url(images/paybycard_button.png); width:238px; height:62px; float:left; margin-top:10px; margin-left:10px;}
#paybycard:hover{opacity:0.85; filter:alpha(opacity=85);cursor:pointer;}
#payviapaypal{background-image:url(images/paypal_button.png); width:239px; height:63px; float:left; margin-top:9px; margin-left:10px;}
#payviapaypal:hover{opacity:0.85; filter:alpha(opacity=85);cursor:pointer;}


/*step 1 and step 2 code after this*/

#section_step1{ margin-left:-55px; width:960px; margin-bottom:120px;}
.pushlow{margin-bottom:40px;}
#section_step2{ margin-left:-55px; width:960px; margin-bottom:30px;}
/*the above rule's top-margin has to be altered*/
.title_mid{font-size:32px; color:#444; text-shadow:0px 1px 0px white; line-height:54px; text-align:center;  font-family:AllerBold; font-weight:normal;}
.central{ font-size:18px; color:#525b60; text-align:center;font-family:Georgia,serif;}
.lefter{font-size:18px; color:#525b60; text-align:left;font-family:Georgia,serif; margin-top:10px; width:600px; margin-left:auto; margin-right:auto;}
.step1pb{color:#525b60; text-align:center;}
#section_step3{ width:960px; margin-bottom:120px;}
.pushlow{margin-bottom:40px;}
#instructions_please{display:block;width:250px; height:60px; background-image:url(../images/instructions_please_sprite.png); margin-top:20px; margin-left:8px;}
#instructions_please:hover{width:250px; height:60px; background-image:url(../images/instructions_please_sprite.png); margin-top:20px; background-position:0px 60px;margin-left:8px;}
#add_contrib{display:block;width:250px; height:60px; background-image:url(../images/add_contrib_sprite.png); margin-top:20px; margin-left:12px;}
#newaccount{display:block;width:375px; height:60px; background-image:url(../images/newaccount_sprite.png); margin-top:20px; margin-left:12px;}
#newaccount:hover{width:375px; height:60px; background-image:url(../images/newaccount_sprite.png); margin-top:20px; margin-left:12px;background-position:0px 60px;}
#add_contrib:hover{width:250px; height:60px; background-image:url(../images/add_contrib_sprite.png); margin-top:20px; background-position:0px 60px; margin-left:12px;}
#showmemore{display:block;width:250px; height:60px; background-image:url(../images/learnmore.png); margin-top:20px; margin-left:8px;}
#showmemore:hover{width:250px; height:60px; background-image:url(../images/learnmore.png); margin-top:20px; background-position:0px 60px;margin-left:8px;}
#connectwithtwitter{display:block;width:250px; height:60px; background-image:url(../images/connectwithtwitter.png); margin-top:20px; margin-left:12px;}
#connectwithtwitter:hover{width:250px; height:60px; background-image:url(../images/connectwithtwitter.png); margin-top:20px; background-position:0px 60px; margin-left:12px;}
.generalbutton{width:250px; height:60px;}
.links{color:#198dc6;}
.smallsize{font-size:14px; margin-top:5px;}
.pushup{margin-top:10px;}
.pull-left-six{margin-left:-70px;}
.step1sb{min-height:190px !important; margin-bottom:140px!important;} /* You can change this value to increase the distance between the buttons and the next divider line*/
#infobox{background-image:url(../images/info.png); margin:10px auto; width:45px; height:37px;}
#twitterbox{background-image:url(../images/bird.png); margin:10px auto; width:45px; height:37px;}
.centered2{margin:35px auto!important;}
.clearheight{width:inherit; height:20px;}
.sharescontainer{width:600px; height:32px; margin:15px auto;}
#facebookshare{width:157px; height:32px; margin:0px 20px; background-image:url(../images/sw_fb_btn.png); float:left; display:block;}
#facebookshare:hover{background-position:0px 32px;}
#twittershare{width:157px; height:32px; margin:0px 20px; background-image:url(../images/sw_tw_btn.png); float:left;display:block;}
#twittershare:hover{background-position:0px 32px;}
#emailshare{width:157px; height:32px; margin:0px 20px; background-image:url(../images/sw_em_btn.png);float:left;display:block;}
#emailshare:hover{background-position:0px 32px;}
.progressholder{width:650px; margin:0 auto; height: 26px; background-color:#bbdcef; border-radius:6px; border:1px solid #81aac1;

-moz-box-shadow: inset 0 0 1px 2px #9dc7df;
-webkit-box-shadow: inset 0 0 1px 2px#9dc7df;
box-shadow: inset 0 0 1px 1px #9dc7df;


}
.progressbar{height:21px; margin-top:2px;border-radius:6px; float:left; 
		  background-color: #fecf23;
			  background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
			  background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
			  background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
			  background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
			  background-image: -o-linear-gradient(top, #fecf23, #fd9215);
			  background-image: linear-gradient(top, #fecf23, #fd9215);  
			  border-top:1px solid #fff3d3;
}
.scaletable{ background-image:url(../images/scaletable.png); width:654px; height:30px;}
.progclearance{margin-left:3px; width:644px;}
#hor-zebra{font-size:12px; width:500px; margin:20px auto; text-align:left; border-collapse:collapse;}
#hor-zebra th {
font-size: 14px;
font-weight: normal;
color: #4e7dba;
padding: 10px 8px;
}
#hor-zebra .odd {
background: #bbdcef;
color:white;
}
#hor-zebra td {
padding: 8px;
color:#638ca3;
}
.twrapper {
background-color:white;
width:802px;
height:180px;
overflow:hidden;
margin-right:70px;
margin-left:70px;
position:relative;
z-index:2;
box-shadow:0px 2px 3px rgba(0,0,0,0.3);
}
table.pricing{width:802px; font-weight:500px; font-size:13px;  table-layout:fixed;}
table.pricing tr {
border-bottom: 1px solid #d8d7d7;
background-color:white;
}
table.pricing .top th {
font-size: 15px;
width:190px;
height: 80px;
font-family:AllerBold !important;
background-color:#ebf3f8;
border:1px solid #cce0ed;
}
table.pricing .top td {
font-size: 30px;
width:90px!important;
text-align:center;
padding-left:15px;
padding-right:15px;
background-color:#ebf3f8;
color:#333;
border:1px solid #cce0ed;
}
table.pricing td {
text-align: center;
padding: 3px;
margin: 0;
}
table.pricing th, table.pricing td {
vertical-align: middle;
}
table.pricing th{text-indent:15px; font-weight:bold;}
table.pricing .mid th, table.pricing .mid td {
line-height: 22px;
}
table.pricing .mid td{border-right:1px solid rgb(228,228,228);}
.ssmaller{font-size:13px; color:#46a3d0;}
table.pricing .mid th{background-color:#ebf3f8;
color:#333;
padding-top:5px;
padding-bottom:5px;
font-family:AllerBold !important;
font-size:13px;
padding-right:10px;
border-bottom:1px solid #cce0ed;
border-right:1px solid #cce0ed;}
.customerbanner{min-height:250px; margin-top:70px; margin-bottom:30px;
	overflow:auto;
	}
	.long_col a{text-decoration:none; color:#333;}
.box-pull-left{margin-left:10px; width:500px; float:left;}
.left-column{float:left; width:130px; text-align:center; line-height:85px;}
.mid-column{float:left; width:110px; margin-left:5px; line-heigh:30px}
.right-column{float:left; width:130px; text-align:center; line-height:100px;}
.box-pull-right{margin-left:15px;width:400px; float:left; 
	}
	.checkmark{}
		.long_col{width:200px; overflow:hidden;
		    white-space:nowrap;}
		.show-more{
			color: #fff;
			padding: 7px 5px 7px 15px;
			-webkit-appearance: none;
			z-index:1;
			width: 154px;
			margin: -2px 0 0px 0px;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		
		.sb{
			color: #fff;
			padding: 3px 5px 3px 15px;
			-webkit-appearance: none;
			z-index:1;
			width: 70px;
			position:relative;
			text-decoration:none;
			display:inline-block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px 3px 0px 0px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		
		.sg{
			color: #fff;
			padding: 0px 5px 5px 10px;
			-webkit-appearance: none;
			z-index:1;
			width: 70px;
			font-size:12px;
			height:16px;
			position:relative;
			text-decoration:none;
			display:inline-block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid #0C7FAD;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			
			background: #5db2dd; /* Old browsers */
			background: -moz-linear-gradient(top, #5db2dd 0%, #4f9dbc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5db2dd), color-stop(100%,#4f9dbc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #5db2dd 0%,#4f9dbc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #5db2dd 0%,#4f9dbc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #5db2dd 0%,#4f9dbc 100%); /* IE10+ */
			background: linear-gradient(to bottom, #5db2dd 0%,#4f9dbc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2dd', endColorstr='#4f9dbc',GradientType=0 ); /* IE6-9 */
			
		}
		.sg:hover{opacity:0.8; filter:alpha(opacity=80);}
		.sb:hover{opacity:0.8; filter:alpha(opacity=80);}
		.free-signup{margin-left:3px; width:65px; }
		.s9-signup{margin-left:28px;}
		.s18-signup{margin-left:27px;}
		.s27-signup{margin-left:27px;}
		.s37-signup{margin-left:24px;}
		.signup-column
		{
			width: 750px;
			padding-left:180px;
			overflow: hidden;
			margin-left: 70px;
		}
		.show-more-r{
			color: #fff;
			padding: 7px 6px 6px 6px;
			-webkit-appearance: none;
			z-index:1;
			text-decoration: none;
			width: 318px;
			margin: -41px 0 100px 540px;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		.show-l{
			color: #fff;
			padding: 6px 15px 6px 15px;
			-webkit-appearance: none;
			z-index:1;
			line-height:18px;
			width:400px;height:15px;
			margin: 0 auto;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		.show-r{
			color: #fff;
			padding: 3px 15px 3px 15px;
			-webkit-appearance: none;
			z-index:1;
			line-height:18px;
			width:800px;
			margin: 0 auto;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		.show-x{
			color: #fff;
			padding: 6px 15px 6px 15px;
			-webkit-appearance: none;
			z-index:1;
			line-height:18px;
			width:640px;height:15px;
			margin: 0 auto;
			position:relative;
			display:block;
			font-weight: bold;
			text-shadow: 0 1px 0 rgba(0,0,0,.2);
			border: 1px solid rgba(87,121,63,.8);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			-moz-background-clip: padding;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			background-color: #90b575;
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.25);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			background-image: linear-gradient(bottom, rgba(0,0,0,.15) -17%, rgba(255,255,255,.15) 117%);
			
		}
		.show-more:hover{opacity:0.8; filter:alpha(opacity =80);}
		.show-more-r:hover{opacity:0.8; filter:alpha(opacity =80);}
		.push-a-bit{margin-top:70px;}
		.who-uses{margin-left:20px;}
/*#pagenew{clear:both; width:960px; padding:0px; margin:0 auto;}*/

/*Styles for card page */
.gtc_left{width:400px; float:left; margin-left:50px;}
.gtc_right{width:400px; float:left; margin-top:30px;}
.atc_right{ width:390px; min-height:100px;}
.what_is{clear:both; margin-top:20px;}
.what_is h2{text-align:center;}
.what_is p{text-align:center;}
.lower_gtc{clear:both; margin-top:20px;}
.lower_gtc h2{text-align:center;}
.holder_set{width:250px; margin:0 auto;}
.holder_set a{
margin-left:30px;
	
}

.gtc_container{width: 940px; margin:0 auto; min-height:200px; overflow:auto; margin-bottom:50px;}

#twitter_search_timeline_parameters {
	padding-bottom: 25px;
}

#twitter_search_query, #twitter_username_search_query {
	padding: 3px;
	width: 144px;
}

#twitter_search_btn, #twitter_username_search_btn {
	font-size: 12px;
	height: 20px;
	padding-bottom: 16px;
}

#search_tips_link {
	font-size: 10px;
>>>>>>> .r3981
}

/****************
POP UP VIDEO
*****************/

.video-link {
  
    display: block;
    padding: 30px;
    text-align: center;
}
.video1 span {
    border-radius: 5px;
    width: 190px;
	margin-top:-15px;
	color:#fff;
	font-weight:bold;
	background:url(../images/WatchVideo.png); background-repeat:no-repeat;
	 margin: 0 auto;
}
.video1 a img {
 margin-top:-33px;
	 
}


/***********************/