p { margin: 10px 0; }

div.vjcform {
	width: 680px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: #333;
	}
	
div.vjcform legend { 
	padding-left: 0;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	 }

	/* Top of section */
div.vjcform fieldset legend span { color: #DA2419; }

/* typical question on 2 lines */
div.vjcform li fieldset legend span 
{
	width: 650px;
	color: #333333; }

/* typical question on 1 line */
div.vjcform li span 
{
	color: #333333;
  width: 150px; /* Width of labels */  

}

div.vjcform li span.video
{
 vertical-align: bottom;
  width: 400;
  height: 300;
  position:relative;
  
  
}

div.vjcform li span.nospace
{
	color: #333333;
  width: auto; /* Width of labels */  
}

div.vjcform li span.nospaceEM
{
	font-weight: bold;
	width: auto;
	color: #a9a9a9;
	font-style: normal;
}

/* typical question on 1 line */
div.vjcform li span span
{
  width: auto;
}


/* question background */
div.vjcform fieldset {
	border: none;
	border-top: 1px solid #a5b4c0;
	background: url(images/vjcform-fieldset.gif) left bottom repeat-x;

	}
	
div.vjcform fieldset fieldset { background: none; }
	
/* divider between question */
div.vjcform fieldset li 
{
	list-style: none;
	padding: 5px 10px 7px;
	background: url(images/vjcform-divider.gif) left bottom repeat-x;
}


div.vjcform span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

div.vjcform span.nospace {
   display: inline;
  line-height: 1.8;
  vertical-align: top;
}


div.vjcform fieldset ol {
  margin: 0;
  padding: 0;
}

div.vjcform fieldset fieldset {
  border: none;
  margin: 3px 0 0 0;
}
div.vjcform fieldset fieldset legend {
  padding: 0 0 5px;
  color: Black;
  font-weight: normal;
}
div.vjcform fieldset fieldset span {
  display: block;
  width: auto;
}
div.vjcform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}


div.vjcform fieldset fieldset .colLang label
{
  display: -moz-inline-box;
  display: none;
  width: 0px; /* Width of labels */
  _width: 0px;
  margin: 0;
  padding: 0;
  background-color:Red;
}

div.vjcform fieldset fieldset .colLangTop 
{
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 30px; /* Width of labels */
  _width: 30px;
}
div.vjcform fieldset fieldset .colLang input
{
  display: -moz-inline-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 30px; /* Width of labels */
  _width: 30px;
}

.validator
{
	width: 16px;
	background-color:Lime;
}
