﻿/* register.css */



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

/**
#dob_form
{
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;
  color: black;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
  border-style: solid;
  border-color: green;
  border-width: 0px;
}
#dob_form_button
{
  width: 100px; 
  height: 25px; 
  font-size: 12pt;
}
.dob_form_dom select 
{
   width: 60px;
   padding: 5px;
   font-size: 16pt;
   height: 30px;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px;
}
.dob_form_month select 
{
   width: 150px;
   padding: 5px;
   font-size: 16pt;
   height: 30px;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px;
}
#dob_form_year
{
   width: 60px;
   padding: 5px;
   font-size: 16pt;
   line-height: 1;
   height: 30px;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px;
}

#celeb_full_name
{
  width: 300px; 
  height: 30px; 
  font-size: 14pt;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}
#celeb_twitter_id
{
  width: 300px; 
  height: 30px; 
  font-size: 14pt;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}
#celeb_hashtags
{
  width: 300px; 
  height: 30px; 
  font-size: 14pt;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}
#orange
{
  width: 100px; 
  height: 30px; 
  font-size: 14pt;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}
#celeb_nominate_button
{
  width: 100px; 
  height: 25px; 
  font-size: 12pt;
  font-weight: normal;
  color: #808080;
  background-color: #e0e0e0;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}
#celeb_nominate_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;
}
#choose_file_button
{
  width: 200px; 
  height: 25px; 
  font-size: 12pt;
  font-weight: bold;
}

#search_text_input
{
  width: 200px; 
  height: 30px; 
  font-size: 14pt;
  border-width: 1px;
  border-color: blue;
}
#search_form_button 
{
  width: 100px; 
  height: 25px; 
  font-size: 12pt;
  font-weight: normal;
  color: #808080;
  background-color: #e0e0e0;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}
#search_form_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;
}

#home_intro
{
  padding: 0px 0px 0px 0px; 
  margin: 0px 0px 0px 0px;
  color: black;
  font-weight: normal;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
  border-style: solid;
  border-color: red;
  border-width: 0px;
}
#home_intro_name
{
  color: black; 
  font-size: 16pt;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}
**/
/*-------------------------------------------*/

#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: blue; /* #c0c0f0; */
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: blue;
}
#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: blue;
  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: #c0c0c0;
}
#sign_in_button 
{
  width: 100px; 
  height: 25px; 
  font-size: 12pt;
  font-weight: normal;
  color: #ffffff;
  background-color: blue; /* #c0c0f0; */
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: blue;
}
#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;
}

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