﻿.PopupShippingView
{
    overflow-y:scroll;
	padding: 5px;
	margin: 5px;
	color: Black;
	height:490px;
}

.PopupShippingView .title
{
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}

.PopupShippingView .name
{
	font-size: 12px;
	font-weight: bold;
}

.PopupShippingView .description
{
	font-size: 11px;
	font-style: italic;
}
