.form-table-new {
    border-collapse: collapse;
    clear: both;
    margin-top: 0.5em;
    width: 100%;
}
.form-table-new, .form-table-new td, .form-table-new td p, .form-table-new th, .form-wrap label {
    font-size: 14px;
}
.form-table-new td {
    line-height: 1.3;
    margin-bottom: 9px;
    padding: 0 10px;
    vertical-align: middle;
}
.form-table-new th, .form-wrap label {
    color: #222;
    font-weight: 400;
    text-shadow: none;
    vertical-align: baseline;
}
.form-table-new th {
    font-weight: 600;
    line-height: 1.3;
    padding: 0 10px 7px 0;
    text-align: left;
    vertical-align: top;
    width: 200px;
}
.form-table-new th.th-full {
    font-weight: 400;
    width: auto;
}
.form-table-new td p {
    margin-bottom: 0;
    margin-top: 4px;
}
.form-table-new td fieldset label {
    display: inline-block;
    margin: 0.25em 0 0.5em !important;
}
.form-table-new td fieldset label, .form-table-new td fieldset li, .form-table-new td fieldset p {
    line-height: 1.4em;
}
.form-table-new input.tog, .form-table-new input[type="radio"] {
    float: none;
    margin-right: 4px;
    margin-top: -4px;
}
.form-table-new .pre {
    margin: 0;
    padding: 8px;
}
table.form-table-new td .updated {
    font-size: 13px;
}
table.form-table-new td .updated p {
    font-size: 13px;
    margin: 0.3em 0;
}


#table-new td{
	font-size: 13px;  
    padding: 2px 18px;
    text-transform: capitalize;
    width: 60%;
}


.pricing-table {
	-webkit-box-shadow: 0px 0px 3px #26292e;
	box-shadow: 0px 0px 3px #26292e;
	display: inline-block;
	margin: 30px 10px;
	width: 100%;
}

	.featured {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

	.pricing-table-header {
		background: #65707f; /* Old browsers */
		background: -moz-linear-gradient(top,  #65707f 0%, #4a5564 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65707f), color-stop(100%,#4a5564)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #65707f 0%,#4a5564 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #65707f 0%,#4a5564 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #65707f 0%,#4a5564 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #65707f 0%,#4a5564 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65707f', endColorstr='#4a5564',GradientType=0 ); /* IE6-9 */
		background-color: #586272;
		-webkit-border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		border-radius: 5px 5px 0px 0px;
		padding: 5px;
		text-align: center;	
	}

	.pricing-table-header h1 {
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}

	.pricing-table-content {
		background-color: #fff;
	}

	.pricing-table-content ul {
		list-style: none;	
	}

	.pricing-table-content ul li {
		border-bottom: 1px solid #efeff0;
		font-size: 14px;
		padding: 10px 56px;
	}
.pricing-table-content ul li strong{
	padding-right: 25px;
}
	.pricing-table-footer {
		background-color: #f5f7f8;
		-webkit-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;
		padding: 16px 0;
	}


	.pricing-table-footer {
		text-align: center;	
	}

	.pricing-table-footer p {
		font-size: 12px;
		text-transform: uppercase;	
	}

	.pricing-table-footer-submit {
		background: #50b7e4; /* Old browsers */
		background: -moz-linear-gradient(top,  #50b7e4 0%, #3098c4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b7e4), color-stop(100%,#3098c4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #50b7e4 0%,#3098c4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #50b7e4 0%,#3098c4 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #50b7e4 0%,#3098c4 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #50b7e4 0%,#3098c4 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b7e4', endColorstr='#3098c4',GradientType=0 ); /* IE6-9 */
		background-color: #3ea6d2;
		border: 1px solid #1481b0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		margin-top: 10px;
		padding: 10px;
		text-decoration: none;
		cursor: pointer;
	}


.success-message{width: 100%; margin-top: 30px; margin-bottom: 30px; padding: 5px; border: 1px solid green; background-color: rgb(227, 246, 206); color: green; font-weight: bold;}

.error-message{width: 100%; margin-top: 30px; margin-bottom: 30px; padding: 5px; border: 1px solid #d65151; background-color: #ffeeee; color: #d65151; font-weight: bold;}

.txn_manager_float_left {
    float: left;
}

.txn_manager_float_right {
    float: right;
}

.txn_manager_inline_block {
    display: inline-block;
}


.txn_manager_back_link {
    text-decoration: none;
}

.txn_manager_hide {
    display: none;
}

.txn_manager_transactions_list_loader {
    
}

/* Public side */
/* This makes the current page box a normal size and not something wide */
.page #txn_manager_transactions_form .current-page {
    max-width: 40px;
    min-height:inherit;
    
    /* This makes the current page text box appear in the same line as the other pagination items */
    display: inline;
}

/* This makese the height of the Bulk actions's select boxes top and bottom. */
.page #txn_manager_transactions_form #bulk-action-selector-top, 
    .page #txn_manager_transactions_form #bulk-action-selector-bottom {
    min-height:40px;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding-top: 8px;
}

/* On the public side when we've reached the last page or if we're on the first page
Prev or next buttons are not available so their height doesn't match other buttons' height.
This corrects it.
*/
.page #txn_manager_transactions_form .tablenav-pages-navspan {
    height: inherit;
}

/* The Last page link moves to a new line. With this css all pagination links fit on one row */
.page #txn_manager_transactions_form .tablenav .tablenav-pages {
    min-width: 40%;
}

.txn_manager_live_transaction {
}

.txn_manager_test_transaction {
    background: #ffffcc;
}
/* Auto-fit checkbox column*/
.page #txn_manager_transactions_form #cb {
    width: 25px;
}