/* ---------------- general publisher text etc. -------------- */
.conf_msg_1 {
	color: #0000FF;
	font-weight: bold;
	margin-bottom:5px;
}

/* table holding thumbs on upload page */
.ul_thumbs_table {
	width: 100px;
}

.ul_thumbs_table td {
	text-align: center;
	padding: 3px;
	border: 0;
}

/* div that holds the applet and html upload forms */ 
.ul_td {
	width:475px;
	height:220px;
}

/* to toggle in between applet and html upload form */
.ul_toggle_link {
	position:absolute;
	bottom:115px;	
}

/* style for "browse" button on upload form */
.ul_browse_btn {
	height:25px;
	font-size:16px;
}


/* adds scrollbars for geog drop-down dialog */
#help_choose_dlg .bd {
	max-height: 500px;
	overflow: auto;
}

/* controls view of "logged in as" email address in pancake
   NOTE: has a fixed height and width for overflow to work in IE6 */
.logged_in_as {
	height:17px;
	width:170px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space:nowrap;
}


/* -------------------- PUB MAIN PAGE ------------------- */

#pub_main #bd {
	margin-bottom:30px;	
}

#pub_main #property_filters {
	clear:both;
	margin-bottom:5px;	
}

.pm_instrux {
	margin-top:4px;
	margin-left:4px;
	margin-bottom:10px;
}	

#publicize_pub div, #add_listing {
	height:18px;
	padding-left:20px;
}

/* ------------ micro interface for pub main page --------------- */

.pm_micro_row {
	border: 4px solid #88CC55;
	margin-bottom:15px;
}

.pm_micro {
	margin: 20px 5px 0px 5px;
}

.pm_micro_body {
	background-color: #DAF8DA;
	padding-bottom:15px;
}

.pm_micro_mga {
	font-size: 130%;
	background-color: #88CC55;
}

.pm_micro_heading_row {
	padding: 10px 0px 0px 10px;
}

.pm_micro_thumb {
	float:left;
	width:60px;
	height:60px;
}

.pm_micro_addr {
	float:left;
	font-family:georgia;
	font-size:160%;
	vertical-align:top;
	margin: 15px 0px 0px 15px;
}

.pm_micro_menuarea  {
	margin-left:40px;		
}

.pm_micro_menuarea .pm_micro_menuarea_cell {
	vertical-align:text-top;
	padding-right:40px;
	padding-top:40px;		
}

.pm_micro_menuarea .col1, .pm_micro_menuarea .col2 {
	float:left;	
}

.pm_micro_menuarea .col1 {
	margin-right:0px;	
}


.pm_micro_menu {
	vertical-align:top;
	border:2px solid gray;
}



.pm_micro_menuhead {
	background-color:#8BACD1;
	border-bottom:2px solid gray;
	height:20px;
	font-family:georgia;
	font-size:120%;
	font-weight:bold;	
}

.pm_micro_menucell {
	white-space:nowrap;
	background-color:#DADDEC;
	cursor:pointer;
	z-index:500;
}

.pm_micro_menucell.disabled {
	cursor:auto;	
}

.pm_micro_menucell_unchkd {
	white-space:nowrap;
	background-color:#FFFFD2;
	cursor:pointer;
}

.pm_micro_menucell_chkd {
	white-space:nowrap;
	background-color:#DADDEC;
	cursor:pointer;	
}


.pm_micro_menucell_nolink {
	white-space:nowrap;
	background-color:#DADDEC;
	padding:2px 6px 2px 2px;
	height:30px;
}

a.pm_micro_menulink {
	text-decoration:none;
	color:#000000;
	display:block;
	width:100%;
	height:100%;	
}

.pm_micro_table {
	margin:20px 5px 0px 5px;
}

.pm_micro_table th {
	color:#999999;
	text-align:left;
	font-family:georgia;
	font-size:120%;
	font-weight:bold;
	padding-bottom:7px;
}

.pm_micro_table td {
	border: 1px solid #999999;
}

.pm_micro_sprite {
	float:left;
	height:28px;
	margin-left:4px;
}

/* the two btn classes are for menu items that do not use anchor tags */
.pm_micro_icon_btn {
	width:30px;
	height:30px;
	padding:2px 0 2px 2px;	
		
}

