.fm-button-orange{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	-border-radius:3px;
	background: #F35911; /* fallback color */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9861), to(#F35911));  
	background:-moz-linear-gradient(center top , #ff9861, #F35911) repeat scroll 0 0 transparent;
	border-color:#e96036 #e95336 #d75137;
	border-left:1px solid #e95336;
	border-right:1px solid #e95336;
	border-style:solid;
	border-width:1px;
	color:#fff!important;
	cursor:pointer;
	font-size:12px;
	margin:0 8px 0 0;
	outline:medium none;
	padding:5px 8px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
	position:relative;
	line-height:inherit!important
}

.fm-button-orange:hover{
	border-color:#823400 !important;
}

.table-wrapper .shadow {
  background: url(/assets/bg_tabbed_bottom_dark.png) 50% 0 no-repeat;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.table-wrapper .plan-details {
  background: url(/assets/bg_tabbed_bottom_dark.png) 50% 0 no-repeat;
  display: none;
  height: 100%;
  position: absolute;
  width: 344px;
  padding: 0 20px;
  z-index: 2000;
  top: 0;
}
.table-wrapper .plan-details.free {
  background-color: #efefef;
  left: 384px;
}
.table-wrapper .plan-details.professional {
  background-color: #F7DCAB;
  left: 576px;
}
.table-wrapper .plan-details.professional .features .feature p {
  color: #8B720F!important;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.table-wrapper .plan-details.professional .features .feature img {
  border-color: #8b720f;
}
.table-wrapper .plan-details.unlimited {
  background-color: #F7BF5C;
  left: 192px;
  width: 345px;
}
.table-wrapper .plan-details.unlimited .features .feature p {
  color: #8C5E0D!important;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.table-wrapper .plan-details.unlimited .features .feature img {
  border-color: #8c5e0d;
}
.table-wrapper .plan-details.unlimited .side-shadow.right {
  top: 300px;
}
.table-wrapper .plan-details.enterprise {
  background-color: #F7BF5C;
  left: 192px;
  width: 345px;
}
.table-wrapper .plan-details.enterprise .features .feature p {
  color: #8C5E0D!important;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.table-wrapper .plan-details.enterprise .features .feature img {
  border-color: #8c5e0d;
}
.table-wrapper .plan-details.enterprise .side-shadow.right {
  top: 300px;
}

.table-wrapper .plan-details .close {
  background: url(/assets/x.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 3200;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  text-indent: -99999px;
}
.table-wrapper .plan-details .side-shadow {
  width: 5px;
  height: 506px;
  position: absolute;
  left: -5px;
  top: 284px;
  background: url(/assets/bg_plans_side_shadow_left.png) 0 0 no-repeat;
}
.table-wrapper .plan-details .side-shadow.right {
  background: url(/assets/bg_plans_side_shadow_right.png) 0 0 no-repeat;
  left: auto;
  right: -5px;
  top: 20px;
}

.table-wrapper .plan-details .features {
  padding-left: 22px;
  background: none;
}
.table-wrapper .plans {
  z-index: 10;
  border-collapse: separate;
  width: 100%;
}
.table-wrapper .plans .features-title {
  background: url(/assets/bg_plan_features.png) 100% 0 repeat-y;
}
.table-wrapper .plans tr th {
  padding-bottom: 0px;
  font-size: 19px;
  text-align: center;
  padding-top: 15px;
}
.table-wrapper .plans tr th div.top-shadow {
  width: 100%;
  height: 5px!important;
  margin-top: -14px !important;
  background: url(/assets/bg_th_shadow_top.png) 100% 100% no-repeat;
}
.table-wrapper .plans tr th.free {
  //background: #efefef url(/assets/bg_th_shadow.png) 0 0 no-repeat;
  background: #efefef url(/assets/bg_plans.png) -50px 10px no-repeat;
  width: 192px;
  height: 160px;
  border-left: 1px solid white;
  border-bottom: 4px solid #cccccc;
}
.table-wrapper .plans tr th.professional {
  background: #f7dcab url(/assets/bg_plans.png) -50px -230px no-repeat;
  width: 192px;
  height: 160px;
  border-left: 1px solid white;
  border-bottom: 4px solid #ffcc00;
}
.table-wrapper .plans tr th.unlimited {
  border-left: 1px solid white;
  border-bottom: 4px solid #fba101;
  background: #f7bf5c url(/assets/bg_plans.png) -50px -490px no-repeat;
  width: 192px;
  height: 160px;
}
.table-wrapper .plans tr th.enterprise {
  border-left: 1px solid white;
  border-bottom: 4px solid #fba101;
  background: #f7bf5c url(/assets/bg_plans.png) -50px -740px no-repeat;
  width: 192px;
  height: 160px;
}
.table-wrapper .plans tr th div {
  font-size: 13px;
  height: 215px;
  line-height: 16px;
  margin-top: 15px;
  padding: 0 15px 0 55px;
  text-align: right;
  font-weight:normal;
  font-size:11px;
}
.table-wrapper .plans tr th.shadow {
  padding: 0;
  vertical-align: bottom;
  border: none;
  text-align: right;
}
.table-wrapper .plans tr th a {
  font-size: 12px;
  padding: 0px 4px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  margin: 5px 0 0 39px;
}
.table-wrapper .plans tr.section-header {
  background: url("/assets/bg_tabbed_bottom.png") 50% 0 no-repeat;
  color: #777;
}
.table-wrapper .plans tr.section-header th {
  padding: 15px 0;
  text-align: left;
}
.table-wrapper .plans tr.section-footer {
  background: url("/assets/bg_tabbed_bottom.png") 50% 0 no-repeat;
  color: #777;
}
.table-wrapper .plans tr.section-footer th {
  padding: 20px 0;
  text-align: left;
  color: #888888;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  margin: 20px 0 10px;
}
}
.table-wrapper .plans tr.section-header th:first-child {
  background: url(/assets/bg_arrow_expanded.png) 0 8px no-repeat;
  padding-left: 40px;
}
.table-wrapper .plans tr.section-header.collapsed th:first-child {
  background: url(/assets/bg_arrow_collapsed.png) 0 8px no-repeat;
}
.table-wrapper .plans tr.expanded td:first-child {
  background-color: #ddd;
  border-color: #ddd;
}
.table-wrapper .plans tr td {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  line-height: 18px;
  padding: 5px 7px;
  vertical-align: bottom;
  text-align: center;
  color: #555;
}
.table-wrapper .plans tr td.price {
}
.table-wrapper .plans tr td:first-child {
  border-left: 0 none;
  text-align: left;
  width: auto;
  font-size: 14px;
  color: #000;
}
.table-wrapper .plans tr td span.check {
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  display: inline-block;
  background: url("/assets/yes.png") no-repeat scroll 98% 50% transparent;
}
.table-wrapper .plans tr td span.coming {
  text-indent: normal;
  font-size: 10px;
  position: absolute;
  margin-left: 10px;
  opacity: 0.5;
}
.table-wrapper .plans tr td.col-1 {
  background: #f9f9f9;
}
.table-wrapper .plans tr td.col-1.price {
  background: #efefef;
  vertical-align: middle;
  padding: 20px 0 30px;
}
.table-wrapper .plans tr td.col-1.price strong {
  font-size: 34px;
  display: inline-block;
}
.table-wrapper .plans tr td.col-1.price div {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
}
.table-wrapper .plans tr td.col-1.price span {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -14px;
  left: 2px;
}
.table-wrapper .plans tr td.col-1.price em {
  font-style: normal;
  font-size: 11px;
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: bold;
  color: #555;
  text-shadow: 0px 1px 1px #ffffff;
  -moz-text-shadow: 0px 1px 1px #ffffff;
  -webkit-text-shadow: 0px 1px 1px #ffffff;
}
.table-wrapper .plans tr td.col-2 {
  background: #fef6e6;
  border-color: #fff;
}
.table-wrapper .plans tr td.col-2.price {
  background: #f7dcab;
  vertical-align: middle;
  padding: 20px 0 30px;
}
.table-wrapper .plans tr td.col-2.price div {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
}
.table-wrapper .plans tr td.col-2.price strong {
  font-size: 34px;
  display: inline-block;
}
.table-wrapper .plans tr td.col-2.price span {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -14px;
  left: 2px;
}
.table-wrapper .plans tr td.col-2.price em {
  font-style: normal;
  font-size: 11px;
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: bold;
  color: #8b720f;
  text-shadow: 0px 1px 1px #ffffff;
  -moz-text-shadow: 0px 1px 1px #ffffff;
  -webkit-text-shadow: 0px 1px 1px #ffffff;
}
.table-wrapper .plans tr td.col-3 {
  background: #fee9c5;
  border-color: #fff;
}
.table-wrapper .plans tr td.col-3.price {
  background: #f7bf5c;
  vertical-align: middle;
  padding: 20px 0 30px;
}
.table-wrapper .plans tr td.col-3.price div {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
}
.table-wrapper .plans tr td.col-3.price strong {
  font-size: 34px;
  display: inline-block;
}
.table-wrapper .plans tr td.col-3.price span {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -14px;
  left: 2px;
}
.table-wrapper .plans tr td.col-3.price em {
  font-style: normal;
  font-size: 11px;
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: bold;
  color: #8c5e0d;
  text-shadow: 0px 1px 1px #ffffff;
  -moz-text-shadow: 0px 1px 1px #ffffff;
  -webkit-text-shadow: 0px 1px 1px #ffffff;
}
.table-wrapper .plans tr td.col-4 {
  background: url(/assets/bg_td_last_column.png) 0 0 no-repeat;
  border-color: #fff;
}
.table-wrapper .plans tr td.col-4.price {
  background: url(/assets/bg_th_last_column.png) 0 -180px no-repeat;
  vertical-align: middle;
  padding: 20px 0 30px;
}
.table-wrapper .plans tr td.col-4.price div {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
}
.table-wrapper .plans tr td.col-4.price strong {
  font-size: 34px;
  display: inline-block;
}
.table-wrapper .plans tr td.col-4.price span {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -14px;
  left: 2px;
}
.table-wrapper .plans tr td.col-4.price em {
  font-style: normal;
  font-size: 11px;
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: bold;
  color: #722212;
  text-shadow: 0px 1px 1px #f7bca2;
  -moz-text-shadow: 0px 1px 1px #f7bca2;
  -webkit-text-shadow: 0px 1px 1px #f7bca2;
}
.table-wrapper .plans tr td.ico {
  background-image: url(/assets/sprite_plan_icons.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  white-space: nowrap;
}
.table-wrapper .plans tr td.ico.sub {
  background-position: 0 0;
}
.table-wrapper .plans tr td.ico.fees {
  background-position: 0 -60px;
}
.table-wrapper .plans tr td.ico.cc {
  background-position: 0 -90px;
}
.table-wrapper .plans tr td.ico.check {
  background-position: 0 -120px;
}
.table-wrapper .plans tr td.ico.frames {
  background-position: 0 -150px;
}
.table-wrapper .plans tr td.ico.hold {
  background-position: 0 -180px;
}
.table-wrapper .plans tr td.ico.multi {
  background-position: 0 -210px;
}
.table-wrapper .plans tr td.ico.returns {
  background-position: 0 -240px;
}
.table-wrapper .plans tr td.ico.social {
  background-position: 0 -270px;
}
.table-wrapper .plans tr td.ico.autop {
  background-position: 0 -300px;
}
.table-wrapper .plans tr td.ico.autoa {
  background-position: 0 -330px;
}
.table-wrapper .plans tr td.ico.et {
  background-position: 0 -360px;
}
.table-wrapper .plans tr td.ico.pb {
  background-position: 0 -390px;
}
.table-wrapper .plans tr td.ico.colz {
  background-position: 0 -420px;
}
.table-wrapper .plans tr td.ico.bp {
  background-position: 0 -450px;
}
.table-wrapper .plans tr td.ico.al {
  background-position: 0 -480px;
}
.table-wrapper .plans tr td.ico.bpt {
  background-position: 0 -510px;
}
.table-wrapper .plans tr td.ico.ss {
  background-position: 0 -540px;
}
.table-wrapper .plans tr td.ico.cbi {
  background-position: 0 -570px;
}
.table-wrapper .plans tr td.ico.crm {
  background-position: 0 -600px;
}
.table-wrapper .plans tr td.ico.st {
  background-position: 0 -630px;
}
.table-wrapper .plans tr td.ico.pc {
  background-position: 0 -660px;
}
.table-wrapper .plans tr td.ico.mu {
  background-position: 0 -690px;
}
.table-wrapper .plans tr td.ico.acc {
  background-position: 0 -720px;
}
.table-wrapper .plans tr td.ico.cbw {
  background-position: 0 -750px;
}
.table-wrapper .plans tr td.ico.prod-print {
  background-position: 0 -780px;
}
.table-wrapper .plans tr td.ico.prod-fineart {
  background-position: 0 -810px;
}
.table-wrapper .plans tr td.ico.prod-sticky {
  background-position: 0 -990px;
}
.table-wrapper .plans tr td.ico.prod-canvas {
  background-position: 0 -840px;
}
.table-wrapper .plans tr td.ico.prod-cards {
  background-position: 0 -870px;
}
.table-wrapper .plans tr td.ico.prod-download {
  background-position: 0 -900px;
}
.table-wrapper .plans tr td.ico.prod-share {
  background-position: 0 -960px;
}
.table-wrapper .plans tr td.ico.prod-ecard {
  background-position: 0 -930px;
}
.table-wrapper .plans tr td.ico.alb {
  background-position: 0 -1020px;
}
.table-wrapper .plans tr td.ico.srch {
  background-position: 0 -1080px;
}
.table-wrapper .plans tr td.ico.coup {
  background-position: 0 -1050px;
}
.table-wrapper .plans tr td.ico.fb {
  background-position: 0 -1110px;
}
.table-wrapper .plans tr:hover td {
  background-color: #f5f5f5;
}
.table-wrapper .plans tr:hover td.col-1 {
  background: #efefef;
}
.table-wrapper .plans tr:hover td.col-2 {
  background: #f7dcab;
}
.table-wrapper .plans tr:hover td.col-3 {
  background: #f7bf5c;
}
.table-wrapper .plans tr:hover td.col-4 {
  background: url(/assets/bg_th_last_column.png) 0 -180px no-repeat;
}
.table-wrapper .plans tr:hover td.features-title {
  background-color: transparent !important;
}
.table-wrapper .plans .feature-description {
  background: #F35911;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 250px;
  z-index: 10000;
  color: #fff;
  opacity: 0.9;
}
.table-wrapper .plans .feature-description strong {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
}

p.footnote {
    color: #888888;
    font-size: 11px;
    font-style: italic;
    margin: 20px 0 10px;
}
