html, body {
	height: 100%;
}

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	-webkit-text-stroke:1px transparent; 
}

@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

body.admin {
  background-position: 0 26px;
  margin-top: 26px;
}

form {
	margin: 0px;
	padding: 0px;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

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

.strong {
	font-weight: bold;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-border {
	border: 0px !important;
}

.no-background {
	background: none !important;
}

.divider {
	height: 30px;
}

.divider2 {
	height: 20px;
}

.divider-small {
	height: 15px;
}

.divider-small2 {
	height: 10px;
}

.divider-small3 {
	height: 5px;
}

.divider-very-small {
	height: 5px;
}

.clear {
	clear: both !important;
	padding: 0px !important;
	margin: 0px !important;
}

a {
	color: #0182a8;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #333;
}

img {
	border: 0px;
}

#page {
	min-height: 100%;
	padding: 0px;
	margin: 0px;
}

#welcome {
	font-size: 18px;
	color: #525452;
	line-height: 19px;
	padding: 6px 7px 4px 0px;
	float: right;
}

a.upgrade-link {
	float: right;
	line-height: 13px;
	text-transform: uppercase;
	padding: 0px 5px 0px 0px;
	text-decoration: underline;
	font-size: 9px;
}

a.acc-free, a.acc-pro, a.acc-corporate, a.acc-vip {
	float: right;
	line-height: 13px;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	background: #b8322a;
	padding: 0px 5px 0px 7px;
	margin-right: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.acc-pro {
	background: #f59b42 url('/images/acc-tick.png') no-repeat 4px center;
	padding: 0px 5px 0 17px;
}

a.acc-corporate {
	background: #7bbcce url('/images/acc-tick.png') no-repeat 4px center;
	padding: 0px 5px 0 17px;
}

a.acc-vip {
	background: #cbccca url('/images/acc-tick.png') no-repeat 4px center;
	padding: 0px 5px 0 17px;
}

a.acc-free:hover, a.acc-pro:hover, a.acc-corporate:hover, a.acc-vip:hover {
	color: #fff;
}

#welcome SPAN {
	font-weight: bold;
	color: #c43734;
}

#menu-user {
	padding: 0px 0px 0px 7px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0px;
	width: 100%;
	background: url('/images/header-line.png') repeat-x 0px 27px;
}

#menu-user LI {
	display: list-item;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	height: 38px;
}

#menu-user .on {
	background: url('/images/header-foot.png') no-repeat center bottom;
}

#menu-user a.main {
	padding: 0px 18px;
	display: block;
	float: left;
	line-height: 27px;
	height: 27px;
	font-size: 13px;
	font-weight: bold;
	background: url('/images/menu-user-bg.png') repeat-x left -54px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


#menu-user .on a.main {
	background: url('/images/menu-user-bg.png') repeat-x left top;
	text-shadow: 0px 1px 2px #00242f;
	color: #fff;
}

#menu-user a:active {
	color: #828181;
}

#menu-user #right-menu {
	float: right;
}

#menu-site {
	padding: 7px 7px 0px 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	margin: 0px;
}

#menu-site LI {
	float: left;
	padding: 0px 0px 0px 19px;
}

#menu-site LI A {
	font-size: 11px;
}


#header-foot DIV {
	background: url('/images/header-foot.png') no-repeat top left;
	width: 18px;
	height: 11px;
	font-size: 0px; // IE HACK
}

.popup-preview {
	border: 3px solid #333;
}

#stage {
	padding-top:30px;
	padding-bottom: 198px;
	min-height: 600px;
}


#heading-inner {
	width: 1000px;
	margin:10px auto;
}


.folder-list th.main span.left {
	display: block;
	float: left;
}


.folder-list td.empty {
	font-size: 12px;
}


.filter-menu {
	position: absolute;
	width: 205px;
	border: 1px solid #d2d1d0;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.filter-menu a {
	font-size: 11px;
	line-height: 26px;
	display: block;
	border-bottom: 1px solid #e8e8e7;
	padding: 0px 0px 0px 22px;
	background-color: #fff;
}

.filter-menu a:hover {
	background-color: #41a1be;
	color: #fff;
}

.filter-menu .first {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.filter-menu .on {
	color: #000;
	background: url(/images/ico-tick.png) no-repeat scroll  8px center;
}

.filter-menu .on:hover {
	color: #000;
	background-color: #fff;
}

.filter-menu .new {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 0px;
	font-weight: bold;
}

#stage h2 {
	padding: 7px 0px 10px 0px;
	margin: 0px;
	color: #525452;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

#stage .h2-single-with-nav {
	padding: 20px 0px 0px 0px !important;
}

#stage-inner {
	padding: 0 0 15px 0px;
	width: 980px;
	margin: 0pt auto;
}

#stage-inner-head {
	padding: 0px 0px 30px 0px;
}

#stage-inner-head .right-buttons {
	padding: 5px 0px 0px 0px;
	float: right;
}

.stage-inner-head-single {
	padding: 0px 0px 10px 0px !important;
}

.single-with-nav {
	padding: 0px 0px 20px 0px !important;
}

.stage-note {
	padding: 15px 0px 10px 0px;
}

.stage-note-inner {
	margin:0 auto;
	width:980px;
	font-size: 14px;
	color: #666;
	line-height: 14px;
}


ul.account-header li{
	float: left;
	border-left: 1px #ebeaea solid;
	width: 170px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	font-size: 12px;
	height: 120px;
}

ul.account-header li:first-of-type{
	border-left-width: 0px;
	padding-left: 0px;
}

ul.account-header li:last-of-type{
	margin-right: 0;
	padding-right: 0;
}

#stage ul.account-header li h2{
	font-size: 12px;
	color: #c43932;
}

ul.account-header{
	list-style-type: none;
	overflow: hidden;
	float: left;
	width: 840px;
	height: 110px;
	padding-left: 10px;
	margin-top: 0px;
}

img.avatar{
	float: left;
	margin-right: 10px;
}

figure{
	margin: 0;
}

#wpcc-account{
	border: 1px #ebeaea solid;
	padding: 20px;
	overflow: hidden;
	padding-right: 0px;
	margin-bottom: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

a#wpcc-settings{
	font-size: 10px!important;
	display: inline-block;
	margin-top: 10px;
}

/********************** Menu Report ***********************************/
.menu-report {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	float: right;
	text-transform: uppercase;
}


.menu-report li {
	display: list-item;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 32px;
	line-height: 32px;
	width: 65px;
}

.menu-report a {
	font-weight: bold;
}

.menu-report .back a, .menu-report .next a {
	display: block;
	padding: 0px 0px 0px 26px;
	background: url('/images/menu-report-side.png') no-repeat 0px -32px;
}

.menu-report .next a {
	padding: 0px 0px 0px 12px;
	background-position: -65px -32px;
}

.menu-report .back a:hover, .menu-report .next a:hover {
	background-position: 0px -64px;
	color: #0182a8;
}

.menu-report .next a:hover{
	background-position: -65px -64px;	
}

