﻿h1#homeIntro
{
  width:553px;
  height:46px; 
  margin-top:20px;
  background:transparent url('/images/home_intro.gif') no-repeat 0 0;
  text-indent:-5000px;
  display:block;
  color:#FFF;
  font-size:18px;
}

#featureTooltip 
{
  width:550px; 
  height:60px;
  background:transparent url('/images/v3/home_features.gif') no-repeat 0 0;
  text-indent:-5000px;
}

h1#recordVideo
{
  width:330px;
  height:30px;
  color:#FFF;
  margin:0;
  background:transparent url('/images/v3/home_record.gif') no-repeat center center;
  text-indent:-5000px;
  display:block;
  font-size:18px;
}

h1#register
{
  width:268px;
  height:29px;
  color:#FFF;
  margin-top:75px;
  background:transparent url('/images/v3/home_register.gif') no-repeat 0 0;
  text-indent:-5000px;
  display:block;
  font-size:18px;
}


h1#howUse
{
  width:290px;
  height:20px; 
  margin-top:30px;
  background:transparent url('/images/home_howuse.gif') no-repeat 0 0;
  text-indent:-5000px;
  display:block;
  color:#FFF;
  font-size:18px;
}

body 
{
  background-image:url('/images/main_background.jpg');
  background-repeat:repeat-x;
  background-position:top center;
}

#PreviewButton 
{
  margin-right:20px;
}

#SendButton
{
}

.formTable td 
  {
    vertical-align:top;
    padding-bottom:5px;
    padding-right:10px;
  }
  
  
.textField 
{
  width:180px;
  border-width:1px;
  border-color:#CCC;
  background-color:#FFE;
}

#features 
{

}

#features td 
{
  padding:0 10px 0 0;
  text-align:center;
  width:105px;
  vertical-align:top;

  
}

#features img 
{

}

.videoRecorded 
{
  display:none;
}

.error 
{
  display:block;
  background-color:#FFCC33;
  padding:10px;
  color:#000;
}

.valsummary 
{
  margin:10px;
}

.valsummary ul
{
display: none;
visibility: hidden;
}

#featureTable .feature {
  float:left;
  margin:0px 10px 10px 0;
  padding:10px;
  height:120px;
  width:108px;
border: 1px solid #CCC;
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
  text-align:center;
  background-color:#EEE;
  font-weight:bold;
}

#featureTable .feature:hover 
{
  cursor:pointer;
}

#featureTable .imgContainer 
{
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
  background-color:#FFF;
 margin-bottom:10px;

}

#featureTable img 
{
  margin:10px 5px;

}

.tooltip { 
    display:none; 
    width:220px; 
    color:#fff;     

}

#useCases 
{
  margin-top:50px;
}

#useCases:hover 
{
 
}

