/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}
body {
  line-height: 1.5;
  
}
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
ul, ol {list-style-type: none;}

/* grid framework - taken from blueprint */
.container {
  width: 950px;
  margin: 0 auto;
}

.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 10px;
}

.last {margin-right: 0;}
.span-1 {width: 30px;}
.span-2 {width: 70px;}
.span-3 {width: 110px;}
.span-4 {width: 150px;}
.span-5 {width: 190px;}
.span-6 {width: 230px;}
.span-7 {width: 270px;}
.span-8 {width: 310px;}
.span-9 {width: 350px;}
.span-10 {width: 390px;}
.span-11 {width: 430px;}
.span-12 {width: 470px;}
.span-13 {width: 510px;}
.span-14 {width: 550px;}
.span-15 {width: 590px;}
.span-16 {width: 630px;}
.span-17 {width: 670px;}
.span-18 {width: 710px;}
.span-19 {width: 750px;}
.span-20 {width: 790px;}
.span-21 {width: 830px;}
.span-22 {width: 870px;}
.span-23 {width: 910px;}
.span-24 {width: 950px; margin-right:0;}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/*
	sookachat main css template file
*/

body {
 	font-family: "Droid Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #666;
	background: #708290;
}

/* Contents */
.SC_content {
	margin-top: 5px;
	font-size: 13px;
}
	.SC_content h2 {
		color: #333;
		font-size: 26px;
		line-height: 32px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
	.SC_content a {
		color: #ff5400;
		text-decoration: none;
	}
	.SC_content a:hover {
		text-decoration: underline;
	}
	.SC_content td, .SC_content th {
		vertical-align: top;
		padding: 4px;
	}
	.SC_content h3 {
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 18px;
		color: #333;
		border-bottom: 1px solid #ddd;
		padding-bottom: 4px;
		line-height: 24px;
	}
	.SC_content h4 {
		margin-top: 25px;
		margin-bottom: 6px;
		font-size: 16px;
		color: #333;
		padding-bottom: 6px;
	}
	/* myblog compatibility */
	#myBlog-head h3 {
		border-bottom: 0px none;
	}
	.SC_content p {
		line-height: 18px;
		font-size: 13px;
	}
	.SC_content p + p {
		margin-top: 15px;
	}
	.SC_content ul {
		list-style-type: disc;
		padding-left: 2em;
		margin: 15px 0;
	}
	.SC_content li + li {
		margin-top: 15px;
	}


/* SookaChat header section (that black bar) */
.SC_header {
	height: 55px;
	overflow: hidden;
	background: #2b2b2b;
	color: #ebebeb;
	border-bottom: 1px solid #fff;
}
	.SC_header a {
		text-decoration: none;
		color: #e1e1e1;
	}
	.SC_header a:hover {
		color: #fff;
	}
	.SC_nav {
		float: right;
		line-height: 25px;
		margin-top: 15px;
	}
	.SC_nav a {
		display: block;
		padding: 0px 4px;
	}
	.SC_nav a:hover {
		border-bottom: 2px solid #aaa;
	}
	.SC_nav ul {
		float: left;
		margin-left: 16px;
	}
	.SC_nav li {
		float: left;
	}
	.SC_nav li + li {
		margin-left: 16px;
	}
	.SC_nav #active_menu-nav {
		border-bottom: 2px solid #ebebeb;
		color: #fff;
	}
	.signup {
		border-left: 2px solid #888;
		padding-left: 16px;
	}
	