.menu-report .back span, .menu-report .next span {
	display: block;
	background: url('/images/menu-report-side.png') no-repeat 0px 0px;
	padding: 0px 0px 0px 26px;
	color: #99CDDC;
}

.menu-report .next span {
	padding: 0px 0px 0px 12px;
	background-position: -65px 0px;
}

.menu-report .center, .menu-report .center-on {
	width: 210px;
	margin: 0px 2px;
}

.menu-report .center a, .menu-report .center-on a {
	display: block;
	border-left: 1px solid #cccbca;
	border-right: 1px solid #cccbca;
	background: url('/images/menu-report-bg.png') repeat-x left top;
	padding: 0px 10px;
	color: #6c6d6d;
	font-weight: normal;
}

.menu-report .center-on a {
	background-position: left bottom;	
}

.menu-report .center a:hover {
	background: url('/images/menu-report-bg.png') repeat-x left center;
}

.menu-report .center .outer, .menu-report .center-on .outer {
	display: block;
	background: url('/images/menu-report-arrow.png') no-repeat right 12px;
}

.menu-report .center-on .outer {
	background-position: right -11px;	
}

.menu-report .center .inner, .menu-report .center-on .inner {
	font-weight: bold;
	color: #0182a8;
}


.menu-report-box {
	position: absolute;
	width: 206px;
	border: 1px solid #cccbca;
	background-color: #fcfcfc;
}

.menu-report-box a {
	display: block;
	line-height: 26px;
	padding: 0px 23px;
	border-bottom: 1px solid #e7e7e6;
}

.menu-report-box a:hover {
	background-color: #41a1be;
	color: #fff;
}

.menu-report-box .on {
	color: #000;
	background: url(/images/ico-tick.png) no-repeat scroll  8px center;
}

.menu-report-box .on:hover {
	color: #000;
	background-color: #fcfcfc;
}

.menu-report-box .last {
	border: 0px;
}

/********************** Menu Report ***********************************/


.report-box {
	float: left;
	margin: 0px 15px 0px 0px;
}

.report-box-right-fix {
	margin: 0px 0px 0px 0px;
}

.report-box-vspace {
	padding: 30px 0px 0px 0px;
}

.report-box .head {
	padding: 0px 0px 0px 0px;
}
.report-box .head h4 {
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #c16102;
	margin: 0px;
	padding: 6px 0px;
}

.report-box .head h4 a {
	color: #c16102;
}

.report-box .head h4 a:hover {
	text-decoration: underline;
}

.report-box .head ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	padding: 10px 0px 0px 14px;
	margin: 0px;
}

.report-box .head li {
	display: list-item;
	float: left;
	font-size: 10px;
	padding: 0px 8px 0px 0px;
	margin: 0px;
	color: #333;
}

.report-box .head li a.on {
	color: #333;
}


.results.box {
	background:transparent;
	border:0px;
}

.report-box .inner {
	padding: 10px;
}

.report-box h5 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.report-box .split {
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 14px;
	float: left;
	border-left: 1px solid #ecebe7;
}

.report-box .vsplit {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #ecebe7;
}

.report-box .box p {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}

.report-box .box-buttons {
	padding: 10px 0px 0px 0px;
}

.report-box .table-list-head {
	color: #666;
	font-size: 10px;
	padding: 10px 0px 3px 0px;
	border-bottom: 1px solid #ecebe7;
	margin: 0px 0px 3px 0px;
}

.report-box .table-list {
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
}

.report-box .table-list td {
	height: 17px;
}

.report-box .table-list .left-sml {
	width: 16px;
	padding: 0px 7px 0px 0px; 
}

.report-box .table-list .num-sml {
	width: 50px;
	text-align: right;
}

.report-box .completion-title {
	font-size: 10px;
	color: #666;
}

.report-box .completion-text {
	font-size: 26px;
	font-weight: bold;
}

.report-box .completion-text-sml {
	font-size: 22px;
}

.label-complete, .label-incomplete {
	width: 9px;
	height: 9px;
	margin: 2px 5px 0px 0px;
	float: left;
	background-color: #95b93d;
}

.label-incomplete {
	background-color: #eca089;	
}

.completion-bar {
	border: 1px solid #d0d4c6;
}

.completion-bar .incomplete {
	border: 1px solid #fff;
	background: url('/images/completion-bar-bg.png') repeat-x bottom left;
	height: 28px;
}

.completion-bar .complete {
	border-right: 1px solid #fff;
	height: 28px;
	background: url('/images/completion-bar-bg.png') repeat-x top left;
}




/* -----------------------------Report box */

.form-inner, .q-options{
	margin-top:20px;
	padding-top:20px !important;
	border-top:1px #e0e0e0 solid;
	
}

.box.no-chrome .form-inner, .form-inner.no-chrome{
	margin-top:0px !important;
	border-top:0px;
	padding-top:0px;
	
}


.form-error {
	background: #bc0b0b;
	color: #FFF;
	font-size: 14px;
	padding: 6px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #f5d7d5 solid;
	border-top: 1px #522929 solid;
	text-shadow: 0px -1px 2px #87150f;
	margin-top: 1px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.form-error-small {
	font-size: 12px;
}

.box .no-data, .box .no-data-plain {
	border-top: 1px solid #cccac9;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	padding: 80px 0px;
	text-align: center;
	background-color: #f4f4f4;
}

.box .no-data-plain {
	background-color: transparent;
	color: #666;
	border: 0;
}



.box .form-sub-text {
	color: #9c9c9c;
	font-size: 10px;
	line-height: 14px;
}

.box .form-text {
	color: #666;
	font-size: 10px;
	line-height: 14px;
}

.box .form-text-big {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

.box-empty {
	background: #f4f4f4 !important;
}

.box-empty .empty {
	text-align: center;
	padding: 170px 0px 0px 0px;
}

.box-empty .empty span {
	color: #9c9c9c;
	font-size: 12px;
	display: block;
	padding: 0px 0px 10px 0px;
}

.login-box {
	width: 400px;
	margin: 0pt auto;
}

.login-box .login-input {
	font-size: 14px;
	width: 300px;
	padding: 6px;
}


#stage .box h3 {
	color: #525452;
	padding: 2px 0px;
	margin: 0px;
	line-height: 14px;
	font-size: 14px;
	font-weight: normal;
}

#stage .box h4, #stage .box h5, #stage .box h6 {
	color: #000;
	padding: 0px 0px 14px 0px;
	margin: 0px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
}

#stage .box h4{
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
}

#stage .box h5 {
	line-height: 12px;
	font-size: 12px;
	font-weight: normal;
}

#stage .box h6 {
	line-height: 12px;
	padding: 4px 0px 14px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #c43932;
	text-transform:uppercase;
}

#stage .box h4 span {
	color: #999;
	font-weight: normal;	
}

#stage .box h4 a.note {
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}

.box .paging-with-border {
	border-bottom: 1px solid #cccbca;
}

.box .controls {
	padding: 0px 0px 15px 90px;
}

