#tinypass_subscription_holder {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#tinypass_button_holder {
	max-width:620px;
	min-width:300px;
}

#tp-outer {
	border:  1px solid #d8dadd;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f8f9fa;
	padding:  8px;
	margin-top: 40px;
	box-shadow: inset 0px 0px 3px #c8cacc;
}

#tp-inner {

	border:  1px solid #d8dadd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	box-shadow: 0px 0px 3px #d8dadd;
}

#tp-inner hr {
	border:  0;
	border-bottom:  1px solid #d8dadd;
	margin:  0;
	padding:  0;
}

.tp-row {
	padding:  30px;
	font-size:  13px;
	line-height:  18px;
	overflow:  auto;
}

.tp-row h1 {
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin:0px 0px 5px 0px;
}

.tp-col {
	float:left;
	width:70%;
}

.tp-col.right {
	width:30%;
	text-align:right;
	padding-top:10px;
}

.tp-col.right.read-more {
}


/*
TinyPass admin form sytles
*/
.clear {
	clear:both;
}

#tp-error {
  color:red;
}

.tp-error {
  border:1px solid red !important;
}

.tp-bg {
	background-color:#F7F7F7;
}

.tp-section {
	margin-top:40px;
}

#poststuff .tp-settings h3 {
  font-weight:bold;
  padding-left:0px;
  font-size:14px;
}

#poststuff .tp-settings .postbox h3 {
  font-size:12px;
  font-weight:bold;
  padding-left:7px;
}

.tp-settings h2 {
  font-weight:bold;
  padding-left:0px;
}

.tp-settings p.info {
	font-size:.9em;
	line-height:.9em;
}


.tp-simple-table div.label, .tp-simple-table label{
	display:block;
	float:left;
	width:120px;
	text-align:left;
	vertical-align: top;
	padding-top:7px;
}

#poststuff .inside .tp-simple-table p.help {
	margin-left:125px;
	margin-top:4px;
	margin-bottom:20px;
}

#tp_modes {
  margin-top:10px;
	background-color:#FDFDFD;
	border:1px solid #EAEAEA;
	padding:7px 20px 5px 20px;
	border-radius: 30px;
	float:left;
}
#tp_modes .choice{
	float:left;
	width:124px;
	height:41px;
	font-size:14px;
	line-height: 36px;
	text-align:center;
	text-transform: uppercase;
	color:#D0D0D0;
	font-weight:bold;
	cursor:pointer;
}

#tp_modes .choice-on, #tp_modes .choice-selected{
	background-image: url('./images/choice-bg.png');
	background-repeat:no-repeat;
	color:inherit;
}

#tinypass_post_options_form h4{
}
.tinypass_price_options_form {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.tinypass_price_options_form td{
	padding: 8px;
	margin: 0px;
	border:1px solid #DFDFDF;
	font-size:11px;
  background-color:white;
}
.tinypass_price_options_form th{
	background-color:#EDEDED;
	text-align: left;
	padding: 8px;
	margin: 0px;
	border:1px solid #DFDFDF;
}


.tag-holder {
	height:40px;
	padding-top:10px;
	padding-left:10px;
	border:1px solid #DFDFDF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color:white;
}

.tag-entry {
	border:1px solid #DFDFDF;
	height:40px;
	padding-top:15px;
	padding-left:10px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tag-holder div.tag {
	float:left;
	height:30px;
	margin-right:15px;
}

.tag-holder div.tag .text {
	float:left;
	height:30px;
	background-color:#6e72ad;
	color:white;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


.tag-holder div.tag .remove {
	background-image:url('./images/tag-remove.png');
	background-repeat: no-repeat;
	float:right;
	height:30px;
	width:33px;
	cursor:pointer;
}

.options {
}
.options, .options td {
}
.add_option_link {
}
