 /* 3-Column Style: Rounded Gray
     Author: Jett Miller
     Description: Box with two rounded corners and flat shadow
 */
 
 /*-------------- Styles Reset for Contained Elements ---------------------*/
#cchFeatureBox a, #cchFeatureBox p, #cchFeatureBox h1, #cchFeatureBox h2,  #cchFeatureBox h3, #cchFeatureBox h4, #cchFeatureBox h5, #cchFeatureBox h6 {
	margin: 0;
	padding: 0;
}

 /*-------------- Layout Styles ---------------------*/

#cchFeatureBox {
	text-align: center;
	margin: 20px 0 auto;
	width: 100%;	
}

#cchFeatureBox p {
	margin-bottom: 10px;
}

#cchFeatureBox h4 {
	font-size: 1em;
	 font-weight: bold;
	 font-family: inherit;
	 color: inherit;
}

.cchFeatures * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.cchFeatures {
	width: 250px;
	margin: 0 13px 30px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1.4em;
}

.cchFeatures {
       display: inline !ie;
}

.feature-title {
	padding: 8px 0;
	text-align: center;
}

 .feature-content{
	height: 150px;
	padding: 10px;
	overflow: auto;
	font-size: .8em;
 }
 
 .feature-content img {
	display: block;
	margin: 0 auto;
 }
   
 /*------------- Display Styles ----------------------*/
 
 .cchFeatures {
	border: 1px solid rgb(211, 211, 211);
	-webkit-border-top-left-radius: 22px;
	-webkit-border-top-right-radius: 22px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 22px;
	-moz-border-radius-topright: 22px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 5px 0px rgba(211, 211, 211, 1);
	box-shadow:         0px 5px 0px rgba(211, 211, 211, 1);
	-moz-box-shadow:    0px 5px 0px rgba(211, 211, 211, 1);
 }
 
 .feature-title {
	background-color: rgb(211,211,211);
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: 3px solid #979797;
 }
 
 #cchFeatureBox .feature-title a, #cchFeatureBox .feature-title a:hover, #cchFeatureBox .feature-title a:link, #cchFeatureBox .feature-title a:visited, .payment-title, .fileshare-title, .cust_title, .axcess-title {
	font-size: 1.2em;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	text-shadow: none;
}
.feature-content input {
	color: #000000;
}
 
/*-------------- Slider Styles (removed for now)---------------------*/
 
/* Hide cycle arrows when Cycle2 not in use*/
.cycle-prev, .cycle-next {
	display: none;
 }
 
/*
 #cchFeatureBox .cycle-prev:before {
	content: "\2191";
 }
 
#cchFeatureBox .cycle-next:before {
	content: "\2193";
 }
 
#cchFeatureBox .cycle-next,  #cchFeatureBox .cycle-prev {
	font-size: 2em;
	font-weight: bold;
	color: rgb(111,111,111);
	width: 20px;
	height: 30px;
	text-align: center;
	z-index: 1020;
 }
 
 #cchFeatureBox .cycle-next:hover,  #cchFeatureBox .cycle-prev:hover {
	font-size: 2.3em;
	font-weight: bold;
	color: black;
 }
 
 #cchFeatureBox .cycle-next {
	position: absolute;
	top: 125px;
	right: -10px;
 }
 
 #cchFeatureBox .cycle-prev {
	position: absolute;
	top: -5px;
	right: -10px;
 }
 */
 
 /*-------------- Content-specific Styles ---------------------*/

 /* Bold Links on Newsletter Headings */
 #newsletter_scroll a{
	font-weight: bold;
}

#newsletter_scroll, #taxalert_scroll {
    word-break: break-word;
}
/*------------------- Selections in the Wizard --------------------*/
.info-table .feature-content a img {
	color: transparent\9;
	border:0\9;
}
.info-table .feature-title span, .info-table .feature-title a { 
	font-size: 1.2em;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	text-shadow: none;
}

/*-------- For ePayments Form --------- */
.epayform div{
clear: left;
margin: 0;
padding: 3px 0 3px 0;
padding-left: 2px; /*width of left column containing the label elements*/
}

#epayment-content {
	overflow: visible;
}

.epayform label, .epayform input {
	display: inline-block;
	font-size: 11px !important;
}

.epayform label{
margin-left: 2px; /*width of left column*/
width: 45%;
}

.epayform input {
width: 43%;
}

#epayment-submit {
	text-align: center;
}

#epayment-submit input {
	width: auto;
}

#paypal-logo tr:first-child {
display: none;
}

#paypal-logo td {
	padding: 0;
	/* Fix Display in Wizard */
	background: transparent;
	border-top: none;
}

#paypal-logo {
	margin-bottom: 5px;
	text-align: center;
}

#paypal-logo img {
margin: -5px auto 0px;
width: 120px;
}

#paypal-how-link {
text-align:center;
font-size: 11px;
line-height: 11px;
padding: 4px 0 0 0;
}
#paypal-how-link a {
font-weight: bold;
font-family: "Arial", sans-serif ;
}
.payment-title {
text-align: center;
cursor: default;
}

.epayform .clear, .epayment-clear {
	display: none;
}

/*-------- For Fileshare & Axcess --------- */
.fileshare div, .axcess div{
	clear: left;
	margin: 0;
	padding: 3px 0 3px 0;
	padding-left: 2px; /*width of left column containing the label elements*/
}
#fileshare-content.feature-content, #axcess-content.feature-content {
	overflow: initial;
}
.fileshare label, .fileshare input, .axcess label, .axcess input {
	display: inline-block;
	font-size: 11px !important;
}
.fileshare label, .axcess label {
	margin-left: 2px; /*width of left column*/
	width: 45%;
}
.fileshare input, .axcess input {
	width: 45%;
}

#fileshare-submit, #axcess-submit {
	text-align: center;
}

#fileshare-submit input, #axcess-submit input {
	width: auto;
}
.fileshare-title, .axcess-title {
	text-align: center;
	cursor: default;
}
.fileshare .clear, .fileshare-clear, .axcess .clear, .axcess-clear {
	display: none;
}

/*-------- For Custom Column --------- */

.cust_title {
	text-align: center;
	cursor: default;
}