.pm_micro_lbl_btn {
	text-align:left;
	padding:2px 6px 2px 8px;	
	margin-top:5px;		
}

.pm_micro_icon a {
	display:block;	
	width:30px;
	height:30px;
	padding:0 0 0 2px;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}

.pm_micro_lbl a {
	display:block;
	height:34px;
	padding:0 6px 0 8px;
	text-align:left;
	color: #000000;
	text-decoration: none;
}

.pm_micro_lbl div {
	padding-top:8px;		
}

.pm_micro_publicize_icon {
	margin-top:2px;
	margin-left:5px;	
}

/*.pm_micro_menu td a{width:100%;height:100%;display:block;}*/

/*.pm_micro_menu td a:hover{width:100%;height:100%;display:block;}*/



/* ---------- PUBLISHER MAIN PAGE CALENDAR ICON ------------- */
.pm_icon_cal {
	float:left;
	position:relative;
	width:31px;
	height:25px;
	text-align: center;
	text-decoration:none;	
}

.pm_icon_cal a {
	position:absolute;
	top:3px;
	left:2px;
	display:block;
	z-index:2;
	width:31px;
	height:25px;
	background:url(/images/misc/transparency.1258126101.gif);
}

.pm_icon_cal .cal_month {
	position:absolute;
	top:3px;
	left:2px;
	z-index:1;
	float:left;
	width: 28px;
	height: 21px;
	font-family: verdana;	
	text-align: center;
}

.pm_icon_cal .cal_heading {
	background-color: #B9CCFF;
	height:3px;
	width: 27px;
	text-align:center;
	border-top: 1px solid #D3D3D3;	
	border-right: 1px solid #D3D3D3;
	border-left:1px solid #D3D3D3 ;
	font-size: 3px;
	color: #444444;
}

.pm_icon_cal .cal_days_of_week {
	display:none;
}


.pm_icon_cal .cal_row {
	width:28px;
	border-left:1px solid #D3D3D3 ;	
	float:left;	
}

.pm_icon_cal .cal_row div {
	float:left;
	width:4px;
	height:3px;
	font-size: 3px;
	color: #444444;
	border:none;
}

.pm_icon_cal .cal_avail_m {
	background:#2647a0 url(/images/misc/avail_morning.1232826159.gif) -6px;	
}

.pm_icon_cal .cal_avail_e {
	background:#2647a0 url(/images/misc/avail_evening.1232826159.gif) -7px;	
}

/* ------------- checklist interface for pub main page ----------- */

.pm_checklist_container {
	background-color: #88CC55;
	padding:0 2px 2px 2px;
		
}

.pm_checklist_body {
	background-color: #DAF8DA;
	padding-bottom:15px;
}

.pm_checklist_banner {
	height:25px;
}

.pm_checklist_text_top, .pm_checklist_text_bottom {
	padding: 20px 10px 0 10px;
	font-size: 120%;	
	font-family:georgia;
}

.pm_checklist_menu {
	border-width:2px;
	border-style:solid;
	border-color: gray;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
 }
 
 .pm_checklist_menuhead {
 	background-color:#8BACD1;
	border-bottom:2px solid gray;
	height:20px;
	font-family:georgia;
	font-size:120%;
	font-weight:bold;	
}

.pm_checklist_sprite {
	float:left;
	height:28px;
	margin-left:4px;
}	
 
/* -----------  checklistMenuItem view helper classes ------------- */
/* put here b/c currently only used for pub main page checklist interface */

.checklist_menu_item_unchkd_menucell {
	white-space:nowrap;
	background-color:#FAFA97;
	cursor:pointer;
}

.checklist_menu_item_chkd_menucell {
	white-space:nowrap;
	background-color:#DADDEC;
	cursor:pointer;		
}

.pm_micro_menucell_unchkd {
	white-space:nowrap;
	background-color:#FFFFD2;
	cursor:pointer;
}

.checklist_menu_item_icon a {
	display:block;	
	width:30px;
	height:30px;
	padding:0 0 0 2px;
	color: #000000;
	text-decoration: none;
	cursor:pointer;	 /* cursor:pointer is on both the menucell at large and on the anchor tag for IEs sake */
}

.checklist_menu_item_sprite {
	height:28px;
	margin-left:4px;	
}	

