﻿form.w2llead {
	clear:both;
	overflow:auto;
	text-align:left;
	width:100%;
}
.w2llabel, .w2linput {
  display: block;
  width: 120px;
  float: left;
}
.w2llabel.error {
  color: #f00;
}
.w2llabel {
  clear: left;
  margin: 4px 0;
  width:20%;
}
.w2linput.submit {
  cursor:pointer;
  clear: both;
  width:94px;
  height:38px;
  background:#FFF url(/images/btn_submit.png) no-repeat;
  border:none;
  left:253px;
  position:relative;
}
.w2linput {
	width:300px;
    height:42px;
    font-weight:normal;
    color:#333;
    background:url(/images/forms/input.gif) no-repeat;
    border:none;
	padding:10px 0 0 10px;
}
#salesforce {
  margin: 3px 0 0 0;
  color: #aaa;
  display:none;
}
#requiredfieldsmsg {
  left:120px;
  position:relative;
 }