	*{
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
		padding:0;margin:0;
	}
	.form-error{margin:10px 0;text-align: center;color: #ff0033;font-size: 13px; }
	#m-demoForm{
		position: fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background: rgba(0, 0, 0, 0.40);
		z-index: 9999;
	}
	#m-demoForm > div{
		position: absolute;
		top: 50px;
		bottom:50px;
		z-index: 2;
		width:75%;
		max-width: 960px;
		overflow: hidden;
		margin: 0 auto;
		left: 0;
		right: 0;
		background-color: #fff;
	}
	#m-demoForm > div > span.ui-close-demoForm{
		position: absolute;
		display:inline-block;
		top:0;
		right:0;
		width:30px;
		height:30px;
		text-align: center;
		line-height: 30px;
		background: #000;
		color:#fff;
		cursor: pointer;
	}
	#m-demoForm > div > div{
		display:inline-block;
		vertical-align: top;
		margin-right: -5px;
		border:1px solid #d5d5d5;
		height:100%;
		padding-top:35px;
	}
	#m-demoForm > div > div.wrapper{
		width:70%;
		background-color: #fff;
	}
	
	#m-demoForm > div > div.m-CustomerTestimonial{
		width:30%;
		background-color: #d5d5d5;
	}
	.iframe-form{width:100%;height:100% !important;}
	#guest-loginframe{
		width:100%;
		height:100%;
	}
	.m-foreignCustomer blockquote{
	    border-bottom:1px solid #e6e7e7;
	    
	}
	blockquote {
	    background: url(../../common/media/images/bg-quote2.png) no-repeat;    
	    border-left: 1px dashed #ccc;
	    color: #006B99;
	    font-style:italic;
	    margin: 0;
	    padding: 25px;
	    line-height: 30px;
	    font-size: 20px;
	} 
	blockquote > span{
		display:block;
		text-align: right;
		font-size: 16px;
		color:#717171;
	}

	/*BECOME RICH CSS*/
	.become-Rich{
		width:100%;
		height:100%;
		position: relative;
		display:none;
	}
	#m-demoForm > div > .bact-to-setup{
		position: absolute;
		display:inline-block;
		top:0;
		left:0;
		height:30px;
		width:30px;
		display:none;
		cursor: pointer;
	}
	#m-demoForm > div > .bact-to-setup img{
		height: 100%;
	}
	.partnetFormWrapper{
		display:none;
	}
	.your-interest-field{
		position: absolute;
		left:0;right:0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);

	}
	.your-interest-field > ul{
		list-style-type: none;
		text-align: center;
		padding: 10px;
		height:100%;
		overflow-y:auto; 
	}
	.your-interest-field > ul > li{
		display:inline-block;
		width:75%;
		margin-bottom: 50px;
		padding: 20px 10px;
		color:#333;
		text-align: left;
		border:5px solid rgba(119, 119, 119, 0.19);
		border-radius:25px; 
		cursor:pointer;
		height:auto;
	}
	.your-interest-field > ul > li:hover{
		border:5px solid rgba(221, 85, 23, 0.29);
		
	}
	.your-interest-field > ul > li.selected{
		background: #dd5517;
	}
	@media screen and (max-width: 1048px){
		#m-demoForm > div{
			width:95%;
			top:20px;
			bottom:20px;
		}
	}

	@media screen and (max-width: 768px){
		#m-demoForm > div > div.wrapper{width:100%;}
		.your-interest-field{
			height:100%;
			padding:0;
		}
		.become-Rich{
			width:100%;
			padding:0;
			overflow-y: auto;
		}
	}
	@media screen and (max-width: 640px){
		#m-demoForm > div{
			top: 0px;
			bottom:0px;
			width:100%;
		}
	}
