<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */

  body{
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #FFFFFE;
  }

  #showlists{
  /* show lists in menu display */
  position: relative;
  height: 20%;
  font-family:"Times New Roman",Georgia,Serif;
  font-size:.8em;
  overflow:auto;  
  }

  #login_link{
  font-family:"Arial",Georgia,Serif;
  font-size: 7pt;
  color: #000000;  
  }

  #copyright_text {
    font-size:.6em;
    font-family:"Times New Roman",Georgia,Serif;
    color:#303030;
  }

  #project_main{
  /* Main section of a project page */
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5%;
    position: relative;
    left:18%; 
    width:70%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
  }
  #project_main_info{
  /* Called within project_main */
    margin-top: 30px; 
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5%;
    position: relative;
    top: 3%;
/*    width: 50%; */
    width: 80%;
    left:5%;
    height: 35%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    overflow:auto;
  }


  #discussion_log_details{
    margin-top: 10px;
    margin-bottom:10px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5%;
    position: relative;
    top: 3%;
/*    width: 50%; */
    width: 80%;
    height:200px;
    left:5%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: .75em;
    overflow:auto;
    border:solid;
  }

  #edit_dtl_entry{
    margin-top: 1px;
    margin-bottom:1px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 5px;
    padding-bottom: 1%;
    position: relative;
/*    width: 80%; */
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    overflow:auto;
    border:solid;
  }



  #dislog_most_rec{
  /* discussion log details most recent */
    padding-top: 5px;
    padding-bottom:5px; 
    padding-right:5px;
    padding-left:5px;
    position: relative;
    width: 80%;
    left:5%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: .75em;
  }
  
  #showlistcontents{
  /* Container for displaying list contents. */
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom: 5%;
    position: relative;
    width: 90%;
    height: 275px;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    overflow:auto;
    /*border:solid;*/
  }
  
  
  #project_main_info_ann{
  /* Called within project_main */
  /* Almost same as project_main_info, but 
    wider.  Only invoked on announcements page.
    */
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5%;
    position: relative;
    top: 3%;
    width: 90%;
    left:5%;
    height: 35%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    overflow:auto;
  }

  
  #project_discussion_log{
  /* Called within project_main */
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: 5%;
/*    width: 50%; */
    width: 80%;
    left:5%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
  }
  #project_discussion_log_hdr{
  /* Called within project_main under project_discussion_log */
    margin-top: 5px;
    position: relative;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
  }


  #project_discussion_log_dtl{
  /* Called within project_main under project_discussion_log */
    margin-top: 5px;
    position: relative;
    top: 5%;
    width: 100%;
/*    height: 400px;*/ 
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    overflow:auto;
  }


  #show_title{
  /* called within project_main */
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    top: 5%;
    left:5%;
    width:20%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 2em;
  }

  #show_title_list{
  /* same as show_title, but for lists (wider) */
  /* called within bp_process_list.inc */
    margin-top: 5px;
    position: relative;
    margin-bottom: 10px;
    top: 5%;
    left:0%;
    width:70%;
    /*border:solid;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1.75em; */
  }
    
  #show_title_list_header{
    /* subset of show_title_list */
    font-family:"Times New Roman",Georgia,Serif;
    font-weight:bold;
    font-size: 2em;
  }
  #show_title_list_detail{
    /* subset of show_title_list */
    font-family:"Times New Roman",Georgia,Serif;
    /*font-size: .8em;
   font-size: 1.1em;*/
  }
  
  p.title_list_detail{
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1.5em;
  }

  
  
  
  #showlog{
  /* called within project_main */
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    top: 5%;
    left:5%;
/*    width: 50%; */ 
    width: 80%; 
    height: 180px;
/*    border:solid;
    overflow: auto; */
  }
  
  #showlog_nolog{
  /* To display the show log button instead of the log. */
  /* called within project_main */
    position: relative;
    margin-top: 5px;
    margin-bottom: 3px;
    top: 5%;
    left:5%;