.checklist_menu_item_lbl a {
	display:block;
	height:34px;
	padding:0 6px 0 8px;
	text-align:left;
	color: #000000;
	text-decoration: none		
}

.checklist_menu_item_lbl div {
	padding-top:8px;		
}

/* ------------- table/row interface for pub main page ----------- */
.table_pub {
	margin-top:4px;
	margin-left:4px;
	margin-right:6px;
}

.table_pub .mga_row {
	width:100%; 
	height:25px;
	margin-top: 20px;
	background-color: #88CC55;
	font-size: 130%;
	border-top: 2px solid #88CC55;
	border-left: 2px solid #88CC55;
	border-right: 2px solid #88CC55;
}

.table_pub .type_building {
	width:100%;
	height:50px;
	background-color: #BBEEBB;
	border-left: 2px solid #88DD55;
	border-right: 2px solid #88DD55;
}

.table_pub .type_property {
	width:100%;
	height:50px;
	background-color: #DAF8DA;
	border-left: 2px solid #88DD55;
	border-right: 2px solid #88DD55;
}

.table_pub .type_whole_building {
	width:100%;
	height:50px;
	background-color: #DAF8DA;
	border-left: 2px solid #88DD55;
	border-right: 2px solid #88DD55;
}


/* last row in an MGA */
.last_row_of_mga {
	border-bottom: 2px solid #88DD55;
}

/* container div for the parts of the row that show the consolidated DD menu */
.consolidated_menu_section {
	float:left;
	width:340px;
	height:50px;
}

.pm_id, .pm_addr_building, .pm_addr_property, .pm_thumb, .pub_cal, .pm_status, .pm_publicize {
	padding-left:6px;
	padding-right:6px;
}

.pm_id {
	float:left;
	width:50px;
	text-align:center;
	margin-top:15px;
	margin-right:10px;
}

.pm_addr_building {
	float:left;
	width:194px;
	margin-top:15px;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
}

.pm_addr_property {
	float:left;
	width:194px;
	margin-top:15px;
	text-align:right
}

.pm_thumb {
	float:left;
	width: 46px;
	text-align:center;
	margin-top: 4px;
}

.pm_tagging {
	float:left;
	margin-top:9px;	
}

.pm_pricing {
	float:left;	
	width:30px;
	padding:9px 0 0 6px;
	font-family:verdana;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.pm_status {
	float:left;	
	width:30px;
	margin-top:12px;	
}

.pm_publicize {
	float:left;
	text-align:center;	
	margin-top:13px;
}

/* -------------------- END OF PUB MAIN ROWS/ICONS ------------------- */

#pub_main #add_apt_popup .hd {
	text-align:center;		
}

#pub_main #add_apt_popup .bd .header_1 {
	text-align:left;
	margin-bottom:5px	
}

#pub_main  #add_apt_popup_options {
	text-align:left;
	max-height:400px;
	overflow:auto;
}

#pub_main  #add_apt_popup_options .mga_header {
	margin-top:10px;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

#pub_main  #add_apt_popup_options .property_link {
	margin-left:10px;
}

#pub_main  #add_apt_popup_btn {
	margin-top:5px;
	float:right;
}

#add_apt_popup_add_bldg_link {
	margin-top:10px;	
}

