	@charset "utf-8";
/* CSS Document */
.content-div
{
	font-size:14px;
	background: inherit;
	padding:10px;
	text-align:left;
}
.content2
{
	text-align:justify;
	float:left;
	width:49%;
	min-height:500px;
	padding:5px;
	

}
.content
{
	text-align:justify;
	/*float:left;*/
	width:60%;
	margin: 0 auto;
	min-height:500px;
	padding:5px;
	

}
.ican-flow img
{
	width:90%;
}
.right
{
	width:45%;
	background:#EAEAEA;
	float:right;
	border:solid 1px silver;
	

}
.ican-flow
{
text-align:center;

}
.content2
{
	background:inherit;
	border:none;
	padding:10px;
}
.content
{
	background:inherit;
	border:none;
	padding:10px;
}
.content-div
{
	line-height:26px;
}
h1{
	text-align:center;
	color: #212121;
}

h3
{
	text-align:left;
	font-family:cursive;
	color:red;
	padding:5px;
}
h2{
	color:#424242;
	text-align:left;
}
b{color:#111;}
i{color:#212121;}


 .content-div-holder
{
	margin: 0 auto;
	max-width:900px;
	
	border-bottom:solid 1px #C0C0C0;
	
	padding-top:10px;
	padding-bottom:10px;
	
	box-shadow: inset 0 -3px 7px -3px rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 -3px 6px -3px rgba(255,255,255,1);
	-o-box-shadow: inset 0 -3px 7px -3px rgba(255,255,255,1);
	-moz-box-shadow: inset 0 -3px 7px -3px rgba(255,255,255,1);
	-ms-box-shadow: inset 0 -3px 7px -3px rgba(255,255,255,1);
}


/********************************************		REFUND STEPS ********************************/
.refund-steps-content{
	
	background:white;
	padding:10px;
	
}
.refund-steps-content .content-div
{
	width: 70%;
	margin: 0 auto;
	background:#FFFFFF;
	border: none;
}



.refund-steps-content .content-div-holder div
{
	
	margin:2px;

	font-family:verdana;
	text-align:justify;

	
}

/******************************************** END REFUND STEPS 	*********************************/


@media only screen and (max-width:900px)
{
	.refund-steps-content .content-div
	{
		width: 90%;
		margin: 0 auto;
	}
	.content
	{
		min-height:100px;
		float:none;
		width:90%;
		margin: 0 auto;
	}
	.content2
	{
		min-height:100px;
		float:none;
		width:90%;
		margin: 0 auto;
	}
	.right
	{
		text-align:left;
	}
}