/* SookaChat Hero Shot area */
.SC_hero {
	height: 330px;
	background: #84ab18 url('http://www.sookachat.com/templates/mohchat/images/sookachat-hero-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	color: #fff;
}
	.SC_hero h2 {
		font-size: 30px;
		line-height: 1;
		font-weight: bold;
		letter-spacing: -1px;
		color: #fff;
		margin-top: 25px;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	}
	.SC_hero-list li {
		padding-left: 40px;
		background: transparent url("http://www.sookachat.com/templates/mohchat/images/tick.png") no-repeat 0 50%;
	}
	.SC_hero-list {
		margin: 25px 0;
		font-size: 18px;
		line-height: 38px;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	}
	.SC_cta-frontpage {
		display: block;
		color: #fff;
		text-decoration: none;
		background: #ff5400 url("http://www.sookachat.com/templates/mohchat/images/cta-bg.png") repeat-x 0 0;
		margin-left: 40px;
		width: 180px;
		padding: 10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
		box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
		border: 1px solid #feb058;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	}
	.SC_cta-frontpage:hover {
		border-color: #fff;
		outline: 0px none;
	}
	.SC_cta-frontpage:active {
		position: relative;
		top: 2px;
		outline: 0px none;
		border-color: #feb058;
	}
	.SC_cta-frontpage strong, .SC_cta-frontpage span {
		display: block;
		text-align: center;
	}
	.SC_cta-frontpage strong {
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	.SC_cta-frontpage span {
		line-height: 18px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0px;
	}
	#SC_hero-slider {
		float: right;
	}

/* Breadcrumb */
.SC_breadcrumb {
	background: #84ab18 url('http://www.sookachat.com/templates/mohchat/images/sookachat-hero-bg.png') repeat-x 0 50%;
	border-bottom: 1px solid #84ab18;
	overflow: hidden;
	color: #fff;
	padding: 8px 0;
	font-size: 12px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
	.SC_breadcrumb a {
		color: #fff;
	}

/* Frontpage - features tabs */
.SC_frontpage-feat {
	background: #1d1d1d url("http://www.sookachat.com/templates/mohchat/images/footer-bg.png") repeat-x 0 0;
	color: #ebebeb;
	}
	.SC_frontpage-feat ul, ul.SC_frontpageContents {
		list-style-type: none;
		clear: both;
		padding: 0;
		}
		ul.SC_frontpageContents {
			margin-top: -50px;
		}
		.SC_frontpage-feat li {;
			width: 220px;
			float: left;
			padding-top: 5px;
			margin-left: 5px;
			font-size: 18px;
			font-weight: normal;
			line-height: 44px;
			letter-spacing: -1px;
			text-align: center;
		}
		ul.SC_frontpageContents li {
			width: 220px;
			float: left;
			padding-top: 20px;
			padding-bottom:10px;
			margin-left: 5px;
			margin-bottom: 0px;
			min-height: 300px;
		}
		.SC_frontpage-feat li + li, ul.SC_frontpageContents li + li {
			margin-left: 10px;
			padding-left: 10px;
		}
		.SC_frontpage-feat li + li {
			background: transparent url("http://www.sookachat.com/templates/mohchat/images/fp-top-tab-div.png") no-repeat 0 100%;
		}
		ul.SC_frontpageContents li + li {
			background: transparent url("http://www.sookachat.com/templates/mohchat/images/fp-bot-tab-div.png") repeat-y 0 100%;
		}
	
	.SC_loading {
		background: transparent url('http://www.sookachat.com/templates/mohchat/images/ajax-loader.gif') no-repeat 50% 50%;
	}
	/* hide these by default */
	#SC_fptabs li {
		display: none;
	}
	
/* Footer */
.SC_footer {
	background: #1d1d1d url("http://www.sookachat.com/templates/mohchat/images/footer-bg.png") repeat-x 0 0;
	color: #e1e1e1;
	font-size: 12px;
	line-height: 15px;
	padding: 20px 0;
}
	.SC_footer a {
		color: #ff5400;
		text-decoration: none;
	}
	.SC_footer a:hover {
		text-decoration: underline;
	}
	.SC_footer-menu {
		text-align: right;
	}
	.SC_footer-menu ul {
		float: right;
		clear: both;
	}
	.SC_footer-menu li {
		float: left;
	}
	.SC_footer-menu li + li {
		padding-left: 10px;
		margin-left: 10px;
		border-left: 1px solid #e1e1e1;
	}
	.SC_footer-menu p {
		clear: both;
		font-size: 11px;
	}
	
/* Newsletter Signup Form */
.SC_newsletter {
	margin: 8px 0;
}
	.SC_newsletter input[type=text] {
		border: 1px solid #fff;
		background: #e1e1e1;
		font-size: 12px;
		padding: 3px;
		color: #555;
		float: left;
		width: 130px;
		margin-right: 4px;
		line-height: 1;
		height: 18px;
	}
	.SC_newsletter input[type=text]:focus {
		color: #333;
		background: #fff;
	}
	.SC_newsletter input[type=submit] {
		background: #ff5400 url("http://www.sookachat.com/templates/mohchat/images/btn-bg.png") repeat-x 0 0;
		border: 1px solid #FEB058;
		color: #fff;
		font-weight: bold;
		height: 26px;
		cursor: pointer;
	}
	.SC_newsletter input {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	.SC_newsletter_error {
		display: none;
		background: transparent url("http://www.sookachat.com/templates/mohchat/images/error.png") no-repeat 6px 50%;
		color: #ffb8ba;
		padding: 0;
		padding-left: 36px;
	}

/* newsletter popup styles */
#SC_newsPopup {
	padding: 10px;
}
	#SC_newsPopup h1 {
		color: #222;
		font-size: 24px;
		line-height: 40px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: 8px;
	}
	#SC_newsPopup p + p {
		margin-top: 10px;
	}
	#SC_newsPopup label {
		display: block;
		margin-top: 15px;
		color: #222;
	}
	#SC_newsPopup input[type=text] {
		border: 1px solid #999;
		color: #999;
		font-size: 18px;
		padding: 6px;
		width: 368px;
	}
	#SC_newsPopup input[type=text]:focus {
		border: 1px solid #333;
		color: #333;
	}
	#SC_newsPopup input[type=submit] {
		background: #ff5400 url("http://www.sookachat.com/templates/mohchat/images/btn-bg.png") repeat-x 0 0;
		border: 0px none;
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		font-size: 16px;
		padding: 8px 18px;
		float: right;
		-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
		text-shadow: -1px -1px 0 rgba(0,0,0,0.26);
		position: relative;
		outline: 0px none;
	}
	#SC_newsPopup input[type=submit]:hover {
		background-position: 0 -80px;
		top: -1px;
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
		outline: 0px none;
	}
	#SC_newsPopup input[type=submit]:active {
		background-position: 0 -80px;
		bottom: -1px;
		-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
		outline: 0px none;
	}
	#SC_newsPopup input {
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	

