a, p, h1, h2, h3, h4, h5, h6, * {
	font-family: arial;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #d8292f;
}
.redactor-editor a {color: #d8292f;}
.clear {
	clear: both;
}
.container {
	width: 960px;
	margin: 0px auto;
}
.header {
	vertical-align: middle;
	height: 80px;
}
#mainLogo {
	margin: 30px 0 0 20px;
}
.d-none {
	display: none;
}
.titleBar {
	height: 60px;
	background: #61615c;
	background: -moz-linear-gradient(top,  #61615c 0%, #070707 100%);
	background: -webkit-linear-gradient(top,  #61615c 0%,#070707 100%);
	background: linear-gradient(to bottom,  #61615c 0%,#070707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61615c', endColorstr='#070707',GradientType=0 );
}
.titleBar img {
	margin: 13px 0 0 30px;
}
body > .secondary-nav-main .secondary-nav-links.main h2.nopadding {
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
}
body > .secondary-nav-main .secondary-nav-links.main h2.nopadding span {
	font-weight: normal;
}
.pageTitle {
	height: 75px;
	background-color: #f2f2f2;
	padding: 0 10px;
}
.pageTitle h1 {
	color: #000000;
    font-family: "Arial-BoldMT","Arial Bold","Arial";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
	margin-top: 25px;
	float: left;
}
.pageTitleblue {
	background-color: #c2dbe9;
	padding: 10px 0 10px 10px;
}
.pageTitleblue h1 {
	color: #000000;
    font-family: "Arial-BoldMT","Arial Bold","Arial";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.pageTitle a {
	float: right;
	margin-top: 15px;
}
.blueButton {
	text-decoration: none;
	background-color: #007cc3;
	padding: 12px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
}
.blueButton:hover {
	background-color: #666666;
		text-decoration: none;
}
.redButton {
	text-decoration: none;
	background-color: #ff0000;
	padding: 12px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
}
.redButton:hover {
	background-color: #666666;
	text-decoration: none;
}
.divTable {
	display:  table;
	width:100%;
}
.divRow {
   display:table-row;
   width:auto;
}
.divCell {
	float:left;/*fix for  buggy browsers*/
	display:table-column;
}
.divCell:nth-child(1) {
	width: 20%;
}
.divCell:nth-child(2) {
	width: 37%;
}
.divCell:nth-child(3) {
	width: 13%;
}
.divCell:nth-child(4) {
	width: 13%;
}
.divCell:nth-child(5) {
	width: 13%;
	text-align: right;
}
.headRow {
    border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	height: 50px;
}
.divCell:first-child {
    margin-left: 10px;
}
.divRow:nth-child(2n) {
    background-color: #f2f2f2;
}
.headRow div {
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 15px;
}
.divRow div {
    padding: 15px 0;
	font-size: 0.9em;
}
.divRow:hover {
	background-color: #cce5f3;
	cursor: pointer;
}
.col-50 {
	width:47.4%;
	float: left;
}
#newMailform {
	background-color: #f2f2f2;
	border-bottom: 2px solid #cccccc;
}
#newMailform input, #newMailform textarea {
	border: 1px solid #abadb3;
	padding: 3px;
	width: 60%;
	float: right;
}
#newMailform textarea {
	height: 100px;
}
#newMailform input {
	/*height: 24px;*/
	margin-bottom: 20px;
}
#newMailform #tracker {
	width: 20%;
}
#newMailform .readonly#tracker {
	width: 60%;
}
#newMailform .disclaimer {
	float:right;
	width: 38%;
	padding-left: 2%;
	font-size: 11px;
	line-height: 16px;
	white-space: nowrap;
}
#newMailform p {
	float: left;
	width: 30%;
}
#newMailform .redactor_editor p,
#newMailform .redactor-editor p {
	float: none;
	width: 100%;
	word-wrap: break-word;
	margin: 0 0 10px 0;
}
.editDeal .redactor-in p,
.editDeal .redactor-click-to-edit p {
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 10px 0;
}
.editDeal *,
.mailPreview * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.editDeal input[type=text],
.editDeal select {
	box-sizing: border-box;
	width: 100%;
}
.add-edit-form .editDeal input[type=checkbox] {
	width: 13px;
	float:left;
	padding: 0;
	margin: 2px 10px 0 0;
}
.add-edit-form .editDeal .border_container label {
	width: auto;
	float: none;
	line-height: 1.2em;
}
.editDeal .redactorspan ul,
.mailPreview .descriptionPreview ul,
.editDeal .redactorspan ol,
.mailPreview .descriptionPreview ol {
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
}
.editDeal .redactorspan li,
.mailPreview .descriptionPreview li {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;	
}
#newMailform img {
	float: right;
	margin-left: 10px;
}
textarea {
    resize: none;
}
.firstCol {
	padding: 0 0 0 10px;
}
#newMailform .col-50 {
	padding-right: 20px;
	padding-top: 15px;
}
#pubDate {
    width: 52.4% !important;
}
#newMailform .redactor_toolbar a,
#newMailform .redactor-toolbar a {
	margin-bottom: 0;
	float:none;
}
.graySpacer {
    background-color: #cccccc;
    height: 1px;
    margin: 30px auto;
    width: 95.5%;
}
.grayButton {
    background-color: #999999;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    width: 140px;
}
.grayButton:hover {
	background-color: #666666;
	text-decoration: none;
}
#newMailform .grayButton, #newMailform .blueButton, #newMailform .redButton {
	margin-right: 20px;
}
.floatRight {
	float: right !important;
}

