	body {
		margin: 40px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
	}
	h1 {
		margin-bottom: -10px;
	}
	h1, .message_button {
		font-weight: 100;
		font-size: 64px;
	}
	h1 strong {
		letter-spacing: -3px;
	}
	.forsale {
		color: green;
	}
	em {
		font-size: 10px;	
		color: #ccc;
	}
	a.message_button {
		font-weight: 600;
		bottom: 1.75em;
		right: 0px;
		display: inline-block;
		height: 2.75em;
		background-color: #F29724;
		border: 1px solid #c56900;
		border-radius: 2px;
		padding: 0 1.25em;
		color: white;
		text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.2);
		font-size: 1.3em;
		font-weight: bold;
		line-height: 2.75em;
		cursor:pointer;
		text-decoration: none;
		white-space: nowrap;
		margin: 20px 0 20px 0;
	}
	
	a.message_button:hover {
		background: #f9ae54; /* Old browsers */
		background: -moz-linear-gradient(top,  #f9ae54 1%, #eb8a0a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9ae54), color-stop(100%,#eb8a0a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f9ae54 1%,#eb8a0a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f9ae54 1%,#eb8a0a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f9ae54 1%,#eb8a0a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f9ae54 1%,#eb8a0a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ae54', endColorstr='#eb8a0a',GradientType=0 ); /* IE6-9 */
		box-shadow: 0 2px 2px rgba(0,0,0,0.3);
		text-decoration: none;
	}
	
	a.message_button:active {
		background: #d57900; /* Old browsers */
		background: -moz-linear-gradient(top,  #d57900 0%, #ec9322 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d57900), color-stop(100%,#ec9322)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #d57900 0%,#ec9322 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #d57900 0%,#ec9322 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #d57900 0%,#ec9322 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #d57900 0%,#ec9322 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d57900', endColorstr='#ec9322',GradientType=0 ); /* IE6-9 */
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
		text-decoration: none;
	}