/*
** CSS for New School of Language
** Author: Ray Bentz - TropicalDesignStudio.com
*/

.signuptable
{
  width: 90%;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #000000;  
}

.signupblock
{
  background-color: #dddddd;
}

.infotable
{
  width: 100%;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #000000;  
}

.signupblockheading
{
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #000000; 
}


.jswarning
{
  border-style: solid;
  border-width: 2;
  border-color: red;
  font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  background-color: #FFdddd;
  padding: 10px;
  margin-bottom: 10px;
}