#open_deal {
    color: #007cc3;
}

.lightboxContent .errorClass {
    color: red;
    margin: 0;
    padding-left: 140px;
    padding-bottom: 10px;
}
.errorMsg {
	display: none;
	clear:left; 
	color: red;
}
#deal_chooser_form .errorMsg {
	margin: 3px 12px 5px 12px;
}
.contentNav {
    padding: 20px 10px;
	border-bottom: 2px solid #cccccc;
}
.contentNav > div {
    float: right;
}
.contentNav h2 {
    display: inline-block;
    font-size: 1em;
}
.contentNav div, .contentNav p {
    display: inline-block;
}
.contentNav div div{
    color: #007cc3;
    font-weight: bold;
	cursor: pointer;
}
.contentNav a:hover {
    text-decoration: underline;
}
.contentNav p {
    margin: 0 10px;
}
.mail-row {
	padding: 20px 0px;
	border-bottom: 2px solid #cccccc;
}
.mail-col {
	float: left;
}
.mail-col:nth-child(1) {
	width: 210px;
}
.mail-col:nth-child(2) {
	width: 240px;
}
.mail-col:nth-child(3) {
	width: 240px;
}
.mail-col:nth-child(4) {
	width: 230px;
}
.mail-col:nth-child(1) p {
	padding: 0 0 0 81px;
}
.mail-col > p {
    font-weight: bold;
}
.emptyMessage {
	padding: 0px 10px;
	margin-top: 20px;
}
.emptyMessage.hide {
	display: none;
}
.mailHeading {
	background-color: #f2f2f2;
}
.orangeHeader {
    background-color: #ff7200;
    padding: 17px 20px;
    vertical-align: middle;
    font-size: 16px;
	height: 24px;
}
.orangeHeader * {
    vertical-align: middle;
    font-size: 16px;
}
.orangeHeader img, .orangeHeader p {
	float: left;
}
.orangeHeader p {
	color: #ffffff;
	margin: 0 0 0 20px;
}
.orangeHeader p.flagTitle {
	min-width: 400px;
	line-height:27px;
	cursor: text;
}
#closeX, .closeX {
	margin-top: 5px;
}
.bookList {
    border-bottom: 1px solid #ff7200;
    border-left: 1px solid #cccccc;
    float: right;
    padding: 17px 20px;
    vertical-align: middle;
    width: 80%;
}
.bookList:hover {
	background-color: #cce5f3;
}
.bookList * {
    vertical-align: middle;
}
.bookList img, .bookList p {
	float: left;
}
.bookList p {
	
}
.grayBG {
	background-color: #f2f2f2;
}
.grayBG:hover {
	background-color: #cce5f3;
}
#grayDotcntrl {
    margin-right: 6.8%;
}
.colOne {
    float: left;
    width: 240px;
    min-height:20px;
}
.colTwo {
    float: left;
    width: 240px;
    min-height:20px;
}
.colThree {
    float: left;
    width: 230px;
    min-height:20px;
}
.mailContent {
	margin-bottom: 60px;
}
.publishContent {
	border-bottom: 2px solid #cccccc;
	margin-bottom: 30px;
}
.bookPreview table {
	margin: 0px auto;
}
.bookStats {
    float: left;
    margin-top: 50px;
    position: absolute;
}
.bookStats span {
	font-weight: bold;
}
.bookInfo {
	margin-bottom: 20px;
	width: 60% !important;
}
.dealTitleinput {
	display: none;
}
.dealTitleinput {
    float: left;
    width: auto;
    margin-left:17px;
}
.dealTitleinput > p {
    background-color: #007cc3;
    border-radius: 7px;
    display: inline-block;
    float: none;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 4px 10px;
	cursor: pointer;
}
.dealTitleinput > p:hover {
	background-color: #666666;
}
.dealTitleinput > input {
    height: 19px;
    margin-left: 20px;
    padding: 3px;
    width: 400px;
    margin: 0px 0px 0px 0px;
}
#overlay {
	opacity: 0;
	background-color: #333333;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 100%;
	display:none;
}