/* Features Page */
ul.SC_featuresList {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}
	.SC_featuresList li:nth-child(odd) {
		width: 220px;
		float: left;
		margin-right: 20px;
		min-height: 130px;
		padding-top: 20px;
	}
	.SC_featuresList li:nth-child(even) {
		min-height: 150px;
		float: left;
		width: 560px;
	}
	.SC_featuresList li + li {
		margin: 0;
	}	
	
	
/* Login Page */
.SC_loginBox {
	width: 372px;
	height: 466px;
	padding: 42px 82px;
	margin: 0px auto;
	position: relative;
	background: #fff url("http://www.sookachat.com/templates/mohchat/images/loginbg.png") no-repeat 0 0;
	font-size: 14px;
}
	.SC_loginheading {
		text-align: center;
		color: #1d1d1d;
		font-size: 24px;
		line-height: 40px;
		margin-top: 25px;
		text-shadow: 1px 1px 0 #fff;
	}
	.SC_loginheading strong {
		font-weight: bold;
		letter-spacing: -1px;
	}
	.SC_loginBox label {
		margin: 0;
		padding: 0;
	}
	.SC_login-input {
		border-bottom: 1px solid #ebebeb;
		margin: 0;
		padding: 30px;
	}
	.SC_login-register {
		border-top: 1px solid #fff;
		padding: 20px 30px;
		text-align: center;
		font-size: 17px;
		text-shadow: 1px 1px 0 #fff;
		line-height: 36px;
	}
	.SC_loginBox input[type=text], .SC_loginBox input[type=password] {
		display: block;
		border: 1px solid #ccc;
		color: #aaa;
		font-size: 18px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 6px 12px;
		width: 284px;
		margin: 4px 0;
	}
	.SC_loginBox input[type=text]:focus, .SC_loginBox input[type=password]:focus {
		border-color: #333;
		color: #333;
	}
	.SC_pwlink {
		text-align: right;
		display: block;
		font-size: 11px;
		line-height: 14px;
	}
	.SC_login-button {
		margin-top: 15px;
		float: right;
		height: 30px;
		width: 118px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 0px;
		border: 0px solid #fdc689;
		display: block;
		font-size: 18px;
		letter-spacing: -1px;
		font-family: "Droid Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 1;
		color: #fff;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
		background: url("signup.png") repeat-x 0 0;
		
		cursor: pointer;
	}
	.SC_remember {
		float: left;
		width: 150px;
		margin: 0;
		padding: 0;
	}
	
