﻿body {
}

.popupbox {
	background-color: #fff; height: 95px; padding: 13px 0 0 38px;
}

.popupbox h3 {
	font: bold 16px Arial, Helvetica, sans-serif; color: #242c5b;
	margin: 0 0 3px 0; padding: 0; width: 275px;
}

.popupbox p {
	font: normal 11px Arial, Helvetica, sans-serif; color: #000;
	margin: 0; padding: 0; width: 275px;
}

.popupbox p a:link, .popupbox p a:visited, .popupbox p a:active {
	font: normal 11px Arial, Helvetica, sans-serif; color: #000;
	text-decoration: none; line-height: 14px;
}

.popupbox p a:hover {
	color: #5c81a7; text-decoration: underline;
}


.rt_t {
    background: url('/images/hover_t.png') no-repeat 0 bottom;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hover_t.png', sizingMethod='scale');
    z-index: 7001;
}
.rt_r {
    background: url(/images/hover_r.png) left 0 no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hover_r.png', sizingMethod='scale');
    z-index: 7001;
}
.rt_l {
    background: url(/images/hover_l.png) right 0 no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hover_l.png', sizingMethod='scale');
    z-index: 7001;
}
.rt_b {
    background: url(/images/hover_b.png) 0 top no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hover_b.png', sizingMethod='scale');
    z-index: 7001;
}
.rt_l2
{
    background: url(/images/hover_l2.png) no-repeat right 0;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hover_l2.png', sizingMethod='scale');
    z-index: 7001;
}
.rt_r2
{
    background: url(/images/hover_r2.png) no-repeat left 0;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hover_r2.png', sizingMethod='scale');
    z-index: 7001;
}