.box .controls-poll-report {
	padding: 0px 0px 15px 16px;
}

.box .white-bg-no-padding {
	background: #fff;
}

.box .white-bg-top-border {
	background: #fff;
	padding: 0px 1px;
	border-top: 1px solid #cccbca;
}

.box .white-bg {
	background: #fff;
	padding: 21px 0px 35px 0px;
}

.chart-options{
	float: left;
}

.chart-options .checkbox {
	float: left;
	padding: 0px 5px 0px 0px;
}

.chart-options label {
	display: block;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 1px 28px 0px 0px;
	cursor: pointer;
}

.chart-options .option-right {
	padding-right: 0px;
}

.chart-option-bar,.chart-option-heat,.chart-option-pie {
	background: url('/images/chart-options-sprite.png') no-repeat;
	background-position: 0px -3px;
	padding: 1px 12px 0px 22px !important;
}

.chart-options .chart-option-heat {
	background-position: 0px -27px;
}

.chart-options .chart-option-pie {
       background-position: 0px -50px;
       padding-bottom: 2px;
}


.q-options, .q-options-paging {
	padding: 13px 50px;
}

.q-options-sml-padding {
	padding: 13px;
}

.q-options-sml-buttons {
	padding: 0px;
}

.q-options-sml-buttons input[type='submit'] {
	float: right;
}

.q-options .cancel {
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	padding: 0px 14px 0px 0px;
	display: block;
	float: left;
}

.q-options-sml-buttons a {
	margin: 0px 0px 0px 8px;
}

.q-options-paging-poll {
	border-bottom: 0;
}

.q-options-paging-poll-border {
	padding: 13px 20px 13px 16px;	
}

.q-options-paging .search {
	float: left;
}

.q-options-paging .search-with-display {
	padding: 9px 0 0 0;
}

.q-options-paging .search input {
	background: #fff url('/images/search-bg.png') no-repeat 7px center;
	font-size: 11px;
	padding: 2px 10px 2px 22px;
	width: 310px;
}

.q-options-paging .search input.search-load {
	color: #828181 !important;
	text-shadow: 0px 1px 0px #fff !important;
	background: #e9e7e7 url(/images/nav-load.gif) no-repeat 7px center !important;
}


.paging-with-display {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.q-options-paging .page-size {
	padding: 1px 50px 0px 0px;
	float: left;
}

.q-options-paging .page-size .display {
	font-size: 10px;
	color: #666;
	padding: 0px 0px 4px 0px;
}

.q-options-paging .with-display {
	padding: 9px 0 0 0;
}
.q-options-paging .page-size label {
	font-weight: bold;
	display: block;
	float: left;
	line-height: 17px;
	padding: 0px 10px 0px 20px;
}

.q-options .group {
	border-right: 1px solid #e6e4e2;
	float: left;
	padding: 10px 15px;
}

.paging {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.paging .num {
	border: 1px solid transparent;
	text-align: center;
	width: 55px;
}

.paging li {
	display: list-item;
	float: left;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}

.paging li a, .paging li span {
	display: block;
	background: #fff;
	padding: 4px 5px;
	font-weight: 9px;
	line-height: 9px;
	font-weight: bold;
	border: 1px solid #cccbca;
}

.paging li a:hover {
	background: #f1efec;
	color: #0182a8;
	text-decoration: underline;
}

.paging .side, .paging .side-on {
	font-size: 14px;
	border: 0px;
	background-color: transparent;
}

.paging .side {
	color: #9cccd9;
}

.paging .side-on:hover {
	background: #fff;
	text-decoration: none;
	color: #000;
}

.paging .on {
	color: #000;
	background-color: #f1efec;
	border: 1px solid #cccbca;	
}


/*************** folder list *******************************/

.folder-list {
	width: 100%;
}

.folder-list th {
	color: #333;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 19px;
	padding: 10px 0px;
	text-align: left;
	border-bottom: 1px dotted #ababac;	
	vertical-align: top;
	background: url('/images/folder-bg.png') repeat-x top left;
}

.folder-list .folder {
	width: 32px;
	padding: 0;
}

.folder-list .folder div {
	background: url('/images/ico-folder.png') no-repeat center center;
    height: 39px;
    width: 32px;
}

.folder-list .folder-open {
	width: 32px;
	padding: 0;
}

.folder-list .folder-open div {
    background: url('/images/ico-folder-open.png') no-repeat center center;
	height: 39px;
	width: 32px;
}

.folder-list .more-left {
	float: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	padding: 10px 10px 0px 0px;
}

.folder-list .more-control {
	float: left;
	font-weight: normal;
	text-transform: none;
}

.folder-list td {
		padding: 10px 0px;
		border-bottom: 1px dotted #ababac;	
}

.folder-list .main .poll {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.folder-list td.main span {
	display: block;
	color: #999;
	padding: 4px 0px;
}

.folder-list .status {
	width: 80px;
	text-align: right;
}

.folder-list td.status {
	font-size: 14px;
	color: #999;
}

.folder-list td.status span {
	color: #72cb31;
	font-weight: bold;
}

.folder-list .main {
}

.folder-list .pad-right, .folder-list .pad-left {
	width: 32px;
}

.folder-list .responses {
	width: 100px;
	text-align: right;
}

.folder-list td.responses {
	font-size: 14px;
	color: #666;
}

.folder-list .controls {
	padding: 0px;
	width: 260px;
}

.folder-list .controls-surveys {
	padding: 0px;
	width: 350px;
}

.folder-list .no-border TD {
	border: 0px;
}

/************* Messages *****************/

.info,#dashboard-feature-wrap {

	background: #bfeefc;
	padding: 10px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-bottom: 1px #fff solid;
	box-shadow: 0px 1px 0px #00bcf5;
}

.info-inner {
	width: 980px;
	margin: 0 auto;
}

#dashboard-feature-wrap{
	background: #e3f9ff;
	box-shadow: 0px 1px 0px #ccc;
	margin-bottom: 2px;
}

.info strong{
	font-weight: normal;
}

.info:hover,#dashboard-feature-wrap:hover{
	background: #f1f1f1;
	box-shadow: 0px 1px 0px #ccc;
}

#dashboard-feature-wrap:hover{
	background: #fff;
}

.info p, #dashboard-feature {
	color: #0182aa;
	font-size: 16px;
	float: left;
	text-shadow: 0px 1px 0px #fff;
	padding: 0;
	margin: 0;
}

#dashboard-feature{
	float: none;
	color: #0182a8;
}

#dashboard-feature a{
	color: #023e4f;	
}

.info a {
	float: right;
}

.info p a{
	float: none;
}

.warn {
		border: 1px solid #c43932;
		background: url(/images/box-texture.png) repeat-x #fbfbfb;
		padding: 15px;
		margin: 30px 0px 30px 0px;
		-moz-border-radius:7px;
		border-radius: 7px;
		-moz-box-shadow: 0px 0px 10px #ecc4c2;
		box-shadow: 0px 0px 10px #ecc4c2;	
}

