.pageContent, .pageContent td {
	font-size: 12px;
}
.featuresNav nav {
	margin-top: 2px;
}

.pageContent {
	padding-top: 35px;
}

.pageContent .primary {
	padding-top: 0;
	min-height: 600px;
}

h1 {
	margin-top: 0;
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font-size: 20px;
}

.post > header {
	margin-bottom: 0;
}

hgroup.with-subtitle h1 {
	margin-bottom: 3px;
}

.post header hgroup h2 {
	margin-top: 0;
}

.dpma_form_table_wrap {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.dpma_form_table input[type="checkbox"] {
	margin: 0;
	padding: 0;
	margin-right: 5px;
	vertical-align: baseline;
}

.dpma_form_table_wrap label {
	display: inline-block;
}

.dpma_form_table_wrap > header {
	background: #2b2f33;
	height: 50px;
	line-height: 50px;
	color: #d4dce4;
	padding: 0 20px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.dpma_form_table_wrap > header h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
}

.dpma_form_table_wrap_tabs {
	height: 40px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	top: 1px;
}

.dpma_form_table_wrap_tabs header {
	border: 1px solid #CCD3DF;
	background: #E5EBF7;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.dpma_form_table_wrap_tabs header {
	padding: 10px 10px 9px 10px;
}

.dpma_form_table_wrap_tabs header.on {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	top: 1px;
}

.dpma_form_table_wrap_tabs header h3 {
	margin: 0;
	font-size: 16px;
}

table.dpma_form_table td {
	padding: 8px;
}

table.dpma_form_table input[type="text"],
table.dpma_form_table input[type="password"],
table.dpma_form_table input[type="email"],
table.dpma_form_table textarea {
	width: 80%;
}

table.dpma_form_table input[type="text"],
table.dpma_form_table input[type="password"],
table.dpma_form_table input[type="email"],
table.dpma_form_table textarea {
	background: #fff;
	border: 1px solid #BCC5CE;
	box-shadow: none;
	border-radius: 0;
}

table.dpma_form_table input[type="text"]:focus,
table.dpma_form_table input[type="password"]:focus,
table.dpma_form_table input[type="email"]:focus,
table.dpma_form_table textarea:focus {
	border: 1px solid #E9322D;
	box-shadow: none;
}

#login_area table.dpma_form_table, #login_area table.dpma_form_table tbody {
	border: none;
}

table.dpma_form_table {
	border: 1px solid #D5DAE0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table.dpma_form_table.with-thead {
	border: none;
}

table.dpma_form_table > tbody {
	border: 1px solid #D5DAE0;
}

table.dpma_form_table tr.sub-row td {
	padding-top: 0;
	font-size: 11px;
	padding-left: 15px;
}

table.dpma_form_table tr.sub-row p {
	margin: 0 0 8px 0;
	padding: 0;
}

table.dpma_form_table thead {
	border: 1px solid #41484F;
}

table.dpma_form_table thead th {
	background: #41484F;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #E2E7EC;
}

table.dpma_form_table tr.border-top {
	border-top: 1px solid #DAE1ED;
}

table.dpma_form_table td.mid-title {
	background: #E7E7E7;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

table.dpma_form_table tfoot {
	border: 1px solid #D5DAE0;
	border-top: none;
}

table.dpma_form_table tfoot td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #ECF1F4;
}




table.dpma_form_table2 td {
	vertical-align: middle;
	padding-bottom: 15px;
}

table.dpma_form_table2 input {
	margin: 0 !important;
}

table.dpma_form_table2 input[type="text"],
table.dpma_form_table2 input[type="password"],
table.dpma_form_table2 input[type="mail"] {
	width: 300px;
}

table.dpma_form_table2 .dpma_label {
	text-align: right;
	color: #92A0AB;
	text-transform: uppercase;
	padding-right: 20px;
}







.btn, .btn.btn-cta {
	background: #3498DB;
	border: none;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	padding: 5px 13px;
	text-align: center;
	vertical-align: middle;
	text-shadow: none;
	box-shadow: none;
}

.btn:hover, .btn.btn-cta:hover, .btn.btn-cta:active {
	background: #258cd1;
	color: #FFFFFF;
}

.btn.btn-small {
	padding: 2px 8px;
	font-weight: normal;
	color: #000;
}

.btn.btn-small.btn-cta,
.btn.btn-small.btn-primary {
	color: #fff;
}

.demoPromo.members-area {
	font-size: 130%;
	padding: 20px 0 20px 0;
}

.demoPromo.members-area p {
	font-size: 160%;
}

.demoPromo.members-area .username  {
	padding-top: 9px;
}

.dp3-tag {
	position: relative;
	top: -1px;
	margin-right: 3px;
	background: #F8F8F8;
	font-size: 11px;
	display: inline-block;
	line-height: 100%;
	padding: 2px 4px;
	border: 1px solid #C1C8D8;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.modal-header h3 {
	margin: 0;
}

.modal-body p {
	margin: 0 0 8px 0;
}

tr.row-off td {
	opacity: 0.5;
}

.license-section table td {
	vertical-align: middle;
}

#terms_box {
	padding: 13px;
	border: 2px solid #F3F3F3;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 100%;
}
#terms_box td {
	font-size: 14px;
	vertical-align: middle;
}
#terms_box label {
	padding: 0;
	margin: 0;
}
#terms_box.error {
	border: 2px solid #AE0000;
}

#checkout_finish {
	text-align: right;
	padding: 15px;
	background-color: #F3F3F3;
}

#checkout_finish .btn {
	font-size: 16px;
}

#checkout_total {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-right: 12px;
	position: relative;
	top: 3px;
}

#checkout_total_currency {
	display: inline-block;
	margin-right: 18px;
	line-height: 100%;
	vertical-align: text-bottom;

	position: relative;
	top: 3px;
}

#checkout_total_currency em {
	display: inline-block;
	color: #85929C;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding-right: 4px;
}

#checkout_total_currency select {
	vertical-align: text-top;
}

.alert.regular-text {
	color: #000;
}

.billing-header {
	font-size: 12px;
	margin-bottom: 8px;
	background-color: #E8EFFF;
	padding: 15px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	float: left;
}

.billing-header > h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#terms_box {
	background-color: #EFEFEF;
	border: 2px solid #EFEFEF;
	padding: 10px;
	margin: 0 0 15px 0;
}
#terms_box.error {
	border: 2px solid #f00;
}

#inline_email {
	background: #DCE2E8;
	margin-bottom: 15px;
	margin-top: -20px;
}

#inline_email header {
	background: #2b2f33;
	height: 50px;
	line-height: 50px;
	color: #d4dce4;
	padding: 0 20px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#inline_email header h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
}

#inline_email header nav {
	float: right;
	display: none;
}

#inline_email.on header nav {
	display: block;
}

#inline_email header nav button {
	-webkit-border-radius: 4px;
	border-radius: 1px;
	border: 1px solid #3E46A3;
	padding: 0px 15px;
	margin: -5px -10px 0 0;
}

#inline_email article {
	padding: 5px;
	border: 1px solid #CBD1D8;
}

#inline_email article textarea {
	width: 100%;
	height: 38px;
	background: #fff;
	border: 1px solid #BCC5CE;
	box-shadow: none;
	border-radius: 0;
}

#inline_email article textarea:hover {
	border: 1px solid #E9322D;
	box-shadow: none;
}

#inline_email article .from-line {
	padding: 0 0 3px 6px;
	font-size: 11px;
}

.table-bighead {
	font-size: 12px;
	background-color: #EFEFEF;
}

.well .table th,
.well .table td {
	border: none;
}