/* ----- defs for pub main page icons sprite, including regular icons and checklist-only icons ----- */
.pm_icon_bldg, .pm_icon_photo, .pm_icon_floor, .pm_icon_map, .pm_icon_text, .pm_icon_add_prop, .pm_icon_view,
.pm_icon_room, .pm_icon_delete, .pm_icon_unit_num, .checklist_menu_item_chkd_icon, .checklist_menu_item_unchkd_icon,
.pm_icon_edit_account, .pm_icon_craigslist, .pm_icon_facebook, .pm_icon_twitter, .pm_icon_email, .pm_icon_bldg_sm,
.pm_icon_craigslist_gray, .pm_icon_facebook_gray, .pm_icon_twitter_gray, .pm_icon_email_gray, .pm_icon_view_gray {
	background:url(/images/icons/pub_main_sprite.1302182931.png) no-repeat;
	padding-left:25px;
}
.pm_icon_bldg {background-position:0 0;}
.pm_icon_photo {background-position:0 -50px;}
.pm_icon_floor {background-position:0 -100px;}
.pm_icon_map {background-position:0 -150px;}
.pm_icon_text {background-position:0 -200px;}
.pm_icon_add_prop {background-position:0 -250px;}
.pm_icon_view {background-position:0 -300px;}
.pm_icon_room {background-position:0 -350px;}
.pm_icon_delete {background-position:0 -400px;}
.pm_icon_unit_num {background-position:0 -450px;}
.pm_icon_edit_account {background-position:0 -600px;}
.pm_icon_craigslist {background-position:0 -650px;}
.pm_icon_facebook {background-position:0 -700px;}
.pm_icon_twitter {background-position:0 -750px;}
.pm_icon_email {background-position:0 -800px;}
.pm_icon_bldg_sm {background-position:0 -850px;}
.pm_icon_craigslist_gray {background-position:0 -900px;}
.pm_icon_facebook_gray {background-position:0 -950px;}
.pm_icon_twitter_gray {background-position:0 -1000px;}
.pm_icon_email_gray {background-position:0 -1050px;}
.pm_icon_view_gray {background-position:0 -1100px;}
/* icons for checklistMenuItem view helper.  put here b/c currently only being used on pub main page */
.checklist_menu_item_unchkd_icon {background-position:0 -500px;}
.checklist_menu_item_chkd_icon {background-position:0 -550px;}

.plain_inner_table td {
	border:none;
	padding-left: 3px;
	padding-right: 3px;
}

.confirm_label {
	font-style: italic;
}
/* ----- end of pub main icons sprite section ----- */

/* yes/no icons for pub tag users js menu */
.tag_menu_icon {
	height: 18px;
	width:18px;
}

/* ----------- IMAGE MENU ON PUBLISHER MAIN PAGE ----------- */
.img_menu {
    outline:0;
}

.img_menu .header {
	color:#000000;	
	font-size: 1.0em;
}

.img_menu .menu_item {
	display:block;
	margin-top:2px;
	line-height:25px;
		
}	

.img_menu li {
	font-size: 1.2em;			
}

/* ----------- PUBLICIZE MENU and ADD APARTMENT MENU ON PUBLISHER MAIN PAGE ----------- */
/* publicize this property menu on pub main page */
.publicize_menu .header {
	color:#000000;	
	font-size: 1.0em;
}

.publicize_menu li, .add_apt_menu li {
	font-size: 1.2em;			
}

/* add apartment menu at bottom of pub main page */
.add_apt_menu .header {
	color:#000000;	
	font-size: 1.0em;
}


.add_apt_menu .item {
	padding-left:7px;
}

/* account stuff */
.account_summary {
	font-size: 15px;
}

.account_summary img {
	vertical-align: middle;
}

.account_summary a {
	text-decoration: none;
}

.account_admin, .account_admin a {
	color: #D0A100;
}

.account_admin_unverified, .account_admin_unverified a {
	color: #FFD510;
}

.account_manager, .account_manager a {
	color: #000080;
}

.account_manager_unverified, .account_manager_unverified a {
	color: #6699FF;
}

.account_basic, .account_basic a {
	color: #006400;
}

.account_basic_unverified, .account_basic_unverified a {
	color: #66CC66;
}

.account_plain, .account_plain a {
	color: #000000;
}

.account_disabled, .account_disabled a {
	color: #D3D3D3;
	font-style: italic;
}

.account_self {
	font-weight: bold;
}

/* list of users on account page*/
.access_info_container {
	vertical-align:top;
	padding-left:20px;
}

/* box with key for access levels and colors etc. */
.access_info_key {
	border: 1px solid #006400;
	padding: 4px;
}

/* -------- PHONE NUMBERS on Account page -------- */
.pn_row {
	margin-top:14px;	
}

.pn_number{
	font-weight:bold;
}

/* -------- IMAGES -------- */
/* thumb that shows up (at least) on pub main page */
.pub_main_thumb {
	width:42px;
	height:42px
}

/* div that contains an uploaded thumb in the wizard */
.wizard_thumb_div {
	background-color: #557755;
	width: 120px;
	height: 120px;
}

/* to make sure thumb is centered vertically */
.wizard_thumb_landscape {
	margin-top:15px;
}

/* for confirm tab */
.wizard_thumb_confirm {
	background-color: #557755;
	width: 120px;
	height: 120px;
	float:left;
	margin-left:4px;
	text-align:center;
}