.warn p {
		color: #525452;
		font-size: 14px;
		line-height: 20px;
		padding: 2px 0px 0px 0px;
		margin: 0px;
		width: 830px;
		float: left;
}

.warn a {
		float: right;
}

div.no-votes {
	padding:30px 20px 60px 20px;
	color:#666;
	font-size:14px;
	line-height:20px;

}


/*********** Form stuff ***************/

.custom-poll-options {
	width: 192px;
	min-height: 265px;
	background: rgb(249,249,249);
	padding-top:20px;
}

.custom-poll-options select {
	width: 123px;
}

.custom-poll-options label {
	width: 95px !important;
	line-height: 16px !important;
	font-size: 11px !important;
	padding: 2px 0px 10px 0px;
}
.custom-survey-options {
	width: 232px;
	min-height: 80px;
}

.custom-survey-options-indent select {
	width: auto !important;
}

.custom-survey-options-indent {
	padding: 4px 0px 10px 24px;
}

.custom-survey-options-indent p {
	font-size: 10px;
	color: #666;
	padding: 5px 0 0 0;
	margin: 0;
}

.custom-survey-options select {
	width: 200px;
}

.form-options {
	float: left;
	border-right: 3px solid #fff;
}

.form-options .note {
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

.form-options-right {
	border: 0px;
}

.form-options .inner-left {
	padding: 0px 0px 0px 0px;
}

#close_date select {
	width: auto !important;
}

.form-options .inner {
	padding: 0px 16px;
}

.form-options .inner .label-group{
	margin-left: 0px;
}

.form-options .inner-right {
	padding: 0px 0px 0px 16px;
}

.label-group {
	width:270px !important;
	margin-top:10px;
	margin-bottom:10px;
}

form#editPoll .label-group{
	width: 260px !important;
}



#sms_reply_title span{
	color: #ccc;
	font-weight: normal;
}

.label-group .checkbox {
	float: left;
	padding: 1px 4px 0px 0px;
}

.label-group .radio {
	float: left;
	padding: 1px 4px 0px 0px;
}

.label-group label {
	float: left;
	line-height: 20px;
	font-size: 12px;
	width: 170px;
	color: #525452;
	cursor: pointer;
}

.label-group .select {
	float: left;
	padding: 2px 0px 0px 10px;
}

.label-group-linked, .label-group-linked-on {
	float: left;
	padding: 0px 8px 2px 4px;
	margin: 0 4px 0 0;
	border: 1px solid transparent;
}

.label-group-linked-on {
	background: #f5f3f3;
	border: 1px solid #cccbca;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.multi-wide {
	padding: 2px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	width: 800px;
}

.multi-med {
	height: 100px;
}


.answers-insert {
	border: 1px solid #cccbca;
	background: rgb(249,249,249);
/*	background: url(/images/q-report-bg.png) repeat-x left top;*/
}

