/* CSS Document */
body
{
  background:none;
}

.head
{
  background:url(/img/intro/head.bg.png) repeat-x;
}

.bottom
{
  background:url(/img/intro/bottom.bg.png) repeat-x;
}

.welcome
{
  float:left;
}

.chooser
{
  float:left;
  background:url(/img/intro/roundbox.png) no-repeat; 
  width:500px;
  height:90px;
  padding:16px;
  margin-top:50px;
  font-weight:bold;
}

.chooser p
{
  font-size:1.2em;
}

.chooser select
{
  font-weight:normal;
}

.chooser input
{
  border:0px;
  background:white;
  margin-top:10px;
  padding:0px;
  font-weight:bold;
}

.red
{
  color:#ff0000;
}
  