/* Signup */
.SC_signupbg {
	background: #708290 url("signup.jpg") no-repeat ;
	min-height: 520px;
	padding-top: 20px;
	width: 550px;
	
}
	.SC_formContainer {
		width: 310px;
		margin: 0 auto;
		padding: 30px;
		
	}
	
	.SC_signupbg input[type=text], .SC_signupbg input[type=password] {
		display: block;
		border: 1px solid #ccc;
		color: #aaa;
		font-size: 18px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 6px 12px;
		width: 284px;
		margin: 4px 0;
	}
	.SC_signupbg input[type=text]:focus, .SC_signupbg input[type=password]:focus {
		border-color: #333;
		color: #333;
	}
	.SC_registerheading {
		text-align: center;
		color: #1d1d1d;
		font-size: 24px;
		line-height: 1;
		text-shadow: 1px 1px 0 #fff;
		margin-bottom: 20px;
	}
	.SC_registerheading strong {
		font-weight: bold;
		letter-spacing: -1px;
	}

/* Price Table */
ul.SC_priceTable {
	list-style-type: none;
	padding: 0;
	margin: 0px auto;
	width: 900px;
	color: #fff;
	clear: both;
	-moz-box-shadow: 0px 20px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 20px 30px rgba(0,0,0,0.3);
	box-shadow: 0px 20px 30px rgba(0,0,0,0.3);
	height: 381px;
	margin-bottom: 30px;
	border: 1px solid #fff;
}
	.SC_priceTable li {
		float: left;
		width: 178px;
		background: #a2a2a2 url("http://www.sookachat.com/templates/mohchat/images/pricingbg.png") repeat-x 0 0;
		border-right: 1px solid #5f5f5f;
		border-left: 1px solid #c3c3c3;
		border-top: 1px solid #c3c3c3;
		text-align: center;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: -1px;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.26);
		position: relative;
		z-index: 400;
	}
	.SC_priceTable li + li {
		margin: 0;
	}
	.SC_priceTable li em {
		vertical-align: super;
		font-size: 18px;
		line-height: 24px;
	}
	.SC_priceTable li strong {
		display: block;
		background-color: #acd076;
		border-bottom: 1px solid #809e53;
		position: absolute;
		bottom: 0;
		width: 178px;
		padding-bottom: 15px;
	}
	
	.SC_priceTable li strong a {
		display: block;
		margin: 0 15px;
		padding: 0;
		font-size: 16px;
		color: #fff;
		background: #ff6400 url("http://www.sookachat.com/templates/mohchat/images/btn-bg.png") repeat-x 0 0;
		border: 1px solid #feb058;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		position: absolute;
		bottom: 15px;
		width: 146px;
		-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.26);
		-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.26);
		box-shadow: 0px 3px 2px rgba(0,0,0,0.26);
	}
	.SC_priceTable li strong a:hover {
		-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.6);
		box-shadow: 0px 3px 2px rgba(0,0,0,0.6);
		text-decoration: none;
		border-color: #fff;
	}
	.SC_priceTable li strong a:active {
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.6);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.6);
		text-decoration: none;
		border-color: #fff;
		bottom: 13px;
		outline: 0px transparent;
	}
	
	/* height difference */
	.SC_priceTable li {
		height: 160px;
		padding-top: 220px;
	}
	.SC_priceTable li + li {
		height: 210px;
		padding-top: 170px;
	}
	.SC_priceTable li + li + li {
		height: 260px;
		padding-top: 120px;
	}
	.SC_priceTable li + li + li + li {
		height: 310px;
		padding-top: 70px;
	}
	.SC_priceTable li + li + li + li + li {
		height: 360px;
		padding-top: 20px;
		border-right: 1px solid #c3c3c3;
	}
	
	.SC_priceTable li strong {
		height: 100px;
	}
	.SC_priceTable li + li strong {
		height: 150px;
	}
	.SC_priceTable li + li + li strong {
		height: 200px;
	}
	.SC_priceTable li+ li + li + li strong {
		height: 250px;
	}
	.SC_priceTable li + li + li + li + li strong {
		height: 300px;
	}
	/* popular ribbon */
	.SC_PricingPopular {
		position: absolute;
		top: -5px;
		right: -6px;
		text-indent: -999em;
		z-index: 500;
		width: 136px;
		height: 136px;
		background: transparent url("http://www.sookachat.com/templates/mohchat/images/popular.png") no-repeat 0 0;
	}
	
