/* @override 
	http://localhost:3000/stylesheets/signup.css?1269288946
	http://localhost:3000/stylesheets/signup.css?1269371901
*/

#new_company_signup fieldset {
  border-top: 1px solid #CCC;
  padding: 0 10px 10px;
}
#new_company_signup legend {
  font-weight: bold;
  padding: 0 5px;
}
#new_company_signup div {
  margin: 5px 0 10px;
}
#new_company_signup small {
  color: #666;
  display: block;
  font-size: smaller;
  margin: 3px 5px 0;
}
#demos {
	background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#demos li {
  width: 29%;
  float: left;
  height: 210px;
  margin: 0;
  padding: 0;
  text-align:center;
  list-style: none;
}
#demos li a{
	color: #333;
  display: block;
  font-size: 1.3em;
  padding: 10px;
  text-align: center;
}
#demos li a:hover {
	text-decoration: none;
}
#demos li a img {
  width: 100%;
  padding-top: 10px;
}
#demos li:hover {
  background: #efefef;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.half_section {
  width: 50%;
  float: left;
}