.infoModal {
	margin:auto;
	width:500px;
	z-index: 51;
	position:fixed;
	display:none;	
}
.infoModalVid {
	width: 600px;
}
.infoModalDeal {
	width: 600px;
}
.infoModalVid .previewImage {
	text-align:center;
}
#open {
    float: right;
}
.lightboxTitle {
	height: 40px;
    padding-top: 20px;
	background: #61615c;
	background: -moz-linear-gradient(top,  #61615c 0%, #070707 100%);
	background: -webkit-linear-gradient(top,  #61615c 0%,#070707 100%);
	background: linear-gradient(to bottom,  #61615c 0%,#070707 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61615c', endColorstr='#070707',GradientType=0 );
}
.lightboxTitle p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.lightboxContent {
    background-color: #ffffff;
    border: 10px solid #cccccc;
    margin: 0 10px;
    width: auto;
}
.lightboxContent > p {
    color: #333333;
    margin: 20px 0 30px;
    padding: 0 12px;
	font-size: 16px;
	line-height: 20px;
}
#update_video .lightboxContent p {
	margin: 20px 0 0 0;
}
#update_video .link_wrapper {
	padding: 20px 12px 0 12px;
}
.lightboxContent .grayButton {
    margin: 0 10px 20px 170px;
}
.lightboxContent .blueButton, .lightboxContent .grayButton {
	display: inline-block;
}
.bookList {
	cursor: pointer;
}
.userInfo {
    float: right;
	margin: 40px 20px 0 0;
}
.userInfo p, .userInfo div, .userInfo a {
	display: inline-block;
}
.userInfo p {
	color: #333333;
}
.userInfo > div {
    margin: 0 10px;
}
.userInfo a {
	color: #007cc3;
	font-weight: bold;
}
.userInfo a:hover {
	text-decoration: underline;
}
.landingPage {
	border-bottom: 2px solid #f2f2f2;
}
.pageNavigation {
    padding-top: 15px;
    text-align: center;
}
.pageNavigation ul {
    list-style-type: none;
}
.pageNavigation li {
    border-right: 1px solid black;
    display: inline-block;
    padding: 0 10px;
}
.pageNavigation li:last-child {
    border-right: 0 none;
}
.pageNavigation li a:hover {
	text-decoration: underline;
}
.editNav {
    padding: 12px 0 !important;
    text-align: center;
    width: 140px;
}
.publishContent .redButton {
    padding: 12px 0 !important;
    text-align: center;
    width: 140px;
}

.infoModal {
	top: 200px;
}
.contentNav #open {
    float: none;
}
.publishLB input {
    border: 1px solid #abadb3;
}
.publishLB .blueButton {
    padding: 12px 0;
    text-align: center;
    width: 140px;
}
.publishLB .grayButton {
    margin-left: 145px !important;
}
.publishLB .lightboxContent p {
    display: inline-block;
    margin-right: 0px;
}
.publishLB p.flag_title {
	display: block;
	clear:left;
	font-weight: 700;
	margin: 0;
}
.publishLB p.deal_title {
	display: block;
	clear:left;
	font-weight: 700;
	margin-top: 0;
}
.publishLB input[type=text],
.publishLB input[type=email],
.publishLB input[type=number] {
    border: 1px solid #abadb3;
    height: 24px;
    padding: 3px;
    width: 300px;
    float: right;
    margin: 15px 10px 0px 0px;    
}
.publishLB.infoModalISBN .lightboxContent p,
.publishLB.infoModalDeal .lightboxContent p {
	margin: 20px 0 10px 0;
}
.publishLB.infoModalISBN .lightboxContent p.errorClass,
.publishLB.infoModalDeal .lightboxContent p.errorClass {
	margin: 0;
}
.publishLB.infoModalISBN .isbn_striped_table,
.publishLB.infoModalDeal .deal_striped_table {
	margin: 0 12px;
	width: auto;
	width: calc(100% - 24px);
}
.publishLB.infoModalISBN .isbn_striped_table thead th,
.publishLB.infoModalDeal .deal_striped_table thead th{
	padding: 5px 10px 5px 10px;
	text-align: left; 
}
.publishLB.infoModalISBN .isbn_striped_table thead th:last-child,
.publishLB.infoModalDeal .deal_striped_table thead th:last-child{
	text-align: right; 
}
.publishLB.infoModalISBN .isbn_striped_table tbody td,
.publishLB.infoModalDeal .deal_striped_table tbody td{
	padding: 15px 10px;
	background: #E0E0E0;
	text-align: left; 
}
.publishLB.infoModalISBN .isbn_striped_table tbody td:nth-child(2),
.publishLB.infoModalDeal .deal_striped_table tbody td:nth-child(3){
	text-align: right; 
}
.publishLB.infoModalISBN .isbn_striped_table tbody tr:nth-child(2n) td,
.publishLB.infoModalDeal .deal_striped_table tbody tr:nth-child(2n) td{
	background: #FFFFFF;
}
.publishLB.infoModalISBN .isbn_striped_table tbody tr:nth-child(2n):last-child td,
.publishLB.infoModalDeal .deal_striped_table tbody tr:nth-child(2n):last-child td{
	border-bottom: 1px solid #e0e0e0;
}
.publishLB.infoModalISBN .isbn_striped_table tbody tr.active td,
.publishLB.infoModalDeal .deal_striped_table tbody tr.active td,
.publishLB.infoModalISBN .isbn_striped_table tbody tr:hover td,
.publishLB.infoModalDeal .deal_striped_table tbody tr:hover td {
	background: #e0f1f8;
	cursor: pointer;
}

