.welcome_header
{
  font-size: 150%;
  font-weight: bold;
  font-family: arial, sans-serif;
  width: 175px;
}

.welcome_header_area
{
  text-align: center;
  border-top: 1px solid #F78F3F;
  border-bottom: 1px solid #F78F3F;
  width: 180px;
  clear: both;
  margin-top: -170px;
  margin-left: 400px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
}

.welcome_menu
{
  clear: both;
  width: 700px;
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 224px;
}

.welcome_menu_left
{
  float: left;
  width: 26px;
  height: 150px;
  border-top: 1px solid #f78f3f;
  border-left: 1px solid #f78f3f;
  margin-top: 6px;
}

.welcome_menu_left_block
{
  height: 32px;
  width: 39px;
  border-bottom: 1px solid #f78f3f;
  margin-bottom: 6px;
}

.welcome_menu_button_area
{
  margin-bottom: 2px;
  width: 600px;
}

.welcome_menu_button
{
  margin-top: 15px;
  margin-left: 6px;
  border: 1px solid #f78f3f;
  background-color: #f6f6f6;
  height: 22px;
  width: 130px;
  font-size: 90%;
}

.welcome_menu_button:hover
{
  color: #e13800;
  cursor: pointer;
}

.manage_account_form
{
  clear: both;
  margin-left: 220px;
  margin-top: 52px;
}

form
{
  display:inline;
}

.manage_account_d_grey
{
  background-color: #a9a9a9;
  font-weight: bold;
  color: #444444;
}

.manage_account_grey
{
  background-color: #d3d3d3;
}

.manage_account_table
{
  border-collapse: collapse;
  margin-top: 5px;
  width: 558px;
  color: #666666;
}

.manage_account_table tr
{
  height: 25px;
}

.manage_account_table td
{
  padding-left: 2px;

  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.manage_account_table td a
{
  text-decoration: none;
  color: black;
}

.manage_account_table td a:hover
{
  text-decoration: underline;}

.manage_account_input
{
  width: 300px;
  height: 15px;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
}

.manage_account_splitter
{
  height: 2px;
  border-bottom: 1px solid #f78f3f;
}

.manage_account_splitter_cell
{
  height: 20px;
}

.manage_account_delete
{
  clear: both;

  margin-top: -59px;
  margin-left: 780px;
  width: 200px;
}

.manage_account_delete a
{
  text-decoration: none;
  color: black;
}

.manage_account_delete a:hover
{
  text-decoration: underline;
}

.manage_account_error
{
  color: red;
}

.manage_account_message, .manage_account_error
{
  clear: both;
  float: left;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 95px;
  width: 100%;
}

.prescribing_information
{
  clear: both;
  margin-top: 107px;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin-left: 30px;
}

.prescribing_information_vert_line
{
  clear: both;
  border-left: 1px solid #f78f3f;
  height: 15px;
  margin-left: 480px;
  margin-top: 5px;
}

.prescribing_information_area
{
  clear: both;
  float: left;
  font-size: 10pt;
  font-weight: normal;
  border: 1px solid #f78f3f;
  margin-left: 42px;
  width: 776px;
  height: 258px;
  overflow: auto;
  text-align: left;
}

.prescribing_information_footnote
{
  clear: both;
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 90px;
}

.prescribing_information_footnote a
{
  color: black;
}

.prescribing_information_footnote a:hover
{
  color: red;
}

.prescribing_information_pi
{
  display: inline;
  float: left;
  width: 175px;
  height: 115px;
  border: 1px solid black;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 85px;
}

.prescribing_information_area a
{
  font-size: 8pt;
  color: black;
  text-decoration: none;
}

.prescribing_information_area a:hover
{
  color: red;
}