<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta charset="UTF-8">
<title>RealtyJoin Goodbye Letter</title>

	<style type="text/css"> 
		body {
			background-color:#D87C17;
		}
	
		#main { 
        	width: 940px;
        	border-collapse: collapse;
        	margin: 0px auto;
        	line-height:1.5em; 
        	background-color:#FFFFFF; 
        	font-family:Helvetica, 'Myriad Pro', Arial, sans-serif; 
        	font-size:14px;
        	border-spacing: 0px;
        	padding:0 20px 20px 20px;
			border-radius: 25px;
			margin-top:50px;
		} 
		
		#logo { 
        	width: 100%;
        	height: 198px;
			outline:none;
			padding:10px 0 10px 0;
		}
		
		#text {
			font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
			color:#000;
			padding:10px;
			text-align:left;
		}
		
		.list {
			color:#000;
			list-style:none;
			padding-top:20px;
		}
		
		#element_1 {
			width:370px;
		}
		#element_2 {
			width:370px;
		}
		#element_3 {
			width:370px;
			height:200px;
		}
		.buttons {
			list-style:none;
			padding-top:5px;
		}
		
		@import "http://fonts.googleapis.com/css?family=Raleway";

		h3,p,label {
	text-align: left;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		}
		h2 {
		font-family:'Raleway',sans-serif
		}
		input {
		width:100%;
		margin-bottom:20px;
		padding:5px;
		height:30px;
		border-radius:3px;
		border:none;
		}
		textarea {
		width:100%;
		height:80px;
		margin-top:10px;
		padding:5px;
		border-radius:3px;
		}
		#send {
		width:103%;
		height:45px;
		margin-top:40px;
		border-radius:3px;
		background-color:#D87C17;
		border:1px solid #fff;
		color:#fff;
		font-family:'Raleway',sans-serif;
		font-size:18px;
		}
		div#feedback {
		text-align:center;
		height:460px;
		width:330px;
		padding:20px 25px 20px 15px;
		background-color:#f3f3f3;
		border-radius:3px;
		font-family:'Raleway',sans-serif;
		}
		.container {
			margin:0 auto;
			width:360px;
		}

	</style>
    

</head>

<body>
    <div id="main">
    	<div id="logo"><img src="/images/header.png"></div>
<div id="text"><h1>Dear Friends,</h1>
          <p>RealtyJoin has ceased operations effective January, 2015.<br>
            <br>
            The decision to close RealtyJoin has been a difficult one. We want to thank all of our enthusiastic members for their time and energy.    RealtyJoin will remain a great idea that for a number of reasons did not catch on as we had hoped. <br>
  <br>
            For any investing help please send questions or requests to <a href="mailto:hart@regularriches.com?Subject=Question" target="_top">hart@regularriches.com</a>.<br>
  <br>
            Thanks again,<br>
  <strong>RealtyJoin Management</strong></p>
        </div>
<div class="container">
<!-- Feedback Form Starts Here -->
<div id="feedback">
<!-- Heading Of The Form -->
<div class="head">
<h3>Questions? Send us a Message!</h3>
</div>
<!-- Feedback Form -->
<form action="#" id="form" method="post" name="form">
<input name="vname" placeholder="Your Name" type="text" value="">
<input name="vemail" placeholder="Your Email" type="text" value="">
<input name="sub" placeholder="Subject" type="text" value="">
<label>Your Question/Feedback</label>
<textarea name="msg" placeholder="Type your text here..."></textarea>
<input id="send" name="submit" type="submit" value="Send Message">
</form>
<h3>
</h3>
</div>
<!-- Feedback Form Ends Here -->
</div>

</body>
</html>