.orangeSeparator {
	height: 1px;
	background-color: #ff7200;
}
.editDeal > .contentNav {
    margin-bottom: 20px;
	height: 20px;
}
.singleinput {
	display: none;
}
.editOptions > input {
    border: 1px solid #abadb3;
}
.editOptions {
    float: left;
    padding: 0 30px 0 10px;
    width: 37.2%;
	position: relative;
}
.editBody {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 30px;
}
.editOptions > input {
    border: 1px solid #abadb3;
    display: inline-block;
    height: 24px;
    padding: 3px;
    width: 98.2%;
}
.editOptions > p {
    margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}
.editOptions .dealTypeWrapper {
	width: auto;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 5px solid #daecf8;
}
.editOptions .dealTypeWrapper img {
	display: block;
	position: relative;
	border: none;
	outline: none;
	z-index: 2;
}
.editOptions .dealTypeWrapper input {
	position: absolute;
	width: 13px;
	height: 13px;
	top: 0;
	left: 0;
	z-index:-1;
}
.editOptions .dealTypeWrapper.highlight {
	border-color: #f69a28;
}
#isbn,
#dealname,
#modal_dealname {
    margin-right: 5px;
    width: 65%;
}
#modal_dealname {
	float:none;
	width: 45%;
	margin: 5px 5px 15px 12px;
}
.editSeparator {
    background-color: #cccccc;
    clear: both;
    height: 1px;
    margin: 20px 0;
    width: 100%;
}
.editOptions p.editSubhead {
	/*width: 60%;*/
	/*font-size: .9em;*/
	font-size: 14px;
	line-height: 18px;
}
.editOptions select {
    border: 1px solid #abadb3;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 100%;
}
.editOptions > a {
	display: inline-block;
    font-weight: bold;
    height:32px;
    line-height:32px;
}
.editOptions > a:hover {
    text-decoration: underline;
}
.contentNav a {
    font-weight: bold;
}
.singleinput {
    padding-top: 20px;
}
.singleinput > p {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    line-height: 20px;
}
.singleinput > input {
    border: 1px solid #abadb3;
    display: inline-block;
    height: 24px;
    padding: 3px;
    width: 68.5%;
	margin-bottom: 20px;
	float:none;
}
.editDeal {
    margin-bottom: 60px;
}
.rewriteinput {
	display: none;
	border: 1px solid #abadb3;
	padding: 3px;
}
/*
* {
	border: 1px solid red;
}
*/
.js-rewritable {
	display: block;
	cursor: pointer;
	white-space: pre-wrap;
	width: 300px;
	min-height: 1em;
	word-wrap: break-word;	
}
.js-rewritable.short {
	width: 230px;
}
.redactorspan {
	width: 320px;
	word-wrap: break-word;
	cursor:pointer;
}
.video .redactorspan {
	width: 505px;
}
.threebook .redactorspan {
	width: 159px;
	box-sizing: border-box;
}
.video span[name="author"],
.video span[name="price"],
.video span[name="origprice"],
.video #originally {
	display: none !important;
}
.redactorspan.redactor-in {
	cursor: default;
}
.content-edit,
.editDeal .redactor-in {
	display: block;
    border: 1px solid #abadb3;
    outline: none;
    padding: 10px;
	background-color: #fff;
	cursor:text;    
}