.image_preview_md {
	background-color: #555555;
	width: 240px;
	height: 240px;
}

.thumb_md_landscape {
	vertical-align:bottom;
	width: 120px;
	height: 90px;
}

.thumb_md_portrait {
	vertical-align:bottom;
	width: 90px;
	height: 120px;
}

ul.image_draglist { 
	min-height: 120px;
    position: relative;
    width: 124px;
    background-color: transparent;
    border: 1px solid gray;
    list-style: none;
    margin:0;
    padding:0;
    padding-bottom: 20px;
}

ul.image_draglist li {
    border:1px solid #6B4C86;
    background-color:#444444;
	text-align:center;
	vertical-align:middle;
    margin: 1px;
    cursor: move;
    
} 

ul.image_draglist .thumb_not_saved {
	border: 1px solid blue;
}

ul.image_dragtrash {
	width:124px;
	background-color: #CCF4CC;
}

ul.image_dragtrash .thumb_md_portrait {
	opacity: .5;
	filter: alpha(opacity=50);
	height:120px;
	width:90px;
}

ul.image_dragtrash .thumb_md_landscape {
	opacity: .5;
	filter: alpha(opacity=50);
	height:90px;
	width:120px;
}

/* ---------- PUBLISHER MAIN PAGE CALENDAR ------------- */
.pub_cal_container {
	position:relative;
	float:left;
	width:50px;
	height:38px;
}

.pub_cal_container a {
	position:absolute;
	display:block;
	z-index:2;
	margin-top:10px;
	width:46px;
	height:28px;
	background:url(/images/misc/transparency.1258126101.gif);
}

.pub_cal {
	position:absolute;
	z-index:1;
	margin-top:10px;
	padding-left:2px;
	padding-right:2px;
	text-align: center;
	text-decoration:none;	
}

.pub_cal .cal_month {
	float:left;
	width: 42px;
	height: 28px;
	font-family: verdana;	
	text-align: center;
}

.pub_cal .cal_heading {
	background-color: #B9CCFF;
	height:4px;
	width: 41px;
	text-align:center;
	border-top: 1px solid #D3D3D3;	
	border-right: 1px solid #D3D3D3;
	border-left:1px solid #D3D3D3 ;
	font-size: 4px;
	color: #444444;
}

.pub_cal .cal_days_of_week {
	display:none;
}


.pub_cal .cal_row {
	width:42px;
	border-left:1px solid #D3D3D3 ;	
	float:left;	
}

.pub_cal .cal_row div {
	float:left;
	width:6px;
	height:4px;
	font-size: 3px;
	color: #444444;
	border:none;
}

.pub_cal .cal_avail_m {
	background:#2647a0 url(/images/misc/avail_morning.1232826159.gif) -6px;	
}

.pub_cal .cal_avail_e {
	background:#2647a0 url(/images/misc/avail_evening.1232826159.gif) -7px;	   
}

/* ---------- publisher availability page ---------- */
#edit_availability #calendar_instrux,
#edit_availability #calendar_legend {
	margin-left:25px;	
}

#edit_availability #calendar_instrux {
	margin-bottom:10px;	
}

#edit_availability #calendar_legend {
	height:15px;
}

/* available/booked/morning/evening key */
#edit_availability #calendar_legend .image {
	float:left;
	height:12px;
	width:14px;
	margin-top:2px;
	margin-bottom:3px;
	border:1px solid #D3D3D3
}

#edit_availability #calendar_legend .label {
	float:left;
	font-size:10px;
	color:#999999;
	margin: 2px 12px 3px 3px;
}

#edit_availability .flag {
	height:15px;
	vertical-align:middle;
}		


/* ------------ edit pricing ------------ */
#edit_pricing .flag {
	height:15px;
	vertical-align:middle;
}		

/* ------------ edit miscellaneous text for building & property ------------ */
#edit_misc_text_bldg #ebl_tabs .flag,
#edit_misc_text_prop #epl_tabs .flag {
	height:15px;
	cursor:pointer;	
}

#edit_misc_text_bldg .lang_tab_body .flag,
#edit_misc_text_prop .lang_tab_body .flag {
	height:15px;
	vertical-align:middle;
}

/* -------- account tab for wizards (signup & invite) ---------*/
.wizard_account_reassurance {
	font-style: italic;
	font-size: 10px;
}