/*    width: 50%; 
    left:20%; */
    width: 80%; 
   /* height: 150px; */
  }
  
  
  }  
  
  #showlogtitle{
    position: relative;
    width: 100%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: .75em;
  }
  #showbuffer{
    margin-top:10px;
    margin-bottom:15px;
  }
  #showlogdetail{
    position: relative;
    top: 1%;
    left:1%;
/*    width: 95%;*/
    width: 100%;
    height: 90px; 
    font-family:"Times New Roman",Georgia,Serif;
    font-size: .6em;
    overflow:auto;
  }

  #project_top{
  /* Top section of a project page */
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1%;
    padding-bottom: 2%;
    position: relative;
    top: 0%;
    width: 82%;
    left:18%;
    height: 20%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;

  }

  #project_title{
  /* to be called within project_top */
    top: 20%;*/
    position: relative;
    padding-top: 1%;
    top: 20%;
    width: 80%;
    left:2%;
    height: 40%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 3em;
  }


  #project_menu{
  /* Menu section of a project page */
    position: absolute;
    top: 0%;
    width: 18%;
    left:0%;
    height: 100%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
  }

  #project_menu_list{
  /* Menu section of a project menu */
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    top: 3%;
    width: 65%;
    left:3%;
    height: 100%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
  }



  #coverpage_background{
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
/*    background: #DFFFFC; */
  }
  
  #coverpage_background_logged_in{
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
  }
  
  
  #coverpage_center{
  /* Center block on cover page */
    position: absolute;
    top: 5%;
    width: 80%;
    left: 10%;
    height: 80%;
  }
  #showoverviewblock{
    position: absolute;
    top: 28%;
    width: 80%;
    left: 10%;
    height: 80%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size:.75em;
/*    overflow:scroll;  */
    overflow:auto;  
  }

  #showhowitworks{
   /* position: absolute;
    top: 28%; */
    position: relative;
    top: 5%;
    width: 100%;
    left: 5%;
    height: 90%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
/*    overflow:scroll; */
    overflow:auto;  
  }

  #showwhatisbp{
    /*position: absolute;*/
    position:relative;
    /*top: 30%; */
    top: 5%;
    width: 100%;
    /*left: 5%;*/
    left:0%;
    height: 90%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
/*    overflow:auto; */   
  }
  #showwhatisbp1{
    position: absolute;
    top: 10%;
    width: 100%;
    left:5%;
    height: 90%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    overflow:auto;   
  }
  
  #showwhatisbp2{
    // used for welcome screen
    position: absolute;
    top: 5%;
    width: 100%;
    left:5%;
    height: 90%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    overflow:auto;   
  }
  
  
  
  #bp_loggedin_status{
  /* Status bar on top left of screen when logged in */
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
/*    position: absolute; */
    position: relative;
    top: 2%;
    width: 18%;
    left:2%;
    /*height: 10%; */
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    border-style:solid;
    border-width:1px;
  }

  #bp_purpose{
  /* display purpose of this page */
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: 1%;
    width: 18%;
    left:2%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: .9em;
    color: blue;
    border-style:solid;
    border-width:1px;  
  }
  #show_copyright_bp_purpose{
  /* Show copyright on BP purchase page (create the context) */
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left:2%;
  }
  
  
  #bp_new_project_name{
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    top: 20%;
    width: 40%;
    left:15%;
    height: 20%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    border-style:solid;
    border-width:1px;

  }

  #bp_prob_issues{
  /* For problem/issue statement */
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    top: 20%;
    width: 40%;
    left:15%;
    height: 35%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    border-style:solid;
    border-width:1px;
  
  }

  #bpprojform{
  /* For problem/issue statement */
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    top: 2%;
    width: 60%;
    left:23%;
/*    height: 80%; */
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    border-style:solid;
    border-width:1px;
