<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
	<title>Rakesh Mirror Mailer Default Site2</title>
	<link rel="stylesheet" type="text/css" href="/css/theme1/style.css" />
<link rel="stylesheet" type="text/css" href="/css/theme1/media-queries.css" />
<link rel="stylesheet" type="text/css" href="/css/theme1/validationEngine.jquery.css" />
<script type="text/javascript" src="/js/theme1/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="/js/theme1/languages/jquery.validationEngine-en.js"></script>
<script type="text/javascript" src="/js/theme1/jquery.validationEngine.js"></script>
<script type="text/javascript" src="/js/theme1/form_validation.js"></script>
	    <meta name="format-detection" content="telephone=no">
    
	</head>
<style>
body{
	background:#F6F6F6;
    }
#testimonials_bg
{
	background:#0A80C7;
}	
.blue_steep
{
	background-color:#ed092b;
}
.blue_strip_div
{
	background-color:#ed092b;
}
.investment_three
{
	background:#0A80C7;
}
.ui-autocomplete .ui-menu-item {
        border-top: 1px solid #3333;
	padding: 4px 0px 4px 6px !important;
	margin-left: -2px !important;
	width: calc(100% - 2px) !important;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item:hover a {
	background-color: #fafafa;
}

.ui-autocomplete li:first-child {
	border-top: none !important;
}

.ui-autocomplete .ui-menu-item a {
	background-image: url('http://mirrordefault2.realtyvalues.info/img/autocomplete-icons.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: -14px -104px;
	padding: 1px 1px 1px 18px !important;
	background-color: #ffffff;
	border: none !important;
	margin: 0 !important;
}
</style>
<body>
<div class="wrapper">
          <div class="white_wrapper">
          <!--Header Start Here-->
               <header id="header">
                   <figure class="logo">
				   				   <a href="/"><img src="/img/theme1/header_logo/422_header_logo.png" style="width:150px; height:75px" alt="" /></a>
				   				   </figure>
                   <div class="company_info_top">&nbsp;</div>
                                 </header>
          <!--Header End Here-->  
           
		  <script>
$(function(){
	setTimeout(function(){
		$('.flash_inner_wrap').fadeOut("slow","linear",function() { $(this).remove(); });	   						
	},8000);	   		
});	
</script>

<div class="flash_msg_box">
	<div class="flash_inner_wrap">
				 
	</div>
</div>
<style>
.flash_inner_wrap{
			float:none !important;
}
.flash_inner_wrap .success{
	float:none !important;
}
.flash_inner_wrap .error{
	float:none !important;
}
.flash_msg_box{
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10001;
}
.flash_inner_wrap {
box-shadow: 0 1px 2px 1px rgba(138, 156, 156, 1);
-moz-box-shadow:0 1px 2px 1px rgba(138, 156, 156, 1);
-webkit-box-shadow: 0 1px 2px 1px rgba(138, 156, 156, 1);
}
.flash_inner_wrap .success {
background-color: #58ac58;
border-color: #318531;
color: white;
font-size: 20px;
padding: 7px 0;
text-align: center;
margin: 0;
}
.flash_inner_wrap .error {
border-bottom: 3px solid #901710; 
background-color: #cb423b;
border-color: #cb423b;
color: white;
font-size: 20px;
padding: 7px 0;
text-align: center;
margin: 0;
font-family: "Open Sans";
}
.flash_msg_box p {
	margin:0px !important;
	padding:0px !important;
} 
</style>
         
          <script type="text/javascript" src="/mediaplayer-5.10/jwplayer.js"></script>
<style>
@font-face {
 font-family: 'open sans';
 src: url('fonts/open-sans/OpenSans-Bold.ttf');
 font-weight: bold;
 font-style: normal;
}
@font-face {
 font-family: 'columbia serial heavy regular';
 src: url('fonts/columbia-serial-heavy-regular/columbia-serial-heavy-regular.ttf');
 font-weight: bold;
 font-style: normal;
}
@font-face 
{
	font-family: 'byington regular';
	src: url('fonts/byington/ufonts.com_byington-regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'byington bold';
	src: url('fonts/byington/ufonts.com_byington-bold.ttf');
	font-weight: bold;
	font-style: normal;
}

.slider{
	float:left;
	background: url("../../img/header_photos/422_header1.jpg") no-repeat;
	margin:0 0 0 0px;
	width:100%;
	height:500px;
	background-size:100%;
}
	@media only screen and (max-width: 800px) 
	{
		.slider
		{
			height:250px !important;
			background-size:100% 100% !important;
 		}	
	} 
	.register_form
{
	margin:0px 0px 0 0;
	background-color: rgba(243, 245, 250, 0.4);
}
.register_btn
{
	/*background: url("../images/btnbg.png") repeat-x scroll 0 0 #005489;*/
	background: #ed092b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ed092b 0%, #cc475b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed092b), color-stop(100%,#cc475b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ed092b 0%,#cc475b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ed092b 0%,#cc475b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ed092b 0%,#cc475b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ed092b 0%,#cc475b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed092b', endColorstr='#cc475b',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}

.register_btn:hover 
{
    /*background: url("../images/btn-hover.png") repeat-x scroll 0 0 #0eb2f6;*/
	background: rgb(1,88,141); /* Old browsers */
	background: -moz-linear-gradient(top,  #cc475b 0%, #ed092b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc475b), color-stop(100%,#ed092b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc475b 0%,#ed092b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc475b 0%,#ed092b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc475b 0%,#ed092b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc475b 0%,#ed092b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed092b', endColorstr='#ed092b',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}
.input_button_div
{
	width:100%;
	text-align:center;
}
#header
{
	background-color: #ffffff;
}
</style>

<style>
.register_form_below
{
	background-color: rgba(243, 245, 250, 1);
}
</style>
<!--Banner Start Here-->
<section id="banner_main">
    	<div class="slider" >
		        </div>	
</section>	
<link rel="stylesheet" type="text/css" href="/css/theme1/formoid-solid-blue.css" />
<script type="text/javascript" src="/js/theme1/formoid-solid-blue.js"></script>
	<style>
	.formoid-solid-blue div.title
	{
	  background-color: #ed092b;
	  /*border-top: 1px solid #70B6E5;*/
	  border-top: 1px solid #ed092b;
	  /*border-bottom: 5px solid #2372A7;*/
	  border-bottom: none;
	  box-shadow: 0 -0.3em 0 rgba(0, 0, 0, 0.2) inset;
	}
	.formoid-solid-blue input[type=text]:hover,.formoid-solid-blue input[type=tel]:hover,.formoid-solid-blue input[type=password]:hover,.formoid-solid-blue input[type=email]:hover,
	.formoid-solid-blue input[type=url]:hover,.formoid-solid-blue input[type=date]:hover,.formoid-solid-blue input[type=number]:hover,.formoid-solid-blue input[type=file]:hover,
	.formoid-solid-blue textarea:hover,.formoid-solid-blue select:hover {
  		border-color: #ed092b;
	}
	.formoid-solid-blue input[type=text]:focus,.formoid-solid-blue input[type=tel]:focus,.formoid-solid-blue input[type=password]:focus,.formoid-solid-blue input[type=email]:focus,
	.formoid-solid-blue input[type=url]:focus,.formoid-solid-blue input[type=date]:focus,.formoid-solid-blue input[type=number]:focus,.formoid-solid-blue input[type=file]:focus,
	.formoid-solid-blue textarea:focus,.formoid-solid-blue select:focus {
  		border-color: #ed092b;
	}
	.formoid-solid-blue input:focus ~ .icon-place:before,.formoid-solid-blue textarea:focus ~ .icon-place:before,.formoid-solid-blue select:focus ~ .icon-place:before,
	.formoid-solid-blue .select.open ~ .icon-place:before,.formoid-solid-blue input[type=file]:focus ~ .icon-place:before,.formoid-solid-blue .button:focus ~ .icon-place:before,
	.formoid-solid-blue .file_text:focus ~ .icon-place:before {
  		color: #ed092b;
	}
	.formoid-solid-blue input[type="submit"]
	{
		background-color: #ed092b;
		color: #ffffff;
		text-transform: uppercase;
		max-width:100%;
		font-weight:bold;
	}
	.formoid-solid-blue input[type="submit"]:hover
	{
		background-color: #ed092b;
		opacity: 0.7;
		text-transform: uppercase;
	}
	.formoid-solid-blue div.submit{ background-color:#f3f5fa}
	</style>
	<section id="banner_main">
	<form class="formoid-solid-blue" style="background-color:#FFFFFF;font-size:14px;font-family:'Roboto',Arial,Helvetica,sans-serif;color:#34495E;" method="post" id="lead_register" action="">
		<div class="title">
			<h2>PLEASE COMPLETE THE FORM BELOW</h2>
		</div>
		<div class="my_spacer">
		</div>
				<div class="element-name">
			<label class="title"></label>			
			<span class="nameFirst" style="width:100%; margin:0">
				<input placeholder="First Name" type="text" size="8" class="validate[required]" name="first_name">
				<span class="icon-place"></span>
			</span>			
		</div>
				<div class="element-name">
			
			<span class="nameLast" style="width:100%">
				<input placeholder="Last Name" type="text" size="8" class="validate[required]" name="last_name">
				<span class="icon-place"></span>
			</span>
		</div>
				<div class="element-email">
			<label class="title"></label>
			<div class="item-cont">
				<input type="text" placeholder="Email" class="validate[required,custom[email]] large" name="email_address">
				<span class="icon-place"></span>
			</div>
		</div>
				<div class="element-phone">
			<label class="title"></label>
						<div class="item-cont">
				<input type="tel" type="text" placeholder="Phone" style="width:%" class="validate[required,custom[phone]] large" name="phone_number_1">
				<span class="icon-place"></span>
			</div>
		</div>
				
		<div class="element-address">
			<label class="title"></label>
						<span class="city" style="width:100%">
				<input type="text" placeholder="City" class="validate[required]" name="city">
				<span class="icon-place"></span>
			</span>
					</div>
				
		<div class="element-address">
			<label class="title"></label>
			<span class="addr1">
				<input type="text" placeholder="Your Street Address" class="validate[required]" name="address">
				<span class="icon-place"></span>
			</span>
		</div>
				<div class="element-textarea">
			<label class="title"></label>
			<div class="item-cont">
				<textarea class="medium" rows="5" cols="20" placeholder="Comment" name="comments"></textarea>
				<span class="icon-place"></span>
			</div>
		</div>
				<div class="submit"><input type="submit" value="What did my neighbors home sell for?" id="signup_form"/></div>
	</form>
	</section>
		


<!--Banner End Here--> 

<!--Image Gallery Starts--> 
<!--Image Gallery Ensd--> 

<!--Great Three Section Start Here -->
<!--Great Three Section End Here -->

	
<div>&nbsp;</div>

<div class="blue_steep" style="text-align:center"><span style="color: #ffffff; font-family: arial; font-size: 15px; line-height: 30px; padding-left: 10px; vertical-align: middle;"></span></div>
<div style="display:none;" class="temp_form" >
<div id="temp_form">
<script>
	$(document).ready(function(){
		$(".validationEngine").validationEngine();
		$('#submitForm').click(function(){
			if($("#form-position").validationEngine('validate')) {
				$("#form-position").submit();
				/*url = '/emailverifier/'+$('#leadEmail').val()+'/'+Math.random();
				$.post(url, function(response){
					if(response == 'success') {
						$("#form-position").submit();
					} else {
						jQuery('#leadEmail').validationEngine('showPrompt', 'Email address does not exsit.');
					}
				});*/
			}
		});
	});
</script>
<style>
.get_started
{
	border:1px solid #084676; 
	-webkit-border-radius: 3px; 
	width: 158px; 
	text-align:center; 
	font-weight:bold; -moz-border-radius: 3px;
	border-radius: 3px;
	font-size:13px;
	font-family:arial, helvetica, sans-serif; 
	padding: 3px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold; 
	color: #164971;
	background-color: #FFA500;
}

.get_started:hover{
 border:1px solid #194566;
 background-color: #164971;
 color: #ffffff;
 }
</style>
<form class="validationEngine" id="form-position" method="post">

 <table style="margin-bottom:0px">
 <tr>
  <td style="background-color:#000080; border-radius:3px; padding-top:0px; padding-bottom:0px">
   <h2 style="color:#FFFFFF; text-align:center; margin-bottom:4px">Instant Access to Full Listing Details</h2>
   <h3 id='hometitle' style="color:#FFFFFF; text-align:center; margin-bottom:6px">Title Goes here</h3>
  </td>
 </tr>
 <tr>
  <td>
  <style type="text/css">
  #form-position label {
	 line-height: 2.5;
	 color:#414141;
	 width:100px;
	 float:left;
  }
  #form-position input[type=text],input.text{ border:1px solid #000000; width:150px; margin-top:13px;}
  .thumb{
	float:right;
	width:52%;
	text-align:center;
	margin-top:5px;
   }
   .thumb img{
	}
	</style>
   <div style="float:left; width:100%">
       <div style="float:left; width:46%; margin-top:5px">
            <img src="" style="width:230px; height:146px" id="listing_image" />
       </div>
       <div class="thumb">
           <img src="" style="width:120px; height:70px; padding-bottom:5px" id="thumb1" />
           <img src="" style="width:120px; height:70px; padding-bottom:5px" id="thumb2" />
           <img src="" style="width:120px; height:70px; padding-bottom:5px" id="thumb3" />
           <img src="" style="width:120px; height:70px; padding-bottom:5px" id="thumb4" />
      </div>
  </div>   
   
  
  </td>
 </tr>
 <tr><td style="border-bottom:1px dotted #484848"></td></tr>
 <tr>
 	<td style="padding-bottom:0px">
      <table style="margin-bottom:0px">    
         <tr>
         	<td style="width:290px; padding-top:0px">
            	<table style="margin-bottom:0px">
                	<tr>
                        <td style="padding-top:3px; padding-bottom:0px">
                            <div class="input text required"><label for="LeadFirstName">First Name</label><input name="data[Lead][first_name]" type="text" class="validate[required]" maxlength="100" id="LeadFirstName" /></div>                        </td>
                     </tr>
                     <tr>
                        <td style="padding-top:0px; padding-bottom:0px">
                            <div class="input text"><label for="LeadLastName">Last Name</label><input name="data[Lead][last_name]" type="text" class="validate[required]" maxlength="100" id="LeadLastName" /></div>                        </td>
                     </tr>
                     <tr>
                        <td style="padding-top:0px; padding-bottom:0px">
                            <div class="input text"><label for="LeadPhone">Phone</label><input name="data[Lead][phone]" type="text" class="validate[required,custom[phone]]" maxlength="20" id="LeadPhone" /></div>                        </td>
                     </tr>
                     <tr>
                        <td style="padding-top:0px; padding-bottom:0px">
                            <div class="input text"><label for="leadEmail">Email</label><input name="data[Lead][email]" type="text" class="validate[required,custom[email]]" id="leadEmail" maxlength="255" /></div>                        </td>
                     </tr>
                     
                    
                </table>
            </td>
            <td style="padding-top:0px; padding-bottom:0px; vertical-align:top">
            	<table style="margin-bottom:0px">
                	<tr><td style="padding-right:0px; padding-left:0px;">                    
                    <div style="float:left; padding-top:17px">
                    	Price: $<span id="show_listing_price"></span>
                    </div>
                    </td></tr>
                </table>	
            </td>
            
         </tr>
         <tr>
    <td style="padding-top:0px; padding-bottom:0px" colspan="2"> 
    <label for="submitForm">&nbsp;</label>
        <input type="button"  id='submitForm' title='Send Message' value='View Property' class="get_started" />
    </td>
 </tr> 
       </table>
      </td>   
  </tr> 
       
</table>
</form>
</div>
</div><style>
.inline_info{ width:283px; margin-left:0px; margin-top:-52px; float:left; min-height:40px; padding:5px 0; background:#000; opacity:0.7; filter:alpha(opacity=70); color:#fff; text-align:center;}
img.sold{ width:90px; height:89px; margin-left:193px; margin-top:-186px; box-shadow:none; border:0; padding:0; background:none;}
@media only screen and (max-width: 800px)  
{
	img.sold
	{ 
		margin-left:126px; 
	}
	
	.inline_info
	{
		width:216px;
	}
}
@media only screen and (max-width: 500px)  
{
	img.sold
	{ 
		width:90px; 
		height:89px; 
		margin-left:47px; 
		margin-top:-186px; 
		box-shadow:none; 
		border:0; 
		padding:0; 
		background:none;
	}
	
	.inline_info
	{
		width:138px;
	}
}

</style>
<ul class="photo_gallery">
      <li>
      <div class="photo_one">
	  	<img src="/img/theme1/theme1_images/422_151215060556_error_img.png" alt="" style="width:283px;height:186px" />      </div>      
   </li> 
   </ul>
  
<section id="testimonials_bg">
   </section>


    
           
                 
          <div class="st_logos">
            	<div class="st_logos1">
				&nbsp;				</div>
            				<div class="st_logos2">
					&nbsp;				</div>
            	<div class="st_logos3">
					&nbsp;				</div>
          </div>
          		            		           <div class="copyright_content">
				&copy; 2026 <a style="color:#9999AA; font-size:14px; font-weight:normal" href="http://www.sellingtoolz.com/" target="_blank">SellingToolz Ltd.</a>
		 </div>  
         <div class="company_info">
						<a href="/privacy_policy" rel="privacy" style="color:#9999AA; font-size:14px; font-weight:normal" target="_blank">Privacy Policy</a>         </div>
    </div>
</div>
<style>
@media only screen and (max-width: 800px)  
{
	.slider
	{
		background-size:100%;
		height:370px;
	}
	.headerRight 
	{
		height:auto; 
		padding-bottom:20px;
		width:100%;
		margin-left:0px;
	}
	.headerRight .videoThumb {
		width: 95%;
	}
	.headerRight .videoThumb .thumb
	{
		width: 100%;
		height:300px;
	}
	
	.headerRight .videoThumb .icon {
		height: 300px;
		width: 100%;
	}
	
	.mainVideo 
	{
		width: 95%;
		float:left;
	}
	
	.main
	{
		width:100%; 
		margin-top:30px;
	}
	
	.main .main-inner
	{
		width:97%;
	}
	
	.slider
	{
		height:auto;
	}
	
	.register_form 
	{
		float: left;
		margin: 390px 0 0;
		padding: 2%;    
		right: 0;
		width: 96%;
    }
	.register_btn
	{
		width:50%;
	}
	.row_one
	{
		text-align:center;
	}
}
@media only screen and (max-width: 580px)  
{
	.input_field
	{
		width: 90.3%;
	}
	.slider
	{
		background-size:100%;
		height:auto;
	}
	
	.register_form 
	{
		float: left;
		margin: 167px 0 0;
		padding: 4%;    
		right: 0;
		width: 92%;
    }
	
	.headerRight 
	{
		height:auto; 
		padding-bottom:20px;
		width:100%;
		
	}		
	.headerRight .videoThumb {
		width: 95%;
	}
	
	.headerRight .videoThumb .thumb
	{
		width: 100%;
		height:210px;
	}
	
	.headerRight .videoThumb .icon {
		height: 210px;
		width: 100%;
	}
	.main
	{
		width:100%; 
		margin-top:30px;
	}
	.mainVideo 
	{
		height: 220px;
		width: 100%;
		padding:25px 0 0 0;
		float:left;
	}
	.mainVideo img
	{
		height:220px;
		width:100%;
	}
	.main .main-inner
	{
		width:94%;
		min-height:490px;
	}
	ul.countdown li span
	{
		font-size:35px;
		line-height:54px;
	}
	ul.countdown li.seperator
	{
		font-size:35px;
		line-height:54px;
	}	
	.instruction_video_main
	{
		width:100%; 
		float:left; 
		margin-left:0; 
	}
	.optin_form_main
	{
		width:100%; 
		float:left; 
		padding:20px 0 20px 0;
	}
	.register_btn
	{
		width:100%;
	}
	.optin_register_btn
	{
		width:100%;
	}
}
</style>
<style>
.loading_grl
{
 display:none; margin: 0px; padding: 0px; position: fixed; right: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(102, 102, 102,0.9); z-index: 30001;
}
.loading_grl #loading_wrap
{
 position: absolute; color: White; background-color:#FFFFFF; top: 40%; left: 0;right:0;margin:0 auto; border:5px solid #000000; width:47%; height:180px; text-align:center; opacity:0.95
}
.loading_grl #loading_wrap h1
{
 color:#252122; text-align:center; font-weight:bold; font-size:24px; margin-top:10px
}
.loading_grl #loading_wrap #loading_block
{
 position:relative; margin-top:20px
}
.loading_grl #loading_wrap #loading_block p
{
 margin-bottom:10px; color:#333333; font-weight:bold; font-size:16px;
}
@media screen and (max-width: 1024px)
{
 .loading_grl #loading_wrap
 {
  width:90%;
  height: auto;
 }
 .loading_grl #loading_block
 {
  margin-bottom:20px;
 }
}
</style>
	
<div class="loading_grl" >
 <div id="loading_wrap" >
  			  <h1>WE ARE GETTING YOU SOMETHING AWESOME</h1>
		  <div id="loading_block">
			<p>
			 Thank you. Please wait a moment...			</p>
		   <img src="http://mirrordefault2.realtyvalues.info/img/horizontal_loader.gif" width="33%;">
		   </div>
	 	   
 </div> 
</div><script type="text/javascript"> 
// When the document is ready set up our sortable with it's inherant function(s) 
$(document).ready(function() 
{ 
	
 // hide the submit button if they have javascript enabled 
 $(document).ready(function(){
   // binds form submission and fields to the validation engine
  	$('#signup_form').click(function(){
			 if($("#lead_register").validationEngine('validate')) 
			 {
				$('.loading_grl').show();
			 }  
   		//$("#have_questions").validationEngine('validate');
  	});
  });


	/*$('#signup_form').click(function() {
		$('.loading_grl').show();
	});*/
}); 
</script>

<script>
$(window).bind("load", function() {
    $.ajax({
		type: "POST",
		url: "http://mirrordefault2.realtyvalues.info/track_visitors",
		data: { devicetype: "desktop", slug: "",listing_id: "0",site_id: "422",cuurent_page: "/optin/mirrordefault2/registration",referrer:"",view_type: "home",title: "",lead_id: "0",params: "" }, 
   		success: function(result)
		{
        	//alert(result);
    	}
	});
   
   
});
</script>
</body>
</html>