
#publish_ct_head {
  float: left;
  width: 920px;
  height: 53px;
  background: url(../../images/layout/dotted_green_line.png) left bottom repeat-x;
}
#create_ct_head h2 { 
	width: 920px; 
	}
#crumbtrail {
  float: left;
  width: 100%;
}

#crumbtrail p, #crumbtrail p span { font-size: 11px; line-height: 17px; text-transform: uppercase; }
#crumbtrail p { color:#01573e; }
#crumbtrail p span { color: #258ab6; }


a#back_to_bsf { 
  position: absolute;
  top: 0; 
  right: 0;
  margin: 7px 0 0;
  width: 200px;
  height: 28px;
  text-indent: -9999px; 
  background: url(../../images/layout/profile_back_to_bookshelf.png) no-repeat;  
} 
a#back_to_bsf:hover { background-position: 0 -28px; }

form#publish_ct_form {
  float: left;
  padding: 12px 0 0;    
}
form#publish_ct_form fieldset {
  float: left;
  width: 448px;
}

form#publish_ct_form label {
  float: left;
  width: 286px;
  line-height: 15px;
  height: 15px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 1px;
}
form#publish_ct_form label span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  padding: 0 3px;
  height: 15px;
  color: #fff;
  line-height: 15px;
  background: #80AB9E;
}
form#publish_ct_form label.error span { background: #f85f1b; }

form#publish_ct_form input {
  float: left;
  width: 272px;
  height: 22px;
  border: 1px solid #99BCB2;
  font-style: italic;
  color: #888;
  margin: 0 0 12px;
  padding: 4px 6px 0;
  background: url(../../images/layout/cp_payment_input.png) no-repeat; 
}
form#publish_ct_form textarea {
  float: left;
  width: 272px;
  height: 107px;
  padding: 4px 6px;
  margin: 0 0 12px;
  font-style: italic;
  color: #888;  
  border: 1px solid #aac964;
  background: url(../../images/layout/publish_ct_textarea.png) no-repeat; 
}
form#publish_ct_form fieldset p {
  float: left;
  width: 100%;
  line-height: 18px;
  padding: 6px 0 16px;
}
form#publish_ct_form p#publish_ct_info {
  float: right;
  width: 446px;
  margin: 7px 0 0; 
  background: url(../../images/layout/credit_card_change_cancel_info.png) no-repeat;
  text-indent: 21px;
  line-height: 14px; 
}

form#publish_ct_form #submit_row {
  float: left;
  width: 100%;
  padding: 1px 0 0;
  margin: 55px 0 0;
  background: url(../../images/layout/dotted_green_line.png) repeat-x; 
}
form#publish_ct_form #submit_row input.submit {
  float: right;
  height: 31px;
  background: url(../../images/layout/slider_login_submit.png) no-repeat;
  text-indent: -9999px; 
  width: 94px;
  border: 0;
  line-height: 900px;
  cursor: pointer;
}
form#publish_ct_form #submit_row input.over { background-position: 0 -31px; }

/************************************************************* Thank You */

#thank_you {
  float: left;
  width: 430px; 
  padding: 22px 0 0;
}
#thank_you h3 { 
  font-size: 16px;
  line-height: 16px;
  color: #045940;
  padding: 0 0 5px;
}
#thank_you p { line-height: 18px; }
#thank_you ul {
  float: left;
  width: 100%;
  padding: 4px 0 29px;
}
#thank_you ul li {
  background: url(../../images/layout/slider_bullet.png) 2px 9px no-repeat;
  line-height: 24px; 
  padding: 0 0 0 17px;
}