/*    overflow:scroll;  */
  }




  #bp_prob_status{
  /* Show status as new case is created.  */
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
    top: 10%;
    width: 25%;
    left:70%;
    height: 70%;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    border-style:solid;
    border-width:1px;
  }


  
  
  
  #errtext{
    font-family:"Times New Roman",Georgia,Serif;
    font-size: .9em;
    color: red;
  }

   #status_left_center_button{
    /* container for status_bar_left, status_bar_center, and status_next_button */
    position: relative;
    top: 1%;
    width: 90%;
    left: 10%;
    height: 90%;
 /*   overflow:scroll; */  
  }

  #status_bar_left{
/*    position: absolute;
    top: 33%;
*/
    position: absolute;
    top: 5%; 
    width: 15%;
    left: 0%;
    height: 80%;
    background: #EFEFFC;
    font-family:"Times New Roman",Georgia,Serif;
    font-size: 1em;
    /*overflow:scroll;*/    
  }

  #status_display_center{
/*    position: absolute;
    top: 33%;
*/
    position: absolute;
    top: 5%;
    width: 60%;
    left: 20%;
    height: 80%;
    /*background: #FFFFFF; */  
    background: #EFEFFC;
    font-family:"Times New Roman",Georgia,Serif;
    font-size:.95em;
    overflow:auto;  
  }

  #status_next_button{
    position: absolute;
    top: 1%;
    left: 90%;
    /*background: #FFFFFF; */  
    /*background: #EFEFFC; */
    font-family:"Times New Roman",Georgia,Serif;
    font-size:.95em;
  }

  #status_back_button{
    position: absolute;
    top: 1%;
    left: 80%;
    /*background: #FFFFFF; */  
    /* background: #EFEFFC; */
    font-family:"Times New Roman",Georgia,Serif;
    font-size:.95em;
  }

  #status_rtb{
/*   Ready to begin */
/*    position: absolute;
    top: 33%;
*/
    position: relative;
    top: 5%;
    width: 60%;
    left: 20%;
    height: 80%;
    /*background: #FFFFFF; */  
    background: #EFEFFC;
    font-family:"Times New Roman",Georgia,Serif;
    font-size:.95em;
    /*overflow:scroll; */  
    overflow:auto;  
  }