.SC_countdown_wrap {
	font-size: 16px;
	text-align: center;
	color: #333;
	margin-top: 30px;
}
	
/* Common Classes */
.SC_error {
	color: #ff0000;
	font-size: 11px;
	line-height: 1;
	text-align: right;
}

/* MyBlog override */
#myBlog-wrap #myBlog-head {
	height: 150px;
	background: transparent url('http://www.sookachat.com/templates/mohchat/images/blogheader.png') no-repeat 0 0;
	}
	#myBlog-wrap #myBlog-head h3 {
		font-size: 30px;
		font-weight: bold;
		color: #222;
		letter-spacing: -1px;
		text-indent: 0;
		line-height: 40px;
	}
	#myBlog-wrap #myBlog-head .desc {
		margin: 8px 0 0;
		color: #fff;
		text-shadow: -1px -1px 0px rgba(0,0,0,0.2);
	}
	#myBlog-wrap #myBlog-toolbar ul, #myBlog-head ul {
		font-size: 14px;
		left: 20px;
		bottom: 2px;
	}
	#myBlog-wrap #myBlog-toolbar li a {
		-moz-border-radius: 4px 4px 0 0;
		padding: 4px 12px 3px;
		background: #999 none;
	}
	#myBlog-wrap #myBlog-toolbar li.blogActive a {
		padding: 4px 12px 3px;
	}
	#myBlog-wrap #myBlog-content {
		padding: 0 20px;
	}
	#myBlog-wrap .postSummary-top, #myBlog-wrap .postContent-top {
		padding: 5px 0 15px;
		border-style: solid;
		border-color: #eee;
	}
	
/* system messages */
#SC_message {
	position: absolute;
	width: 100%;
	background: transparent url('http://www.sookachat.com/templates/mohchat/images/white-x-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #fff;
	display: none;
	z-index: 9999;
}
#SC_message_close {
	display: block;
	float: right;
	width: 40px;
	height: 20px;
}
#system-message {
	position: relative;
	width: 950px;
	margin: 0 auto;	
	padding: 6px 0;
	clear:both;	
	text-shadow: 1px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	
	dt.error, dt.warning, dt.info, dt.message {
		width: 42px;
		float: left;
		height: 32px;
		text-indent: -9999em;
		}
		dt.warning, dt.message {
			background: transparent url('http://www.sookachat.com/templates/mohchat/images/warning.png') no-repeat 0 0;
		}
		dt.info {
			background: transparent url('http://www.sookachat.com/templates/mohchat/images/info.png') no-repeat 0 0;
		}
		dt.error {
			background: transparent url('http://www.sookachat.com/templates/mohchat/images/error.png') no-repeat 0 0;
		}
	dd.error, dd.warning, dd.info {
		width: 860px;
		line-height: 32px;
	}
	.warning, .message {
		color: #ff5400;
	}
	.info {
		color: #004a80;
	}
	.error {
		color: #ed1c24;
	}