.bookSort {
	float:right;
	width:100%;
	vertical-align: middle;
}
.bookSort.sorting {
	min-height: 60px;
}

.bookSort .ui-sortable-handle {
/*float:right;
	padding: 17px 20px;*/
}

.bookList.ui-sortable-helper {
    right: 0px;
}
.clusterInfo {
	position: absolute;
	left: 0px;
	width: 200px;
	font-size: 16px;
}
.clusterInfo .cluster {
	width: 100%;
	font-weight: bold;
}
.mailPreview {
	padding-top: 20px;
}
.email-new_publish .teaser-publish,
.email-new_publish .small-textarea,
.email-new_publish .teaser-redactor {
	overflow: auto;
	max-height: 100px;
}
.teaser-publish,
.small-textarea,
.teaser-redactor {
	width: 60%;
	float:right;
	height: 100px;
	padding: 7px 3px 3px 3px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid transparent;
}
.editDeal #btn-save, .editDeal #btn-cancel,
.editDeal #btn-save2, .editDeal #btn-cancel2 {
	position: relative;
	top: -30px;
	z-index: -1;
}
.editRightcol .video,
.editRightcol .threebook {
	display: none;
}
.editRightcol.video .default {
	display: none;
}
.editRightcol.video .video {
	display: table;
}
.editRightcol.threebook .default {
	display: none;
}
.editRightcol.threebook .threebook {
	display: table;
}
/**** Admin Pages ****/
.admin_modals {
	background-color: #f2f2f2;
	border-bottom: 2px solid #cccccc;
}
.admin_links {
	list-style: none;
	padding-left: 25px;
	padding-top: 30px;
}
.admin_links li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
.admin_links li a {
	font-weight: bold;
}
.admin_links li a:hover {
	color: #1195e0;
}
.admin_modals .goHome {
	float:right;
	margin-bottom: 30px;
	margin-right: 25px;
}
.admin_modals hr {
	border-top: 1px solid #CCCCCC;
}
.addCluster {
	padding: 0 12px 10px 24px;
}
.clusterList {
	width: auto;
	margin: 0 12px 20px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #CCCCCC;
}
.clusterList .clusterEdit {
	position: relative;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	padding: 0 12px;
}
.clusterList .clusterEdit.editing {
	padding-left: 8px;
}
.clusterList .clusterEdit:nth-child(2n+1) {
	background: #F2F2F2;
}
.clusterList .clusterEdit:hover,
.clusterList .clusterEdit.editing {
	background-color: #cce5f3;
}
.clusterList .clusterEdit .clickable {
	cursor: pointer;
	width: 70%;
	font-size: 16px;
	line-height: 40px;
}
.clusterList .clusterEdit.hide {
	display: none;
}
.clusterList .clusterEdit input {
	display: none;
	margin: 6px 0;
	float: left;
	font-size: 16px;
	height: 20px;
	width: 68%;
	line-height: 20px;
}
.clusterList .clusterEdit.editing .clickable {
	display: none;
}
.clusterList .clusterEdit.editing input {
	display: block;
} 
.clusterList .clusterEdit i {
	position: absolute;
	top: 0;
	right: 12px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	background: url(/img/email-new/openeye.png) center center no-repeat transparent;
	background-size: 25px 25px;
}
.clusterList .clusterEdit.inactive i {
	background-image: url(/img/email-new/closedeye.png);
}