.answers-insert .answers {
	padding: 35px 18px 0px 18px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.answers-insert .answers .answer {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.answers-insert .answers .move {
	padding: 5px 0px 0px 0px;
	cursor: pointer;
	float: left;
}

.answers-insert .answers .input {
	padding: 0px 10px;
	float: left;
}


.answers-insert .answers .control {
	padding: 2px 0px 0px 0px;
	float: left;
}

.answers-insert .answers .control ul {
	padding: 0px;
}

.answers-control {
	padding: 0px 0px 19px 42px;
}

/*************** Dialog Styles *******************************/

.dialog-outer {
	opacity: 0.6;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none; 
	position: absolute;
}

/******************** New Dialogs ******************/
.dialog {
	border: 2px solid #cccccc;
	width: 425px;
}

.dialog-loader {
	background: url('/images/dialog-load.gif') no-repeat center left;
	line-height: 16px;
	font-size: 12px;
	color: #333;
	display: none;
	float: right;
	margin: 2px 0px 0px 0px;
	padding: 0px 20px 0px 24px;
}

.dialog .body, .dialog .controls {
	background: #f5f2f2;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.dialog .title {
	background:#333;
	color: #fff;
	padding: 20px;
	font-weight: bold;
	font-size: 18px;
}

.dialog .title a:hover, .dialog .text a:hover {
	color: #FC5605;	
}

.dialog .text {
	color: #707070;
	padding: 0px;
	margin: 0px;
}

.dialog .text p {
	padding: 10px 0px 10px 0px;
	margin: 0px 10px;
	line-height: 25px;
	border-bottom: 1px solid #CCC;
}

.dialog .groups {
	padding: 20px 20px 0px 20px;
}

.dialog .list {
	border: 0px;
	padding: 10px 0px 10px 0px;
}

.dialog .list ul {
	background:#fff;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px;
	border: 1px solid #CCC;
	color: #0182A8;
	-webkit-box-shadow: 0px 1px 8px #CCC inset;
	-moz-box-shadow: 0px 1px 8px #CCC inset;;
	box-shadow: 0px 1px 8px #CCC inset;
}

.dialog .list li {
	display: list-item;
	padding-left: 10px;
	border-bottom: 1px solid #F5F2F2;
	line-height: 30px;
}

.dialog .list li:hover {
	background: #f5f3f3
}

.dialog .list li.selected {
	background: #bfeefc
}

.dialog .list input {
	margin-right: 5px;
}

.dialog .controls {
	padding: 10px 10px 10px 0px;
	border: 0px;
}	

.dialog .cancel {
	font-weight: bold;
	padding-right: 10px;
}

.dialog .medium {
	padding-left: 10px;
	width: 230px;
	margin-left: 10px;
}

.dialog .enter-emails {
	padding-top: 10px;
}

.dialog .enter-emails p {
	color: #707070;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.dialog input.text {
	margin: 0px 0px 10px 0px;
	float: left;
	margin-right: 10px;
	width: 450px;
}

.dialog .emails {
	border: 1px solid #CCC;
	border-right: 0px;
	border-left: 0px;
	width: 100%;
}

.dialog .emails ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	width: 40%;
	padding: 0px 10px;
}

.dialog a.remove-email {
	background:url(http://i0.poll.fm/images/ico-rating-close.png) no-repeat;
	padding-right: 12px;
	text-decoration:none;
	vertical-align: -5px;
}

.dialog .emails li {
	color: #707070;
}

.dialog .emails li label {
	line-height: 25px;
}

.dialog .default {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
	color: #707070;
}

.dialog-embed {
	width: 630px;
	position: relative;
}

.dialog-embed .body {
	border-bottom: 1px solid #deddd6;
	padding: 20px;
	background:#FFF;
}

.dialog-embed .title, .dialog-embed .subtitle-with-controls .title {
	font-size: 18px;
	font-weight: bold;
	color: #c43932;
	background:#FFF;
	padding: 0px;
}

.dialog-embed .title a:hover{
	color: #174f69;	
}

.dialog-embed .title a span{
	color: #00bcf5;
}

.dialog-embed .title a:hover span{
	color: #0182a8;
}

.dialog-embed .title span {
	color: #ff9933;
}

.dialog-embed .subtitle-with-controls .title {
	font-size: 12px;
	line-height: 21px;
}

.dialog-embed .title-with-controls, .dialog-embed .subtitle-with-controls {
	padding: 0px 0px 6px 0px;
}

.dialog-embed .title-with-controls ul, .dialog-embed .subtitle-with-controls ul {
	padding: 0px;
	float: right;
}

.dialog-wide {
	width: 700px;
	position: relative;
}

.dialog-error {
	border: 2px solid #a12527;
}

.dialog .share {
	border: 1px solid #ccc;
	max-height: 360px;
	margin: 0px 20px;
	overflow: auto;
}

.dialog .share table {
	width: 100%;
	background-color: #fff;
	padding-left: 20px
}

.dialog .share td {
	padding: 8px 0px;
	border-bottom: 1px solid #eee;
}

.dialog .share tr:last-of-type td{
	border-bottom:0px;
}

.dialog .share .link {
	
}

.dialog .share .link a {
	color: #0182a8;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	display: block;
}

.dialog .share .link span {
	display: block;
	font-size: 11px;
	color: #999;
	line-height: 16px;
}

.dialog .share .options {
	width: 160px;
	padding: 0px 10px 0px 0px;
}

.dialog .share .number {
	text-align: right;
	width: 55px;
}

.dialog .share .name {
	text-align: left;
	width: 145px;
	font-size: 12px;
	font-weight: bold;
}


.dialog .share .number-value {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	text-align: right;
}
	
.dialog .share .number-text {
	text-align: right;
	color: #999;
	font-size: 10px;
	line-height: 16px;
	display: block;
	text-transform: uppercase;
}

.dialog .form {
	padding: 0px 20px;
}
.dialog .form .title {
	background: transparent;
	color: #333;
	font-size: 16px;
	padding: 0px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^ New Dialogs ^^^^^^^^^^^^^^^^^^^^^*/

.edit-box-filter table {
	width: 100%;
}

.edit-box-filter table table {
	width: auto;
}

.edit-box-filter table table td {
	padding: 0px 5px 0px 0px;
}

.edit-box-filter table input.small {
	width: 40px;
}

.edit-box-filter table input.large {
	width: 400px;
}

.edit-box-filter td {
}

.edit-box-filter td.select {
	width: 185px;
}

.edit-box-filter td.no-limit {
	width: 485px;
}

.edit-box-filter td.text {
	width: 105px;
}

.edit-box-filter td.text {
	font-size: 10px;
	color: #000;
	line-height: 10px;
	white-space: nowrap;
}

.edit-box-filter td.select select {
	width: 180px;
}

.edit-box-filter td.no-limit select {
	width: auto;
}

.edit-box-filter td.select-small select {
	width: 100px;
}

.edit-box-filter td.q {
	width: 55px;
}

.edit-box-filter td.input {
	width: 115px;
	padding: 0px !important;
}

.edit-box-filter td.input input {
	width: 100px;
}

.edit-box-filter td.text1 {
	width: 83px;
}

.edit-box-filter td.text2 {
	width: 55px;
}


.edit-box-sub {
	border: 3px solid #f8f5e5;
	background-color: #fefbf2;
	padding: 10px 0px 10px 10px;
}

.edit-box-sub .head-with-options {
	
}


.edit-box-sub .head-with-options .head {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 2px 0px 0px 0px;
	float: left;
}

.edit-box-sub .head-with-options .option {
	float: left;
	padding: 0px 5px 0px 10px;
}

.edit-box-sub .head-with-options label {
	float: left;
	color: #000;
	width: 110px;
	padding: 2px 0px 0px 0px;
}

.edit-box-sub .head-with-options label.wide {
	white-space: nowrap;
}

.edit-box-sub .textarea {
	padding: 10px 0px 0px 0px;
}


.edit-box-sub .explain {
	
}

.edit-box-sub .explain .head {
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.edit-box-sub .explain ul {
	padding: 0px 0px 0px 20px;
}

.edit-box-sub .explain li {
	line-height: 16px;
}

*/
/*************** embeds **************/

.embed {
	padding: 12px 0px 0px 0px;
}

.embed .e-menu {
	width: 160px;
	float: left;
}

.embed .e-menu a {
	display: block;
	line-height: 28px;
	font-size: 12px;
	background-color: #fff;
	border-top: 1px solid #eee;
}

.embed .e-menu .top a{
	border-top:0px;
}

.embed .e-menu a.on {
	color: #000;
	font-weight: bold;
	background: #a3d5e4 url(/images/vse-arrow.png) no-repeat 139px center;
}

.embed .e-menu a span {
	padding: 0px 0px 0px 26px;
	background-image: url(/images/embed-sprite.png);	
	background-repeat: no-repeat;	
	display: block;
}

.embed .e-menu .javascript { background-position: 5px 7px; }
.embed .e-menu .facebook { background-position: 5px -22px; }
.embed .e-menu .wordpress { background-position: 5px -48px; }
.embed .e-menu .direct { background-position: 5px -74px; }
.embed .e-menu .myspace { background-position: 5px -101px; }
.embed .e-menu .ning { background-position: 5px -127px; }
.embed .e-menu .flash { background-position: 5px -152px; }
.embed .e-menu .email { background-position: 5px -179px; }
.embed .e-menu .image { background-position: 5px -206px; }
.embed .e-menu .youtube { background-position: 5px -233px; }
.embed .e-menu .posterous {
	background: url(/images/posterous.png) no-repeat 5px 6px;
}


.embed .e-body {
	float: left;
	width: 420px;
}

.embed .e-body-inner {
	padding: 0px 0px 0px 18px;
}

.embed .e-title {
	color: #000;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.embed .e-title span {
	font-weight: normal;
	font-size: 12px;
}

.embed .e-text {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

.embed .e-input {
	padding: 10px 0px;
}


.embed .e-note {
	color: #666;
	font-size: 11px;
	line-height: 14px;
	background: url(/images/ico-note.png) no-repeat 2px 2px;
	padding: 0px 0px 0px 18px;
}

.embed .e-note span {
	font-weight: bold;
}

.embed .selection {
	display: none;
}

.embed .e-link {
	padding: 10px 0px 0px 0px;
}

.embed .e-link a {
	font-weight: bold;
	font-size: 12px;
}

.label-group-list {
	max-height: 70px;
	border-top: 1px solid #cccbca;	
	border-bottom: 1px solid #cccbca;	
	padding: 5px 0px;
	overflow: auto;
}

.css-box {
	padding-right:10px;
}

.css-box textarea {
	width: 800px;
	height: 400px;
}

/* Hides things from non-javascript browsers */

.javascript, li.javascript {
  display: none;
}

p.error {
  color: red;
}

/******************** Settings Slider *************************************/

.slider {
}

.slider .regular {
	border-right: 1px solid #cccbca;
	float: left;
	width: 825px;
}

.slider .custom {
	padding: 0px 0px 0px 20px;
	float: left;
}

.slider-stage {
	overflow: scroll;
	height: 200px;
	width: 800px;
}


.slider .item {
	border: 2px solid transparent;
	background-color: transparent;
	float: left;
	padding: 5px 10px;
}

.slider .item .input {
	float: left;
	padding: 0px 4px 8px 0px;
}

.slider .item label {
	float: left;
	display: block;
	font-size: 12px;
	padding: 2px 0px 0px 0px;
}

.slider .item a.img, .slider .item a.img-big {
	clear: left;
	height: 133px;
	width: 100px;
	background-position: left top;
	display: block;
	border: 1px solid #cccbca;
}

.slider .item a.img-big {
	width: 116px;
	height: 132px;
}

.slider .item a.img:hover {
	background-position: right top;
}

.slider .on {
	border: 2px solid #ff9933;
	background-color: #eeede9;
}

.slider .on label {
}

.slider .scroll-bg {
	width: 800px;	
	background: url('/images/scroll-bg.png') repeat-x left top;
	height: 17px;
	padding: 1px;
	border: 1px solid #cccbca;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.slider .scroll-bar {
	background: url('/images/scroll-bg.png') repeat-x left bottom; 
	height: 17px; 
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}


.slider a.alum { background-image: url('/images/st-alum-light-sml.png'); }
.slider a.plain-light { background-image: url('/images/st-plain-light-sml.png'); }
.slider a.plain-dark { background-image: url('/images/st-plain-dark-sml.png'); }
.slider a.paper { background-image: url('/images/st-paper-sml.png'); }
.slider a.skull-dark { background-image: url('/images/st-skull-dark-sml.png'); }
.slider a.skull-light { background-image: url('/images/st-skull-light-sml.png'); }
.slider a.micro { background-image: url('/images/st-micro-sml.png'); }
.slider a.plastic-white { background-image: url('/images/st-plastic-white-sml.png'); }
.slider a.plastic-grey { background-image: url('/images/st-plastic-grey-sml.png'); }
.slider a.plastic-black { background-image: url('/images/st-plastic-black-sml.png'); }
.slider a.manga { background-image: url('/images/st-manga-sml.png'); }
.slider a.tech-dark { background-image: url('/images/st-tech-dark-sml.png'); }
.slider a.tech-grey { background-image: url('/images/st-tech-grey-sml.png'); }
.slider a.tech-light { background-image: url('/images/st-tech-light-sml.png'); }
.slider a.working-male { background-image: url('/images/st-working-male-sml.png'); }
.slider a.working-female { background-image: url('/images/st-working-female-sml.png'); }
.slider a.thinking-male { background-image: url('/images/st-thinking-male-sml.png'); }
.slider a.thinking-female { background-image: url('/images/st-thinking-female-sml.png'); }
.slider a.sunset { background-image: url('/images/st-sunset-sml.png'); }
.slider a.music { background-image: url('/images/st-music-sml.png'); }
.slider a.custom-style { background-image: url('/images/st-custom.png'); }

.slider a.survey-100 { background-image: url('/images/survey-1.png'); }
.slider a.survey-101 { background-image: url('/images/survey-2.png'); }
.slider a.survey-102 { background-image: url('/images/survey-3.png'); }
.slider a.survey-103 { background-image: url('/images/survey-4.png'); }
.slider a.survey-104 { background-image: url('/images/survey-5.png'); }
.slider a.survey-105 { background-image: url('/images/survey-6.png'); }
.slider a.survey-107 { background-image: url('/images/survey-7.png'); }
.slider a.survey-108 { background-image: url('/images/survey-8.png'); }
.slider a.survey-109 { background-image: url('/images/survey-9.png'); }
.slider a.survey-110 { background-image: url('/images/survey-10.png'); }
.slider a.survey-111 { background-image: url('/images/survey-11.png'); }
.slider a.survey-112 { background-image: url('/images/survey-12.png'); }
.slider a.survey-113 { background-image: url('/images/survey-13.png'); }
.slider a.survey-114 { background-image: url('/images/survey-14.png'); }
.slider a.survey-115 { background-image: url('/images/survey-15.png'); }


.slider .item-options {
	width: 770px;
	background: #f9f9f9;
}

.slider .item-options .inner {
	padding: 14px;
}

.slider .item-options .title {
	font-size: 12px;
	color: #666;
	float: left;
	padding: 0 30px 0 0;
}

.slider .option {
	float: left;
}

.slider .option .input {
	float: left;
}

.slider .option label {
	float: left;
	font-size: 12px;
	padding: 2px 0 0 4px;
	color: #000;
}

.slider .option p {
	padding: 2px 20px 0 24px;
	margin: 0px;
	font-size: 10px;
	color: #666;
}

.slider .custom-option {
	width: 102px;
	height: 135px;
	clear: left;
}

.slider .custom-option .select {
	padding: 20px 0px;
	border-bottom: 1px solid #cccbca;
}

.slider .custom-option select {
	width: 100px;
}

.slider .custom-option .control {
	padding: 20px 0 0 5px;
}

/************** 404 page *****************/

.box-404 {
	border: 3px solid #ecebe7;
	background: url('/images/404.png') no-repeat top right;
	height: 139px;
}

.box-404 .inner{
	font-size: 18px;
	line-height: 28px;
	color: #525452;
	font-weight: bold;
	padding: 40px 200px 0px 20px;
}
/*************** Comments **************/

.comment-date {
	font-size: 10px;
	color: #777;
	display: block;
	line-height: 15px;
}

.comment-text {
	font-size: 11px;
	line-height: 15px;
	display: block;
}

.comment-status {
	display: block;
	padding: 0 0 8px 0;
}

.comment-deleted, .comment-deleted a {
	color: #999 !important;
}

.comment-deleted li a {
	color: #0182A8 !important;
}

.comment-moderate td {
	background-color: #fffedc;
}

.comment-name {
	display: block;
	line-height: 18px;
}

.comment-email {
	display: block;
	line-height: 18px;
}

.comment-link {
	display: block;
	line-height: 18px;
	font-size: 10px;
}

.csv-text {
	line-height: 34px;
	font-weight: bold;
	float: right;
	padding: 0 10px 0 0;
}


.editor-saving {
    float: left;
    background: #fff url('/images/se-save.gif') no-repeat 8px center;
    line-height: 22px;
    font-size: 12px;
    color: #333;
    border: 1px solid #cccbca;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    padding: 0px 14px 0px 32px;
}


.hide {
	display: none !important;
}

.sign-control {
	float: left;
}


/* UPGRADES */

#upgrades h2 {
	font-size: 18px;
	line-height: 18px;
	padding: 0px 0px 14px 0px;
	font-weight: bold;
	color: #000;
}

#upgrades .upgrade-div {
	height: 1px;
	background: #fff;
	border-top: 1px solid #c6c7c6;
}

#upgrades ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 14px 0px 0px 0px;
	margin: 0px;
	float: left;
}

#upgrades li {
	display: list-item;
	padding: 2px 0px 14px 30px;
	margin: 0px;
	background: url('/images/upgrade-check.png') no-repeat left top;
	line-height: 18px;
	width: 260px;
	font-size: 14px;
	color: #76211f;
}

#upgrades ul.left {
	padding-right: 30px;
}


