﻿/* register.css */



/*-------------------------------------------*/

/*-------------------------------------------*/

#register_text
{
  color: black; 
  font-size: 16pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}
#register_short_text_input
{
  width: 200px; 
  height: 30px; 
  font-size: 14pt;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}
#register_long_text_input
{
  width: 300px; 
  height: 30px; 
  font-size: 14pt;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}
#register_button 
{
  width: 100px; 
  height: 25px; 
  font-size: 12pt;
  font-weight: normal;
  color: #ffffff;
  background-color: brown;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: brown;
}
#register_button:hover
{
  width: 100px; 
  height: 25px; 
  font-size: 12pt;
  font-weight: normal;
  color: #808080;
  background-color: #e0e0e0;
  cursor: grab;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}


#register_table 
{
  display: table;
  zzwidth: 620px;
  text-align: left;
  vertical-align: top;
  background-color: white;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  margin: 0 auto; 
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 0px;
}
#register_row 
{
  display: table-row;
}
#register_cell_left
{
  display: table-cell;
  width: 600px;
  vertical-align: top;
  padding: 12px 5px 2px 5px; 
  margin: 0px 0px 0px 0px; 
  font-size: 1spt;
  color: brown;
  text-decoration: none;
  white-space: normal;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}
#register_cell_right
{
  display: table-cell;
  width: 300px;
  vertical-align: top;
  padding: 12px 5px 2px 5px; 
  margin: 0px 0px 0px 0px; 
  font-size: 12pt;
  color: black;
  text-decoration: none;
  white-space: normal;
  border-style: solid;
  border-color: white;
  border-width: 1px;
}

#register_notes
{
  width: 400px;
  padding: 12px 5px 2px 5px; 
  margin: 0px 0px 0px 0px; 
  font-size: 9pt;
  color: #808080;
  text-decoration: none;
  white-space: normal;
  border-style: solid;
  border-color: white;
  border-width: 0px;
}

/*-------------------------------------------*/

#sign_in_text_input
{
  width: 200px; 
  height: 30px; 
  font-size: 14pt;
  border-style: solid;
  border-width: 1px;
  border-color: brown;
}
#sign_in_button 
{
  width: 100px; 
  height: 25px; 
  font-size: 12pt;
  font-weight: normal;
  color: #ffffff;
  background-color: brown;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: brown;
}
#sign_in_button:hover
{
  width: 100px; 
  height: 25px; 
  font-size: 12pt;
  font-weight: normal;
  color: #808080;
  background-color: #e0e0e0;
  cursor: grab;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

/*-------------------------------------------*/