body {
	width: 600px;
	height: 240px;
	margin: 1em;
	font-family: Ariel, sans-serif;
}

.leadsForm ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form p {
	margin: 0px 0px 10px 0px;
}
label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom: 3px;
}
label.error {
	font-style: italic;
	font-size: 10px;
	color: red;

}
.leadsFormSubmit {
    background: url(../../Content/img/sidebar_send_btn_bg.png) no-repeat;
    color: Black;
    border: none;
    width: 168px;
    height: 35px;
    margin: 0 0 0 0px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align:center;
}
form input[type="text"] {
	height: 25px;
	font-size: 14px;
}
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#fSection1, #fSection2 ,#fSection3 {
	float: left;
	margin-right: 20px;
}
.submit {
	text-align: center;
}