/**** Css of Myaccount Newtop Content (Static Block) **/

.acctofrmsg {
	background: #669acc;
	padding: 24px 30px 24px 35px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.acctofrmsg::after {
	content: '';
	width: 50%;
	height: 101%;
	background: #eee;
	position: absolute;
	top: -1px;
	right: 0;
	z-index: -1;
	transform: skew(-25deg , 0);
	transform-origin: bottom left;
}
.acsclleft, .acsclright {
	width: 50%;
}
.acctofrmsg h3 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}
.acctofrmsg p {
	color: #fff;
	font-size: 16px;
}
.acsclright {
	text-align: right;
}
.acsclright li {
	display: inline-block;
	margin:	0;
}
.acsclright li a {
	background: #669acc;
	width: 35px;
	height: 35px;
	display: block;
	font-size: 20px;
	line-height: 35px;
	margin: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
}

/**** End Css of Myaccount Newtop Content (Static Block) **/

/******** Test ***************/