#upgrades .upgrade-boxes {
	padding: 16px 0px 0px 0px;
}

#upgrades .upgrade-box {
	width: 309px;
	float: left;
}

#upgrades .upgrade-box-left {
	margin: 0px 9px 0px 0px;
}

#upgrades .upgrade-box .top {
	width: 309px;
	height: 57px;
	background: url('/images/upgrade-top.png') no-repeat left top;
}

#upgrades .upgrade-box .top span {
	display: block;
	padding: 6px 0 0 0;
	margin: 0px;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 49px;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 1px;
}

#upgrades .upgrade-box .mid {
	width: 309px;
	background: url('/images/upgrade-mid.png') repeat-y left top;
}

#upgrades .upgrade-box .btm {
	width: 309px;
	height: 30px;
	background: url('/images/upgrade-btm.png') no-repeat left top;
}

#upgrades .upgrade-box .mid span {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #5f5e5e;
	padding: 8px 0px;
}

#upgrades .upgrade-box .mid strong {
	color: #000;
}

#upgrades .upgrade-box .mid .mid-div {
	background: #ffffff;	
	border-top: 1px solid #dedfde;
	margin: 0px 17px;
}

#upgrades .upgrade-box .but {
	padding: 10px 0px 0px 85px;
}

#upgrades .price {
	padding: 12px 17px;
}

