@charset "UTF-8";
/* CSS Document */
/****Column Right ****/
.item_container_register {
		width: 280px;
		min-height: 700px;
		margin-bottom: 20px;
		padding: 0 10px;
		color: #fff;
		background: url(http://www.whitefence.com/_ui/common/images/homesecurity/bg-form-arrow.gif) no-repeat left top #ff9600;
		margin-top: 1px;
}
.item_container_register h2 {
		font: italic bold 20px Georgia, "Times New Roman", Times, serif;
		color: #fff;
		margin-left: 50px;
		margin-top: 1px;
		padding-top: 12px;
}
/*clear fix*/
.clear {
		clear: both;
}
/****Form Styles ****/
.sectionHeading {
		font: bold 14px Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: #fff;
		//margin: 15px 0 5px;
}
fieldset {
		width: 280px;
		border: none;
		margin: 0;
		padding: 0;
}
fieldset p {
		margin: 5px 0;
}
.longField {
		width: 270px;
		color: #999;
		border: solid 1px #7acff5;
		padding: 3px;
		margin: 5px 0;
}
.leftField {
		float: left;
		width: 130px;
		//margin: 10px 0;
		padding: 3px;
		color: #999;
		border: solid 1px #7acff5;
}
.rightField {
		width: 130px;
		padding: 3px;
		//margin: 10px 0;
		float: right;
		color: #999;
		border: solid 1px #7acff5;
}
.btnQuote {
	background: url(http://www.whitefence.com/_ui/common/images/homesecurity/btn-cta.png) no-repeat;
	widht: 140px;
	height: 33px;
	margin: 15px 0;
}
.checkbox_label{
	float: none;
	padding-bottom: 7px;
}

.adspace {
		width: 728px;
		height: 90px;
		background-image:url(http://www.whitefence.com/_ui/common/images/cox/ad-placeholder.png);
		margin-left: auto;
    	margin-right: auto;
    	margin-top: 8px;
}