div.wikiBox{
	border: 2px solid #5d9cbd;
	direction: rtl;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
}
div.wikiBox div.wikiTitle{
	background: #5d9cbd;
	color: #fff;
	padding: 10px;
	font-size: 120%;
}
div.wikiBox div.bannerWrapper img, div.wikiSteps div.stepDesc img{
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 10px;
}
div.wikiBox div.preDesc{
	font-size: 110%;
	padding: 20px;
	line-height: 26px;
	text-align: justify;
}
div.wikiBox div.preDesc a{
	text-decoration: none;
	color: blue;
}
div.wikiBox div.preDesc img{
	max-width: 100%;
}
div.wikiSteps{
	padding: 10px;
}
div.wikiSteps div.stepCounter{
	background: #5d9cbd;
	width: 7%;
	float: right;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	font-size: 180%;
}
div.wikiSteps div.stepDesc{
	width: 93%;
	float: left;
	padding: 20px 10px;
	border: 2px solid #5d9cbd;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
	text-align: justify;
	line-height: 24px;
}
div.wikiSteps div.stepDesc a{
	text-decoration: none;
	color: blue;
}
div.caution-red div.stepCounter{
	background: #fff;
}
div.caution-red div.stepDesc{
	background: #c10841;
	border: 1px solid #c10841;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 20px 50px 20px 10px;
	position: relative;
	z-index: 1;
}
div.caution-red div.stepDesc i{
	right: 10px;
	height: 100%;
	margin-left: 10px;
	position: absolute;
	font-size: 200%;
	z-index: 1;
}
div.caution-orange div.stepCounter{
	background: #fff;
}
div.caution-orange div.stepDesc{
	background: #f44b23;
	border: 1px solid #f44b23;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 20px 50px 20px 10px;
	position: relative;
	z-index: 1;
}
div.caution-orange div.stepDesc i{
	right: 10px;
	height: 100%;
	margin-left: 10px;
	position: absolute;
	font-size: 200%;
	z-index: 1;
}
div.caution-red, div.caution-orange{
	z-index: 1;
}
div.innerBox{
	padding: 40px 10px 10px;
}
div.payMents{
	width: 30%;
	float: right;
	text-align: center;
	margin: 1.5%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.payMents:hover{
	background: #b3ccda;
}
div.payMents p{
	padding: 10px;
	text-align: justify;
	line-height: 120%;
}
div.payMents p a{
	text-decoration: none;
	display: block;
	text-align: center;
}
div.payMents i{
	font-size: 500%;
	color: #000;
	margin: 30px auto 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
div.payMents i:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
div.centerTitle{
	margin-top: 10px;
}
p.centerTip{
	text-align: center;
	line-height: 52px;
	width: 500px;
	margin: 5px auto;
}
p.centerTip img{
	display: inline;
	float: right;
}
div.tags{
	direction: rtl;
	margin-bottom: 20px;
}
div.tags a{
	display: inline-block;
	margin: 5px;
	text-decoration: none;
	background: #62d2e8;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}
div.answerBox{
	line-height: 25px;
}
.preDesc p img{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div.innerBox .wikiTitle{
	text-align: center;
}
div.payMents.deactive{
	opacity: 0.3;
}