#upgrades .price .num {
	float: left;
	color: #028fb8;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

#upgrades .price .year {
	float: left;
	color: #015871;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 0px 0px 6px;
	text-transform: uppercase;
}

#upgrades .price .cancel {
	float: right;
	color: #5c5c5c;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
} 

.survey-offer {
	background-color: #ff9933;
	border-bottom: 1px solid #e88b2e;
	display: none;
}

.survey-offer .inner {
	border-bottom: 1px solid #ee8f30;
}

.survey-offer table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0 !important;
}

.survey-offer td {
	padding: 0px;
}

.survey-offer .offer-link a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	padding: 2px 0px 0px 0px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px 0px #666;
	text-align: center;
}

.survey-offer .offer-link a span {
	background: url('/images/survey-offer-comment.png') no-repeat left 3px;
	padding-left: 18px;
}

.survey-offer .offer-close {
	width: 20px;
}

.survey-offer .offer-close a {
	width: 10px;
	height: 10px;
	background: url('/images/survey-offer-close.png') no-repeat;	
	display: block;
}

.settings-h-div {
	padding-top: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #cccbc9;
}

.group-expand {
	padding: 0 0 0 24px;
}

.group-expand input {
	width: 170px;
	margin: 4px 0;
}


/*=
New third level navigation
------------------------------------------------------------------- */


#question-editor{background-position:8px -287px !important;}
#question-editor.selected{background-position:8px -322px;}

#reordering{background-position:8px -354px !important;}
#reordering.selected{background-position:8px -390px;}

#branching{background-position:8px -418px !important;}
#branching.selected{background-position:8px -450px;}


.settings-menu {
	padding: 20px 0 50px 0;
}



.micro-report .micro-chart {
	padding: 25px 0 0 0;
}

.micro-chart .chart-left {
	float: left;
	border-right: 1px solid #ababac;
	height: 220px;
}

.micro-chart .chart-left .chart-inner {
	padding: 4px 8px 0 0;
}

.micro-chart .chart-left span {
	font-size: 10px;
	color: #000;
	display: block;
	text-align: right;
	line-height: 10px;
	padding-bottom: 34px;
}

.micro-chart .chart-left span.end {
	padding-bottom: 0;
}

.micro-chart .chart-right {
	padding: 8px 0 0 0;
	float: left;
}

.micro-chart .chart-right .chart-inner {
	background: url('/images/micro-chart-bg.png') repeat-x left center;
	height: 176px;
	width: 300px;
	border-bottom: 1px solid #ababac;
}

.micro-small .chart-right .chart-inner {
	background: none !important;
	height: 70px !important;
	border: 0;
}

.micro-chart .chart-right .bars {
	padding: 0 0 0 6px;
}

.micro-chart .bars table {
	border: none;
	border-collapse: collapse;
}

.micro-chart .bars td {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	height: 176px;
}

.micro-small .bars td {
	height: 70px !important;
}

.micro-chart .bars-6 td div {
	width: 40px;
	margin: 0 4px;
}

.micro-chart .bars-12 td div {
	width: 20px;
	margin: 0 2px;
}

.micro-chart .bars-24 td div {
	width: 10px;
	margin: 0 1px;
}

.micro-chart .bars-48 td div {
	width: 5px;
	margin-right: 1px;
}

.micro-chart .bars td div {
	background: #ff9d00 url('/images/micro-chart-bar.png') repeat-x bottom center;
}

.micro-chart .bars td div:hover {
	background: #f79f33;
}

.micro-chart .x-axis {
	padding: 0 0 0 6px;
}

.micro-chart .x-axis table {
	border: none;
	border-collapse: collapse;
}

.micro-chart .x-axis .major td {
	border-color: transparent;
	text-align: left;
}

.micro-chart .x-axis .divisions-6 td {
	width: 47px;
}

.micro-chart .x-axis .divisions-12 td {
	width: 23px;
}

.micro-chart .x-axis td {
	line-height: 20px;
	border-right: 1px solid #dcdcdc;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.chart-tip {
	font-size: 9px;
	text-align: right;
	color: #666;
	padding: 0 0 2px 0;
	float: right;
}

/* -- PDF -- */
.nobreak {
	page-break-inside: avoid;
}


.push{
	height: 12px;
	clear: both;
}

.layout{
	width: 935px;
	text-align: left;
	margin: 0 auto;
}


.adr{
	background: #EFEFEF;
	border: 1px #CCC solid;
	padding: 10px;
	font-size: 12px;
	color: #484848;
}

.adr div.street-address{
	font-weight: bold;
	font-size: 14px;
}


/* Permalink editor */


#permalink strong{
	color: #484848;
}

#permalink span{
	color: #666;
}

#permalink em{
	color:#484848;
	font-style: normal;
	background:#FFc;
}



.slug-save {
	display: none;
}

#slug-edit {
	margin: 0 3px;
}

#admin-menu {
	background: #fff;
	border: 1px solid #aaa;
	position: fixed;
	bottom: 0;
	right: 5px;
	bottom: 25px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: none;
}

#admin-menu a {
	display: block;
	line-height: 20px;
}

#admin-menu a:hover {
	text-decoration: underline;
}

#show-all-styles, #show-poll-styles, #show-survey-styles{
	background-image: url(/images/dashboard/content-icons.png);
	background-repeat: no-repeat;
	background-position: 0px -4px;
}

#show-poll-styles{background-position: 0px -166px;}
#show-survey-styles{background-position: 0px -84px;}

