/*
   Light Blue = #5f89c2;
   Orange     = #f8b053;
*/

#gbtitle
{
  text-align:center;
  font-size:0.8em;
  color:white;
  border-right:4px solid white;
  padding-right:10px;
  font-variant:small-caps;
}

#selector
{
  text-align:center;
  font-size:0.8em;
  color:white;
  border-right:4px solid white;
}

#selector select
{
  text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  width:8em;
  background:#000723;
  border:0;
  color:#f9e2c3;
  margin:0;
  padding:0;
}

#plusminusten 
{
  text-align:center;
  padding-right:20px;
}

#nbentries
{
  text-align:center;
  color:white;
  border-right:4px solid white;
}

#signgbaddentry
{ 
  text-align:center;
  border-right:4px solid white;
}

#gbtable {color:white;border-top:6px solid white;}

img.dhsmiley
{
  margin:0 2px 0 2px;
}

img.dhsmiley2
{
  margin:0 1px 0 1px;
  cursor:pointer;
}

span.emoticontext{ font-size:0.8em;}

/******************************************
** Rounded corners
******************************************/
input,textarea { -moz-border-radius:15px;} /* Can specify each corner as "top-left top-right bottom-right bottom-left"*/
input {padding: 2px 5px 2px 5px;}
