body {background:none;
}
.box-signup {
	width:190px;
	height:399px;
	background:url(/wp-content/uploads/2012/04/property118-signup-full.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
.box-signup p {color:#fff; font-size:15px; line-height:19px; padding:155px 21px 0 21px; margin-bottom:6px;
}
	.box-signup p span {font-weight:bold; color:#EBA700;
	}
.enews-signup {padding:0 21px; position:relative;
}
.enews-signup input[type="submit"] {
	position:relative;
	background:#ed9200;
	padding:3px 12px;
	margin-top:6px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	border:0;
	text-transform:lowercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:-moz-linear-gradient(top, #f1a833 0%, #f1a833 49%, #ed9200 50%, #ed9200 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1a833), color-stop(49%, #f1a833), color-stop(50%, #ed9200), color-stop(100%, #ed9200));
	background:-webkit-linear-gradient(top, #f1a833 0%, #f1a833 49%, #ed9200 50%, #ed9200 100%);
	background:-o-linear-gradient(top, #f1a833 0%, #f1a833 49%, #ed9200 50%, #ed9200 100%);
	background:-ms-linear-gradient(top, #f1a833 0%, #f1a833 49%, #ed9200 50%, #ed9200 100%);
	background:linear-gradient(top, #f1a833 0%, #f1a833 49%, #ed9200 50%, #ed9200 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr= #f1a833, EndColorStr= #ed9200, GradientType=0);
}
.enews-signup input[type="text"], textarea {
	width:90%;
	color:#666;
	padding:5px 8px;
	border:1px solid #1A6D99;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-bottom:6px;
	background:#FFF;
	background:-moz-linear-gradient(top, #999999 0%, #ffffff 12%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(12%, #ffffff));
	background:-webkit-linear-gradient(top, #999999 0%, #ffffff 12%);
	background:-o-linear-gradient(top, #999999 0%, #ffffff 12%);
	background:-ms-linear-gradient(top, #999999 0%, #ffffff 12%);
	background:linear-gradient(top, #999999 0%, #ffffff 12%);
}
.enews-signup ::-webkit-input-placeholder {
   color: #005280;
}
.enews-signup :-moz-placeholder {
   color: #005280;
}
.enews-signup img {position:absolute; left:21px; bottom:-2px;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.right {float:right;}