div#migrating-message, #done{
	border: 1px #CCC solid;	
	overflow: hidden;
	padding: 20px;
	background: #f6f6f6 url(/images/dashboard/smiley-big.png) no-repeat 0px 60px;
}

#done{
	background-image: none;
}

div#migrating-message h2, #done h2{
	border-bottom: 1px #ddd solid;
	color: #fc5605;
	text-shadow: 0px 1px 0px #FFF;
}

#done h2{
	border-bottom: 0px;
}

div#migrating-message p{
	text-shadow: 0px 1px 0px #FFF;
	color: #666;
}

div#migrating-message .left{
	float: left;
	width: 650px;

}

div#migrating-message .left p{
	font-size:18px;
	color: #666;
	line-height: 23px;
	padding-left: 115px;
	padding-top: 10px;	
}

div#migrating-message .right{
	float: left;
	width: 260px;
}

#remaining{
	font-size: 24px;
	font-weight: bold;
	color: #fc5605;
	padding-left: 5px;
}

#ajax-loader{
	margin-top:-12px;
}

.box .phrase-group {
	padding: 5px 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

.box .phrase-group .phrase-left {
	float: left;
	width: 460px;
}

.box .phrase-group .phrase-right {
	float: right;
	width: 460px;
}

.box .phrase-group strong {
	font-weight: normal;
	font-size: 16px;
}

.box .phrase-group h5 {
	font-size: 16px;
	padding: 0 0 6px 0;
}

.box .phrase-group .sub {
	color: #666;
	margin-bottom: 10px;
}

.box .phrase-group .input {
}

.box .phrase-group .phrase-text {
}

#add-email .item {
	float: left;
	width: 205px;
}

#add-email .item label {
	display: block;
	padding: 0 0 6px 0;
}

.email-table {
	padding-top: 20px;
}

#group-emails {
	width: 100%;
	border-collapse: collapse;
}

#group-emails tr td, #group-emails tr th{
	font-size: 12px;
	text-align: left;
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
}

#group-emails tr.item td, #group-emails tr.item th{
	font-size: 12px;
	text-align: left;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}

#group-emails tr.item:last-of-type td, #group-emails tr.item:last-of-type th{
	font-size: 12px;
	text-align: left;
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
}

.email-table .none {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ddd;
	padding: 20px 0 40px 0;
}


#dashboard-notice {
	background-color: #fcf3ba;
	padding: 1em 2em;
	font-size: 1.2em;
	margin: 30px auto 0 auto;
	width: 980px;
}

#dashboard-notice a.dismiss-notice, #dashboard-feature a.dismiss-notice {
	float: right;
	margin-right: -1px;
}

#dashboard-notice a.show-me {
	font-size: 0.8em;
}



#feature-hider {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 20px;
	background-color: #fcf3ba;
	color: #666;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-box-shadow: 0px 0px 7px #CCC;
	-moz-box-shadow: 0px 0px 7px #CCC;
	box-shadow: 0px 0px 7px #CCC;
	border:2px #FFF solid;
	border-width: 1px 0px 1px 1px;
}

#feature-hider a {
	display: block;
	padding: 5px 5px;
	text-align: center;
	font-size: 1.4em;
}

#dashboard-feature .feature-hidden {
	width: 5px;
}

#dashboard-feature img{
	margin-top: 3px;
}

.slider a.survey-116 {
background-image: url('/images/survey-16.png');
}






h5{
	color:#c43932 !important;
	font-size:10px;
	text-transform:uppercase;	
}

h5 strong{
	display:block;
	font-size:18px;
	font-weight:normal;
	padding-top:10px;
	color:#000;
	text-transform:none;
	line-height: 1.2;
}

.label-group{
	margin:5px;
}

.label-group label{
	width:auto;
	
}

#participant-results{
	margin-right:20px;
}

#participant-results, #custom-messages, #sms-reply{
	width:447px;
	float: left;
	background: #f6f5f5;
	padding:15px !important;
	margin-top: 20px;
	min-height: 350px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px #e7e3e3 solid;
}

#sms-reply{
	float: none!important;
	width: 650px;
	min-height: 0px;
	margin-top: 0px;
	display: none;
}

#sms-reply.show, .sms-answer-text.show{
	display: block;
}


#sms-reply.hide, .sms-answer-text.hide {
	display: none;
}


#sms-reply textarea{
	width: 640px;
}

.sms-answer-text{
	display: none;
}

#participant-results h4, #custom-messages h4{
	border-bottom: 1px #e7e3e3 solid;
	box-shadow: 0px 1px 0px #FFF;
	-moz-box-shadow: 0px 1px 0px #FFF;
	margin-bottom: 0px;
	padding-top:0px !important;
}

#participant-results h6, #custom-messages h6{
	margin-top: 15px !important;
	padding-top: 15px !important;
	margin-bottom: 3px !important;
	-moz-box-shadow: 0px -1px 0px #e7e3e3;
	box-shadow: 0px -1px 0px #e7e3e3;
	border-top: 1px #fff solid;
}

#participant-results .form-inner, #custom-messages .form-inner{
	border-top:0px;
	padding-top:0px;
	margin-top:0px;
}

.form-inner p{
	margin-top: 0px;
	color: #999;
}

#participant-results .label-group,#custom-messages .label-group{
	width: 470px !important;
	margin-left: 0px !important;
}

#custom-messages input.multi-wide{
	width: 400px;
}

#participant-results .label-group p{

}

.box#survey-styles{
	padding-bottom: 20px !important;
}

.box#survey-styles .form-inner{
	border-top:1px #e0e0e0 solid;
	padding-top:30px;
}

label.side-by-side{
	color: #525452;
	margin-right: 15px;
}


#email-whitelist-groups{
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.125s ease-out;
	-moz-transition: all 0.125s ease-out;
	-o-transition: all 0.125s ease-out;
	
}

#email-whitelist-groups.disabled{
	opacity:0.25;
}

#cboxLoadedContent iframe{background: transparent!important;}


/* Survey style editor, new classes from Morocco project. Need to be cleaned up */

#preview-editor {
	background: #f7f7f7;
	border: 1px solid #ebe8e8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 15px;
	margin: 30px 0 0 0;
}

#preview-editor h5 {
	border-bottom: 1px solid #ece9e9;
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 1px 0px rgba(255, 255, 255, 1);
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;	
}

#preview-editor .object-preview {
	width: 940px;
	height: 600px;
	border:1px solid #ccc;
}

#preview-editor #poll-preview.object-preview {
	height: 500px;
}

#preview-editor #preview-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 600px;
	border:1px solid #ccc;
	background-color: #fff;
	display: none;
}

#preview-editor #preview-loader p {
	margin: 15px 0 0 15px;
	color: #333;
	font-size: 14px;
}

.input .answer-text.idle {
	color: #999 !important;
}

#css-editor .pre-populate {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px 0;
}

#css-editor .pre-populate h5 {
	float:left;
	margin: 2px 10px 0 0;
}

#css-editor .pre-populate select {
	float:left;
}