.aboutPage .account .pushTop {
	height:38px;
	background:transparent url(/img/push/push-top-bg-grey.png) repeat-x;
}
* html .aboutPage .account .pushTop {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-top-bg-grey.png',sizingMethod='scale');
}

.aboutPage  .account .borderTpushl {
	height:38px;
	background:transparent url(/img/push/push-left-bg-grey.png) repeat-x;
}
* html .aboutPage  .account .borderTpushl { 
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-left-bg-grey.png',sizingMethod='crop');
}

.aboutPage  .account .borderTpushr {
	height:38px;
	background:transparent url(/img/push/push-right-bg-grey.png) repeat-x;
}
* html .aboutPage  .account .borderTpushr { 
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/push/push-right-bg-grey.png',sizingMethod='crop');
}
.aboutPage  .account .pushTop h2 {
	color:#fff;
	font-family:Arial, sans-serif; font-size:13px; font-weight:bold;
}

.pushMediumHeader .content {
	padding-top:10px;
}

.account {
	width:174px;
}
* html .account {
	padding-left:10px;
}
#js .account .content,#js .account .title {
	display:none;
}
.account .content img {
	float:left;
	margin:0 10px 10px 0 
}

.account .content p {
	color:#5a5a5a;
	font-size:11px;
	margin-bottom:15px;
}

.account .content dl {
	color:#5a5a5a;
	font-size:11px;
}
.account .content dl dt {
	color:#223f9a;
	font-family:Arial, sans-serif; font-size:12px; font-weight:bold;
}

.account .content blockquote {
	clear:left;
}

