/* Forms */

.form { 
  margin-bottom: 10px; 
  /*padding: 8px;*/
}
.form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
.form ol, 
.form ul {
	margin: 0 !important;
	padding: 0 !important;
}	
.form label {
  width: 160px;
	line-height: 1.8;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}
.form li {
	list-style: none;
	padding: 5px;
	clear: both;
	margin: 0;
}
.form input, select {
  padding: 2px;
  outline-style: none;
  border: 1px solid #666;
}
.form input.check {
  border: none;
  position: relative;
  top: 3px;
}
.form input.radio {
  border: none;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.form .next{
	float: right;
}
.form .prev {
	float: left;
}
.form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
