#signupform table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#signupform .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#signupform label.error {
  background:url('../images/unchecked.gif') no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: normal;
  color: #EA5200;
}

#signupform label.checked {
  background:url('../images/checked.gif') no-repeat 0px 0px;
}

#signupform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

.cv_200 { 
	width:250;
}
.cv_180 { 
	width:180;
}
.cv_50 { 
	width:50;
}
.cv_100 { 
	width:100;
}