#signup_wizard #geog_hier_container,
#signup_wizard #addr_container,
#add_prop_build_wizard #geog_hier_container,
#add_prop_build_wizard #addr_container,
#edit_building #geog_hier_container,
#edit_building #addr_container {	
	margin-bottom:10px;
	border-bottom:4px solid #A0A0A0;
}

#signup_wizard #show_ref_code_input_link,
#signup_wizard #show_inviter_email_input_link,
#signup_wizard #show_inviter_name_input_link {
	margin-right:5px;
}

#signup_wizard .login_lure {
	font-style:italic;	
	font-family:georgia;
}

/* ------------- publisher invite friend page ------------ */
#invite-friend {
	font-size:14px;	
}

#invite-friend #err_msg_box {
	font-size:13px;
}

#invite-friend #err_msg_box .note_2 {
	font-size:11px;
}


#invite-friend #page-intro {
	margin-right:50px;
}

#invite-friend #page-intro-note {
	font-size:11px;
	font-style:italic;	
}

#invite-friend #no-invites-msg {
	padding:20px;
	margin-right:150px;
	margin-left:50px;
	margin-bottom:235px;
	border:1px solid #88CC55;
	background-color:#EBFFEB;	
}

#invite-friend #email-preview-container {
	margin-right:150px;
	margin-left:50px;
	
}

#invite-friend #inviter-info {
	padding:20px;	
	border:1px solid #5555FF;
	background-color:#F9F9FF;
}


#invite-friend #email-preview {
	padding:20px;
	border:1px solid #88CC55;
	background-color:#EBFFEB;
}

#invite-friend #num-invites-left {
	font-size:11px;
	font-style:italic;		
}

/* ------------- welcome tab for signup wizard ------------ */
.welcome_code_ok p {
	margin-bottom:15px;	
}

.welcome_code_input input {
	font-size:16px;	
}

/* shows the burned-in ref code when it is found to be valid */
.ref_code_valid {
	color: darkgreen;
	font-weight:bold;
}

/* ------------- location tab for wizards and edit-bldg ------------ */
.location_addr_divider {
	height:1px;
	width:100%;
	margin: 4px 0px 4px 0px;
	background-color:#A0A0A0;
}


/* -------- publisher launch (login/invite/contact) ---------*/
.pblr-launch {
	font-size:12px;
}
.pblr-launch .note_2 {
	font-size:9.67px;	
}

.pblr-launch .column {
	float:left;
}

.pblr-launch .column.left {
	width:430px;
}

.pblr-launch .column.right {
	width:425px;
}

.pblr-launch .section {
	border:1px solid #cfefd1;
	margin:15px;
	padding:5px 15px 10px 10px;
}

.pblr-launch .section.highlighted {
	background-color:#EBFFFB;	
}

.pblr-launch .section .heading {
	color:#006400;
	font-size:23px;	
}

.pblr-launch .section .subheading {
	font-size:15px;
	font-style: italic;
	color:#006400;
	margin-bottom:10px;
}

.pblr-launch .section .text {
	font-size: 12px;
	line-height: 18px;
	margin-top:5x;
	margin-bottom:5px;
}

.pblr-launch .section .note {
	font-size:9.67px;	
}

.pblr-launch .section button {
	font-size:12px;
}

.pblr-launch .section.login .label {
	font-size:16px;
	padding-top:8px;	
}

.pblr-launch .section.login input, .pblr-launch .section.invite input {
	font-size:14px;
	height:17px;

}

.pblr-launch .section.login .submit-button, .pblr-launch .section.invite .submit-button {
	margin-top:8px;	
}

.pblr-launch .section.invite {
	margin-top:28px;
}

.pblr-launch .section.signup td {
	padding-bottom:5px;
}

.pblr-launch .section.signup .submit-button {
	padding-top:2px;
	text-align:left;
}

.pblr-launch .thankyou {
	margin-top:5px;	
}

#craigslist_post #bd {
	margin-top:10px;
	border:1px solid #006400;
	background-color:#EBFFEB;
	
}

#craigslist_post .instrux, #craigslist_post .output {
	margin:15px;		
}

#craigslist_post .instrux {
		
}

#craigslist_post .output {
	padding:10px;
	background-color:#FAFA97;
	border: 1px solid #DAA520;
}