/* Myaccount Page */
.SC_appbox {
	border: 1px solid #e1e1e1;
	background: #eee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #333;
	}
.SC_appbox + .SC_appbox {
	margin-top: 10px;
}
	.SC_appbox-title {
		border-bottom: 1px solid #d1d1d1;
		line-height: 30px;
		padding: 0 10px;
		font-size: 14px;
		color: #777;
		text-shadow: 1px 1px 0 #fff;
		}
		.SC_appbox-icon {
			padding-left: 30px;
		}
		.SC_appbox-account {
			background: transparent url('http://www.sookachat.com/templates/mohchat/images/user_red.png') no-repeat 10px 50%;
		}
		.SC_appbox-graph {
			background: transparent url('http://www.sookachat.com/templates/mohchat/images/chart_curve.png') no-repeat 10px 50%;
		}
		.SC_appbox-subs {
			background: transparent url('http://www.sookachat.com/templates/mohchat/images/page_white_gear.png') no-repeat 10px 50%;
		}
	.SC_appbox-menu {
		padding: 0px;
		}
		.SC_appbox-menu ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.SC_appbox-menu li {
			float: left;
			border-right: 1px solid #fff;
		}
		.SC_appbox-menu li:first-child a, .SC_appbox-menu li:first-child {
			-moz-border-radius: 4px 0 0 0;
		}
		.SC_appbox-menu li + li {
			margin: 0;
		}
		.SC_appbox-menu a {
			display: block;
			color: #777;
			padding: 0 12px 0 30px;
			border-right: 1px solid #d1d1d1;
		}
		.SC_appbox-menu li:hover,
		.SC_appbox-menu li.current {
			background: #555 url(http://www.sookachat.com/templates/mohchat/images/sc_tab-bg.png) repeat-x 0 100%;
		}
		.SC_appbox-menu li a:hover,
		.SC_appbox-menu li.current a {
			text-decoration: none;
			color: #fff;
			text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
		}
		.SC_tab a {
			background: transparent url(http://www.sookachat.com/templates/mohchat/images/sc_tab-icons.png) no-repeat 8px 2px;
			}
			.SC_tab-stats a {
				background-position: 8px 2px;
			}
			.SC_tab-set a {
				background-position: 8px -22px;
			}
			.SC_tab-acc a {
				background-position: 8px -46px;
			}
	.SC_appbox-content {
		padding: 10px;
		border-top: 1px solid #fff;
	}
	.SC_contentHolder {

		display: none;
	}
	.SC_myAccountForm {
		
	}
	.SC_myAccountForm label {
		display: block;
		width: 150px;
		text-align: right;
		margin-right: 20px;
		float: left;
	}
	.SC_formField {
		float: left;
		width: 475px;
	}
	.SC_choiceTheme {
		border: 4px solid #fff;
		background-color: #d1d1d1;
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
		width: 220px;
		height: 220px;
		float: left;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		cursor: pointer;
		position: relative;
	}
	#theme-default {
		background: #d1d1d1 url("http://www.sookachat.com/templates/mohchat/images/theme-default.png") no-repeat 50% 50%;
	}
	#theme-black, #theme-dark {
		background: #d1d1d1 url("http://www.sookachat.com/templates/mohchat/images/theme-dark.png") no-repeat 50% 50%;
	}
	.SC_formSaveBtn {
		display: block;
		height: 37px;
		width: 120px;
		border: 0px none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
		box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
		
		background: transparent url("http://www.sookachat.com/templates/mohchat/images/save-btn.png") no-repeat 50% 0;
		
		text-indent: -9999em;
		cursor: pointer;
		float: left;
	}
	.SC_formSaveBtn:hover {
		background-position: 50% -39px;
	}
	.SC_success {
		color: #fff;
		background: #598527;
		padding: 4px 8px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.SC_selectOverlay {
		position: absolute;
		right: 0px;
		bottom: 30px;
		background: #000 url("http://www.sookachat.com/templates/mohchat/images/tick.png") no-repeat 4px 50%;
		line-height: 36px;
		padding: 0 12px 0 40px;
		color: #fff;
		font-size: 16px;
		
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
	}
	.SC_themeName {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 4px 8px;
		color: #fff;
		background: #000;
		
		-moz-border-radius: 0 0 4px 0;
		-webkit-border-radius: 0 0 4px 0;
		border-radius: 0 0 4px 0;
	}
	.SC_choiceTheme input[type=radio] {
		position: absolute;
		display: none;
	}
	.SC_choiceTheme:hover {
		border-color: #84AB18;
	}
	.SC_choiceSelected {
		border-color: #ff8400 !important;
	}
	.SC_choiceTheme + .SC_choiceTheme {
		margin-left: 10px;
	}
	
	.SC_contentHolder h3 {
		font-size: 20px;
		margin: 0 0 25px 0;
		border: 0px none;
	}
	.SC_datafield {
		float: left;
		width: 220px;
		line-height: 24px;
		min-height: 24px;
	}
	a.SC_buttonYT {
		width: 40px;
		text-align: center;
		display: block;
		float: right;
		color: #333;
		font-size: 10px;
		border: 1px solid #b9b9b9;
		padding: 2px 8px;
		background: #efefef;
		background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF);
		background: -webkit-gradient(linear, top, bottom, from(#fff), to(#efefef));;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	}
	input.SC_buttonYT {
		margin-top: 8px;
		text-align: center;
		color: #333;
		font-size: 10px;
		border: 1px solid #b9b9b9;
		padding: 6px;
		background: #efefef;
		background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF);
		background: -webkit-gradient(linear, top, bottom, from(#fff), to(#efefef));;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
		margin-right: 4px;
	}
	a.SC_buttonYT:hover, input.SC_buttonYT:hover {
		text-decoration: none;
		border-color: #666;
		-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
		color: #111;
	}
	.SC_inlineform {
		border: 1px solid #ccc;
		background: #fff;
		padding: 10px;
		width: 266px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}
		.SC_inlineform label {
			display: block;
		}
		.SC_inlineform input[type=text], .SC_inlineform input[type=password] {
			border: 1px solid #ddd;
			font-size: 14px;
			padding: 4px 6px;
			width: 250px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
		}
		.SC_inlineform input[type=text]:focus, .SC_inlineform input[type=password]:focus {
			border-color: #333;
			background-color: #ffedda;
		}
	.SC_appbox-content dt {
		border-bottom: 1px solid #ddd;
		font-size: 11px;
	}
	.SC_appbox-content dd {
		padding: 8px 0;
		color: #000;
		font-size: 14px;
	}

.SC_downloadPlugin {
	margin: 10px 0;
}

.SC_downloadPlugin a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: block;
	text-indent: -9999em;
	background: #eee url('http://www.sookachat.com/templates/mohchat/images/download-button.png') no-repeat 50% 0;
	height: 60px;
	outline: 0px none;
}
.SC_downloadPlugin a:hover {
	background-position: 50% -60px;
}
.SC_downloadPlugin small {
	display: block;
	font-size: 10px;
	color: #999;
}

#SC_mainPane {
	margin-bottom: 25px;
}

.contentpaneopen_edit {display:none;}

/* Custom module class */
.SC_content .moh-right{
	padding-left:10px;
}
.SC_emote_img {background:url('http://www.sookachat.com/templates/mohchat/images/emote.png') no-repeat scroll 0 0 transparent;overflow:hidden;display:inline-block;height:16px;width:16px;vertical-align:top;}
.SC_emote{padding-top:10px;}

/*
	new box on top
*/
#SC_alertBox {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 10px 10px 100px;
	background-color: #EEEEEE;
	border: 1px solid #E1E1E1;
	color: #333333;
	margin-bottom: 15px;
	background-position: 15px 10px;
	background-repeat: no-repeat;
}
#SC_alertBox.Bwarning {
	background-image: url(http://www.sookachat.com/templates/mohchat/images/b_alert.png);
	background-color: #fff7cb;
	border-color: #ffd92d;
}
#SC_alertBox.Bsuccess {
	background-image: url(http://www.sookachat.com/templates/mohchat/images/b_tick.png);
	background-color: #ebfede;
	border-color: #9cdc7e;
}
#SC_alertBox.Berror {
	background-image: url(http://www.sookachat.com/templates/mohchat/images/b_delete.png);
	background-color: #ffeceb;
	border-color: #ed928d;
}


.SC_alertBox-content {
	text-shadow: 1px 1px 0 #fff;
	min-height: 64px;
	float: left;
	width: 680px;
}

.SC_alertBox-cta {
	width: 150px;
	float: right;
}
.SC_alertBox-cta a {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #9cb707 url(http://www.sookachat.com/templates/mohchat/images/small-cta-bg.png) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: -1px;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	margin: 10px 0 0;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	border: 1px solid #9cb707;
}

.SC_alertBox-cta a:hover {
	text-decoration: none;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

.SC_alertBox-content h3 {
	margin: 0;
	line-height: 1.4;
	padding: 0;
	border: 0px none;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
}

.SC_alertBox-content p {
	font-size: 16px;
	line-height: 1.4;
}


/* new pricing table */
table.SC_PTnew {
	width: 100%;
	border-collapse: collapse;
}

table.SC_PTnew tr td {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	color: #333;
	width: 25%;
	text-indent: 5px;
}

table.SC_PTnew tr + tr td {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}

table.SC_PTnew tr + tr td > div {
	background: #8eddfd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	padding: 20px 10px;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
}

table.SC_PTnew tr + tr td + td + td {
	color: #aaa;
}

table.SC_PTnew tr + tr td + td + td > div {
	background-color: #ddf5ff;
}

table.SC_PTnew tr + tr td > div em {
	font-size: 24px;
}

table.SC_PTnew tr + tr td > div span {
	font-weight: 100;
}

table.SC_PTnew tr + tr + tr td {
	background-color: #d9d9d9;
	border-bottom: 1px solid #c8c8c8;
	font-weight: bold;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
}

table.SC_PTnew tr + tr + tr + tr td {
	background-color: #ebebeb;
	font-weight: normal;
}

table.SC_PTnew tr + tr + tr + tr td + td {
	text-align: center;
}

table.SC_PTnew tr + tr + tr + tr + tr + tr td {
	background-color: #fff;
	border: 0px none;
}

table.SC_PTnew tr + tr + tr + tr + tr + tr td a {
	display: block;
	text-align: center;
	background: url("http://www.sookachat.com/templates/mohchat/images/cta-bg.png") repeat-x scroll 0 0 #FF5400;
    border: 1px solid #FEB058;
    color: #FFFFFF;
	padding: 8px 16px;
	margin: 4px auto;
	width: 120px;
	color: #fff;
	font: bold 16px/24px "Droid Sans", Arial, Helvetica, sans-serif;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2);

	-moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    width: 180px;
}

table.SC_PTnew tr + tr + tr + tr + tr + tr td a:hover {
	text-decoration: none;
	
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.5);
	
	border: 1px solid #fff;
}


#SC_featTable {
	border: 0px none;
}

#SC_featTable td {
	padding: 10px;
}

#SC_featTable td div {
	border: 1px solid #ddd;
	padding: 15px;
}