/**** TYPEAHEAD ****/
.tt-cursor {
	background: #CCC;
}	
.tt-dropdown-menu {
  min-width: 328px;
  margin: 0px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #808080;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-dropdown-menu .tt-suggestions:before {
	content: "Select a previous flag";
	display: block;
	padding: 5px;
	color: #999;
}
.tt-dropdown-menu .tt-suggestions .tt-suggestion {
	padding: 5px;
	border-top: 1px solid #CCC;
}
.tt-dropdown-menu .tt-suggestions .tt-suggestion:hover {
	background-color: #0071BC;
}
.tt-dropdown-menu .tt-suggestions .tt-suggestion:hover p {
	color: #fff;
}
.tt-dropdown-menu .tt-suggestions .tt-suggestion p {
	margin: 0;
	padding: 0;
	font-family: "PTSans-Regular", "Avenir-Regular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	height: 16px;
	white-space:nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
/**** END TYPEAHEAD ****/
#button_form {
	padding-top: 10px;
}
#button_form p {
	width: 118px;
	line-height: 30px;
	margin-bottom: 20px;
	float:left;
}
#button_form p,
#button_form input {
	margin-top: 0;
}
#button_form input.new_copy_field {
}
#button_form .new_link_field {
	width: 265px;
	margin-right: 5px;
}
#button_form .test_link {
	display: block;
	background: url(/img/email-new/testlink.png) center center transparent no-repeat;
	height: 30px;
	width: 30px;
	float:right;
	margin-right: 10px;
	margin-top: 1px;
}
#button_form .visible_label {
	float:left;
	height: 30px;
	width: 30px;
	background: url(/img/email-new/closedeye.png) center center no-repeat;
	background-size: 30px 30px;
}
#button_form .visible_label.visible {
	background-image: url(/img/email-new/openeye.png);
}
#button_form .visible_label input {
	position: relative;
	width: 0px;
	height: 0px;
	z-index: -5;
}

.editButton.changed:after {
	content: "*";
}
.editButton.hidden {
	background-color: #999999;
}

#isbn_chooser_form > p:first-child {
	margin: 20px 0 20px 0;
}

#book_chooser_form .preview_image {
	width: 100px;
	text-align: center;
	margin: 0 auto;
}
#book_chooser_form .preview_image img {
	width: 100%;
}
#book_chooser_form .preview_description {
	margin-top: 1em;
	position: relative;
	height: 8em;
	overflow: hidden;
	text-align: center;
}
#book_chooser_form .preview_description p {
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
#book_chooser_form .preview_description:after {
	position: absolute;
	content: '...';
	bottom: 0;
	right: 0;
	height: 1.2em;
	line-height: 1.2em;
	width: 1.2em;
	background: #FFFFFF;
}
#book_chooser_form label input[type=radio] {
	width: 13px;
	height: 13px;
	border: none;
	padding: 0;
	margin: 0 5px 0 0;
}