/*  table.padded-table td { 
	padding:5px; 
	}
*/

  #top_section {
  position: absolute;
  /*
  top: 33px;
  */
  top: 40px;
  left: 30px;
  width: 1056px;
  height: 130px;
  /*
  background-image: url(images/logo9.jpg);
  */
  background-image: url(images/logo10.jpg);
  background-repeat: no-repeat;
  background-position: center;
  }

  #req_text {
  // Font for 'required' lines - when completing forms. 
  font-family: sans-serif;
  font-size: x-small;
  color: red;
  }


  #lang_sel {
  position: absolute; 
  left: 20px; 
  top: 0px; 
  height: 30px; 
  width: 330px; 
  padding: 5px;
  font-family: sans-serif;
  font-size: x-small;
  background-color: #F3F4EB;
  }

  #err_disp {
  font-family:"Arial",Georgia,Serif;
  font-size: 7pt;
  color: red;
  }


  #login_sect {
  position: absolute; 
  font-family: sans-serif;
  font-size: xx-small;
  left: 350px; 
  top: 0px; 
  height: 30px; 
  width: 450px; 
  padding: 5px; 
  background-color: #F3F4EB;
  }

  input
    {
       background-color: #FFFFFF;
       font-family:"Arial",Georgia,Serif;
       font-size: 9pt;
       color: #000000;
       border-style:inset;     
    }

  #contact_us_sect {
  position: absolute; 
  font-family: sans-serif;
  font-size: xx-small;
  text-align: center;
  left: 800px; 
  top: 0px; 
  height: 30px; 
  width: 100px; 
  padding: 5px; 
  background-color: #F3F4EB;
  }

  #environ_sect {
  position: absolute; 
  left: 780px; 
  top: 0px; 
  height: 30px; 
  width: 300px; 
  padding: 3px; 
  background-color: #AABBCC;
  }

  #main_section {
  position: absolute;
  top: 160px;
  height: 700px;
  width: 100%;
	background-color:#FFFFFF;
  }

  #main_section_loggedin {
  position: absolute;
  top: 30px;
  height: 700px;
  width: 100%;
	background-color:#FFEEEE;
  }

  #left_menu{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 700px;
  width: 15%;
	background-color:#FFFFFF;   
    .fieldset{
    border: 2px solid red;
    padding: 10px;
    }
  }

  fieldset{
  border: 3px solid green;
  padding: 5px;
  }

  #main_sec_li_wa{
  position: absolute;
  top: 20px;
  height: 600px;
  left:18%;
  width: 70%;
	background-color:#FEFCFC;
  font-family:"Arial",Georgia,Serif;
  font-size:1em;
  }

  #createuser_screen {
  position: absolute;
  top: 100px;
  left: 100px;
  height: 200px;
  width: 350px;
  padding: 2em;
  background-color:#CFDFEF;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;
  }


  #show_current_orders {
  /*
  Called in yastreb_main_page.inc
  */
  position: absolute;
  top: 100px;
  left: 100px;
  height: 300px;
  width: 500px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;
  }


  #show_current_listings {
  /*
  Called in yastreb_main_page.inc
  */
  position: absolute;
  top: 200px;
  left: 100px;
  height: 300px;
  width: 500px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;
  }



  #browse_listings {
  /* called by yastreb_browse_listings.inc */
  /* no longer used */
  position: absolute;
  top: 15px;
  left: 15px;
  height: 500px;
  width: 600px;
  padding: 2em;
  background-color:#FBFDFB; 
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;
  }


  #bl_show_categories
  {
  /* called by yastreb_browse_listings.inc */
  position: absolute;
  top: 50px;
  left: 20px;
  height: 300px;
  width: 200px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }

  #bl_show_bus_details
  {
  /*
  called by show_full_details in yastreb_browselistings.inc
  */
  /*
  position: absolute;
  top: 10px;
  left: 20px;
  height: 300px;
  width: 300px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  */
  position: absolute;
  top: 10px;
  left: 20px;
  height: 300px;
  width: 40px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 10pt;
  color: #000000;  
  }
    

  #browse_listings_cat_details {
  /* called by yastreb_browse_listings.inc */
  position: absolute;
  top: 50px;
  left: 250px;
  height: 150px;
  width: 200px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }

  #browse_listings_contact_method{
  position: absolute;
  top: 10px;
  left: 350px;
  height: 150px;
  width: 200px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }





  #browse_listings_list_details  {
  /* called by yastreb_browse_listings.inc */
  position: absolute;
  top: 50px;
  left: 450px;
  height: 300px;
  width: 300px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }
  
  

  #browse_listings_categories{
  /* called by yastreb_browse_listings.inc */
  position: absolute;
  top: 20px;
  left: 20px;
  height: 300px;
  width: 200px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }

  #browse_categories {
  /* called by yastreb_browse_listings.inc */
  /* May no longer be used - might have been replaced
  by browse_listings_categories*/
  position: absolute;
  top: 20px;
  left: 20px;
  height: 300px;
  width: 200px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }

  #forms_new_listing {
  /* called by yastreb_browse_listings.inc */
  position: absolute;
  top: 50px;
  left: 50px;
  height: 300px;
  width: 250px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }

  #forms_new_listing_select_existing {
  /* 
    called by yastreb_browse_listings.inc
    to list existing listings that 
    can be edited.  
   */
  position: absolute;
  top: 100px;
  left: 100px;
  height: 300px;
  width: 600px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
    
  }
  


  #forms_nl_cat_boxes {
  /* called by yastreb_browse_listings.inc */
  position: absolute;
  top: 50px;
  left: 10px;
  height: 300px;
  width: 750px;
  padding: 1em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }


  #forms_nl_unassigned_cats {
  /*
    Used when assigned categories for a new listing. 
    This will contain the list of unassigned 
    categories. 
  */
  position: absolute;
  top: 20px;
  left: 20px;
  height: 225px;
  /* width: 250px; */
  width: 180px;
  padding: 1em;
  background-color:#FBFDFB; 
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }
  
  #forms_nl_assigned_cats {
  /*
    Used when assigned categories for a new listing. 
    This will contain the list of assigned 
    categories. 
  */
  position: absolute;
  top: 20px;
  /* left: 300px; */
  left: 260px;
  height: 225px;
  /*  width: 250px; */
  width: 180px;
  padding: 1em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }


  #forms_nl_cat_buttons {
  /*
    Buttons used to move categories from assigned to 
    unassigned, and visa versa.  
    Used in yastreb_listings.
    Goes between nl_assigned_cats and nl_unassigned_cats 
  */   
  position: absolute;
  top: 100px;
  /* left: 275px; */
  left: 227px;
  height: 30px;
  width: 20px;
  /*padding: 1em; */
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }



  #forms_nl_contct_methd{
  /*
    Used in yastreb_create_listings, in same page as 
    assigned categories.  This screen is used to assign
    the preferred contact methods. 
  */
  position: absolute;
  top: 20px;
  /* left: 300px; */
  left: 500px;
  height: 225px;
  /*  width: 250px; */
  width: 150px;
  padding: 1em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }
  

  #forms_nl_cat_next_btn {
  /* 
  Display 'next' (and other buttons)
  at center of screen below categories 
  in yastre_listings. 
  */
  position: absolute;
  top: 270px;
  left: 10px;
  width: 600px;
  height: 20px;
  padding: 1em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }

  #process_status{
  /* area and fonts used when displaying process steps, for example,
   the 3 steps when adding a new listing. 
   Will be subordinate to main_sec_li_wa and adjacent to forms_new_listing, 
   main_sec_li_wa
  */
  position: absolute;
  top: 20px;
  left: 30px;
  height: 30px;
  width: 700px;
  /* padding: 2em; */
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 12pt;
  }

  #admin_screen {
  /* called by yastreb_admin.inc */
  position: absolute;
  top: 130px;
  left: 10px;
  height: 200px;
  width: 700px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;
  overflow:scroll;  
  }

  #forms_new_listing_cat {
  /* called by yastreb_browse_listings.inc */
  position: absolute;
  top: 20px;
  left: 20px;
  height: 300px;
  width: 200px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;  
  }


  .browse_cat_scroll {
    height:250px;
    width:200px;
    overflow:scroll;
    white-space:nowrap;
    }  
  }

  #el02 { /* Text and background colour, blue on light gray */
  color:#00f;
  background-color:#ddd
  }


   #e113 {
    border:none;
    font-family:"Courier New",Courier;
    padding:2em;
    text-align:right;
    width:80%
   }


  #el01 {padding:0} /* Remove padding */
  #el02 { /* Text and background colour, blue on light gray */
  color:#00f;
  background-color:#ddd
  }
   #el03 {background:url(/i/icon-info.gif) no-repeat 100% 50%} /* Background image */
   #el04 {border-width:6px} /* Border width */
   #el05 {border:2px dotted #00f} /* Border width, style and colour */
   #el06 {border:none} /* No border */
   #el07 {font-family:"Courier New",Courier} /* Different font */
   #el08 {font-size:2em} /* Bigger text */
   #el09 {font-size:0.5em} /* Smaller text */
   #el10 {font-weight:bold} /* Bold text */
   #el11 {padding:2em} /* Increase padding */
   #el12 {text-align:right} /* Change text alignment */
   fieldset p {margin:0} /* Remove margins from p elements inside fieldsets */


  select {
    font-family:"Arial",Georgia,Serif;
    font-size: 8pt;
  }


  #order_form {
  /* called by yastreb_browselisting.inc */
  position: absolute;
  top: 50px;
  left: 0px;
  height: 600px;
  width: 750px;
  padding: 2em;
  background-color:#FBFDFB;
  font-family:"Arial",Georgia,Serif;
  font-size: 8pt;
  color: #000000;
  overflow:scroll;  
  }

  #placeorder_button{
  /* called by yastreb_browselisting.inc */
  position:absolute;
  top:100px;
  left:600px;
  font-size:12pt;
  }


</style>
