/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #FFF url(/img/bg-body.png) repeat-x;
	color: #5C5F63;
}
p, li, td {
	font-size: 13px;
}
td p {
	font-size: 1em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.8em;
	color: #0099CC;
	border-bottom: 1px dotted #9BD9F0;
	margin-bottom: 1em;
	width: 100%;
}
h4 {
	font-size: 15px;
	color: #0099CC;
	border-bottom: 1px dotted #9BD9F0;
}
.green-theme h3,
.green-theme h4 { color: #5AA600; border-bottom: 1px dotted #CEEF66; }
.yellow-theme h3,
.yellow-theme h4 { color: #F19300; border-bottom: 1px dotted #FFC673; }
.red-theme h3,
.red-theme h4 { color: #E02600; border-bottom: 1px dotted #FF8066; }
.AM-dark-blue-theme h3,
.AM-dark-blue-theme h4 { color: #07317B; border-bottom: 1px dotted #5771FB; }

#SideColumn h3,
#SideColumn h4,
#LocalNavigation h3,
#LocalNavigation h4 {	border-bottom: none }

a {
	color: #484848;
}
a:hover {
	text-decoration: none;
	color: #009dd9;
}
img {
	border: none;
}
.spacer {
	clear: both;
}
#Wrapper {
	width: 980px;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -170px; 
}
.push {
	height: 190px;
}
#Header {
	overflow: hidden;
	min-height: 107px;
	padding: 10px 0 0 0;
	_height: 107px;
}
#Header h1 {
	margin: 0 0;
	padding: 0;
	background: url(/img/logo-bg-hat.gif) no-repeat;
	text-indent: -1000em;
	width: 251px;
	height: 74px;
	float: left;
}
#Header h1 a {
	display: block;
	height: 74px;
}
#ServiceMenu {
	float: right;
	text-align: right;
	width: 720px;
}
#ServiceMenu p,
#ServiceMenu span {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #79D9FE;
	display: inline;
}
#ServiceMenu span a {
	color: #79D9FE;
}
.search {
	margin: 8px 0 7px 0;
	padding: 0;
	width: 308px;
	float: right;
	clear: left;
}
.search .text {
	width: 244px;
	font: 10px arial, sans-serif;
	line-height: 21px;
	background: url(/img/bg-search.png) no-repeat;
	border: none;
	padding: 5px 20px;
	float: left;
	height: 21px;
	color: #00ADEF;
}
.search .submit {
	width: 24px;
	height: 31px;
	border: none;
	background: url(/img/bg-search-button.png) no-repeat;
	float: left;
	text-indent: -1000em;
	line-height: 1;
}
#GlobalMenu {
	float: right;
	background: url(/img/bg-main-menu.png) repeat-x;
	margin: -45px 0 0 0;
}
#GlobalMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/img/bg-main-menu-right.gif) right top no-repeat;
	*overflow: auto;
}
#GlobalMenu ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#GlobalMenu li {
	float: left;
	font-weight: bold;
	position: relative;
	z-index: 998;
	height: 45px;
	font-size: 13px;
	line-height: 45px;
}
#GlobalMenu li span {
	display: block;
	padding: 0 18px;
	_padding: 13px 18px 9px;
	border-right: 1px solid #1C4E62;
}
#GlobalMenu li span.first {
	background: url(/img/bg-main-menu-first.gif) no-repeat left top;
}
#GlobalMenu li span.last {
	_background: url(/img/bg-main-menu-right.gif) right top no-repeat;
	border-right: none;
}
#GlobalMenu li span img {
	vertical-align: middle;
	margin: 0 0 0 14px;
}
#GlobalMenu a {
	color: #fff;
	text-decoration: none;
}
#GlobalMenu a:hover {
	text-decoration: underline;
}
#GlobalMenu li.active {
	background: url(/img/bg-main-menu-active.png) repeat-x;
}
#GlobalMenu li.active span.first {
	background: url(/img/bg-main-menu-active-first.gif) no-repeat left top;
}
#GlobalMenu li.active span.last {
	background: url(/img/bg-main-menu-active-last.gif) no-repeat right top;
}
#GlobalMenu li div.submenu {
	background: url(/img/bg-global-menu-bot.gif) no-repeat left bottom;
	z-index: 1000;
	position: absolute;
	top: 45px;
	left: 0;
	width: 233px;
	padding: 0 0 5px;
	border-top: none;
	border-lefT: none;
	font-size: 11px;
	line-height: normal;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
#GlobalMenu li div div {
	background: #0889CF url(/img/bg-global-menu.jpg) repeat-x;
	width: 183px;
	padding: 10px 25px;
}
#GlobalMenu li div a {
	display: block;
	margin: 7px 5px;
}
#GlobalMenu li div a:hover {
	text-decoration: underline;
}
#Content {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 21px 0 30px 0;
}
#Footer {
	padding: 20px 0 0 0;
	clear: both;
	background: #A5A5A5 url(/img/bg-footer.png) repeat-x;
	height: 170px;
	text-align: center;
}
#Footer p {
	margin: 0 0 10px; 
	padding: 0;
	color: #79D9FE;
	font-size: 12px;
}
#Footer a {
	color: #fff;
}
#Footer p.copyright {
	color: #737373;
}

.page #Body {
	width: 530px;
}
.section-page #Body {
	width: 770px;
}
#Sidebar {
	width: 230px;
	float: right;
}
.page #Sidebar {
	margin: 70px 0 0;
}

.section {
	width: 230px;
	float: left;
	margin: 0 10px 10px 0;
}
.section-page .section {
	margin: 0 20px 10px 0;
}
.section ul {
	list-style: square;
	margin: 0 0 0 17px;
	padding: 0;
}
.banner a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
}
.col-3 .banner {
	width: 230px;
	float: left;
}
.col-2 .banner {
	width: 350px;
	float: left;
}
.promo-image {
	background: #f5f5f5;
	padding: 15px;
	font-size: 30px;
	color: #ccc;
	height: 70px;
	margin: 0 0 10px 0;
}
.breadcrumb {
	margin: 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #999;
}
.breadcrumb a {
	color: #777;
}
.page-title {
	margin: 0 0 1em;
	padding: 0;
}
.page-title p,
.page-title h2 {
	margin: 0;
	padding: 0;
}
.page-title h2 {
	font-size: 24px;
	color: #000;
	margin-bottom: 1em;
}
.page-title h2 span {
	font-size: 11px;
	vertical-align: super;
}
.page-title a {
	color: #898B8F;
	text-decoration: none;
}
.page-title p {
	color: #9DE4FF;
	font-size: 10px;
	margin: 0 0 5px 0;
}
.page #Body h4 {
	margin-left: -10px;
	border-bottom: 1px solid #999;
}
.block,
.block-faq {
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}
.grid-3 {
	margin: 10px 0;
}
.grid-3 .block {
	width: 223px;
	float: left;
	margin: 0 10px 10px 0;
	min-height: 100px;
}
img.left {
	float: left;
	margin: 10px 10px 10px 0;
}
.listing-articles {
	margin: 0;
	padding: 0;
	list-style: none;
}
#Body .listing-articles h4 {
	border-bottom: none;
	padding: 0;
	margin: 0 0 0 100px;
}
.listing-articles .news-picture {
	float: left;
	margin: 10px 10px 0 0;
	display: block;
	border: 1px solid #ccc;
	
	padding: 5px;
}
.listing-articles li {
	margin: 0 0 1em;
	clear: both;
	height: 100px;
	overflow: hidden;
}
.listing-articles span.description {
	margin: 0 0 0 100px;
	display: block;
}
#Preview {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  padding: 4px;
  font-size: 11px;
  color: #FFF;
  filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
#Preview a {
  color: #DDD;
}

.tabs {
    margin: 0;
    padding: 0;
	 border-spacing: 0;
	 border-collapse: collapse;
	 width: 100%;
}
.tabs td {
	background: url(/img/bg-tabs.gif) bottom repeat-x;
	padding: 0 0 13px 0;
	vertical-align: bottom;
	font-size: 12px;
}
.tabs span {
	display: block;
	padding: 0 4px 0 0;
	background: url(/img/bg-tabs-right.png) right top no-repeat;
	border-right: 1px solid #fff; 
}
.tabs .active span {
	background: url(/img/bg-tabs-active-right.png) right top no-repeat;
}
.tabs a {
    display: block;
    padding: 5px 5px 5px 9px;
    color: #75787C;
    text-decoration: none;
    outline: 0; /* prevent dotted border in Firefox */
	 background: #E5E5E5 url(/img/bg-tabs-left.png) left top no-repeat;
	 min-height: 28px;
	 _height: 28px;
	 vertical-align: bottom;
	 line-height: 100%;
}
.tabs a:hover {
	color: #000;
}
.tabs .active {
	background: url(/img/bg-tabs-active-bottom.gif) center bottom repeat-x;
}
.tabs .active a {
	background: #0898F0 url(/img/bg-tabs-active-left.png) no-repeat left top;
	padding: 15px 5px 5px 9px;
	color: #fff;
}
.tabs .active a:hover {
	color: #fff;
}
.green-theme .tabs .active a { background: #70CA01 url(/img/bg-tabs-active-left-green.png) left top no-repeat; }
.green-theme .tabs .active span { background: url(/img/bg-tabs-active-right-green.png) right top no-repeat; }

.yellow-theme .tabs .active a { background: #FFA017 url(/img/bg-tabs-active-left-yellow.png) left top no-repeat; }
.yellow-theme .tabs .active span { background: url(/img/bg-tabs-active-right-yellow.png) right top no-repeat; }

.red-theme .tabs .active a { background: #FFA017 url(/img/bg-tabs-active-left-red.png) left top no-repeat; }
.red-theme .tabs .active span { background: url(/img/bg-tabs-active-right-red.png) right top no-repeat; }

.AM-dark-blue-theme .tabs .active a { background: #0578F0 url(/img/bg-tabs-active-left-AM-dark-blue.png) left top no-repeat; }
.AM-dark-blue-theme .tabs .active span { background: url(/img/bg-tabs-active-right-AM-dark-blue.png) right top no-repeat; }

.WidgetPromotion img,
.WidgetImage img {
	display: block;
}

#SideColumn .WidgetFaq,
#SideColumn .WidgetText,
#SideColumn .WidgetNews,
#SideColumn .WidgetImage,
#SideColumn .WidgetImageText,
#SideColumn .WidgetPromotion,
#SideColumn .WidgetFlash,
#SideColumn .WidgetFlashText {
	background: url(/img/bg-sidebar-block-bot.gif) bottom no-repeat;
	padding: 0 0 5px 0;
	margin: 0 0 14px 0;
}
#SideColumn h4 {
	margin: 10px 10px 10px 14px;
	padding: 0;
	font-size: 14px;
}
#SideColumn p {
	margin: 1em 14px;
	line-height: 1.2;
	font-size: 12px;
	color: #484848;
}
#SideColumn ul {
	margin: 1em 10px 1em 25px;
	padding: 0;
	list-style-image: url(/img/arrow1.gif);
}
#SideColumn li {
	font-size: 12px;
}
.green-theme #SideColumn ul {	list-style-image: url(/img/arrow-green.gif); }
.yellow-theme #SideColumn ul { list-style-image: url(/img/arrow-yellow.gif); }
.red-theme #SideColumn ul { list-style-image: url(/img/arrow-red.gif); }
.AM-dark-blue-theme #SideColumn ul { list-style-image: url(/img/arrow-AM-dark-blue.gif); }

#SideColumn .middle {
	background: url(/img/bg-sidebar-block-mid.gif) repeat-y;
	padding: 0 0 1px 0;
}
#SideColumn .top {
	background: url(/img/bg-sidebar-block-top.gif) top no-repeat;
	padding: 6px 5px 0;
}

.WidgetNews .image {
	width: 184px;
	float: left;
	min-height: 80px;
	_height: 80px;
}
.WidgetNews h5.big {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 184px;
}
.WidgetNews .date {
	color: #999;
	font-size: 11px;
	padding: 0;
	margin: 0 0 15px;
}
.WidgetNews .date-big {
	padding: 0 0 1em;
	margin-left: 184px;
}
.WidgetNews .announce {
	margin: 0 0 0 184px;
	font-size: 13px;
	color: #5C5F63;
	line-height: 1.3;
}
.WIdgetNews .announce p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.WidgetNews h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px;
}
#SideColumn .WidgetNews h5 {
	margin: 0 10px 5px;
}
#SideColumn .WidgetNews .date {
	color: #999;
	font-size: 10px;
	margin: 0 10px 5px;
}
#SideColumn .WidgetFaq h4 {
	background: url(/img/bg-faq-widget.jpg) 115px 0 no-repeat;
	margin: 0;
	padding: 15px 80px 10px 10px;
}
#SideColumn .WidgetText .useful-advice-header {
	background: url(/img/bg-useful-advice.jpg) 139px 1px no-repeat;
	margin: 0;
	padding: 15px 80px 24px 14px;
}
#SideColumn .WidgetText .envelope-header {
	background: url(/img/bg-envelope.jpg) 129px 2px no-repeat;
	margin: 0;
	padding: 15px 80px 24px 10px;
}
#SideColumn .WidgetText .phone-header {
	background: url(/img/bg-phone.jpg) 143px 1px no-repeat;
	margin: 0;
	padding: 15px 80px 24px 10px;
}

.WidgetFile {
	background: #FAF9F9 url(/img/bg-file-download.png) repeat-x;
	font-size: 12px;
	padding: 10px;
	min-height: 40px;
	_height: 40px;
	clear: both;
}
.WidgetFile img {
	float: left;
	margin: 10px 10px 0 0;
}
.WidgetFile div {
	margin: 20px 0 0 45px;
	line-height: 1.2;
}
.WidgetFile .title {
	font-weight: bold;
}
/*
.WidgetText table {
	border-collapse: collapse;
	border-spacing: 0;
} */
.WidgetText td {
	font-size: 13px;
	padding: 5px;
	vertical-align: top;
	color: #5C5F63;
}
.WidgetText td p {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0;
}
#WidgetText p {
	color: #5C5F63;
}
.WidgetFaq ul, 
.WidgetText ul { list-style-image: url(/img/dot-blue.gif); }
.green-theme .WidgetFaq ul,
.green-theme .WidgetText ul { list-style-image: url(/img/dot-green.gif); }
.yellow-theme .WidgetFaq ul,
.yellow-theme .WidgetText ul { list-style-image: url(/img/dot-yellow.gif); }
.red-theme .WidgetFaq ul,
.red-theme .WidgetText ul { list-style-image: url(/img/dot-red.gif); }
.AM-dark-blue-theme .WidgetFaq ul,
.AM-dark-blue-theme .WidgetText ul { list-style-image: url(/img/dot-AM-dark-blue.gif); }

.WidgetSitemap {
	font-size: 12px;
}
.WidgetSitemap .level1 {
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
	font-weight: bold;
	margin: 0;
}
.WidgetSitemap .level2 {
	font-size: 14px;
	margin: 0 0 3px 20px;
}
.WidgetSitemap .level3 { font-size: 13px; margin: 0 0 0 40px; }
.WidgetSitemap .level4 { margin: 0 0 0 60px; }
.WidgetSitemap .level5 { margin: 0 0 0 80px; }



.blue-skin .top {
	background: #D5EAF0 url(/img/bg-block-blue.png) repeat-x;
}

.example1 {
	background: red;
}
.data-table {
	border-spacing: 0;
	border-collapse: collapse;
}
.data-table td {
	border: 3px solid #fff;
	padding: 3px 5px;
}
.data-table th {
	background: #E9F5FB;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: bold;
	border: 3px solid #fff;
	vertical-align: top;
	text-align: left;
}
.data-table .alternate td {
	background: #F1F3F4;
}
#SideColumn .WidgetFaq li { background: url(/img/bg-widget-faq-li-dotted-blue.gif) left bottom no-repeat;
	padding: 0 0 4px 0;
}
.green-theme #SideColumn .WidgetFaq li {	background: url(/img/bg-widget-faq-li-dotted-green.gif) left bottom no-repeat; }
.yellow-theme #SideColumn .WidgetFaq li {	background: url(/img/bg-widget-faq-li-dotted-yellow.gif) left bottom no-repeat; }
.red-theme #SideColumn .WidgetFaq li {	background: url(/img/bg-widget-faq-li-dotted-red.gif) left bottom no-repeat; }
.AM-dark-blue-theme #SideColumn .WidgetFaq li {	background: url(/img/bg-widget-faq-li-dotted-AM-dark-blue.gif) left bottom no-repeat; }


/* News */
.news-date {
	color: #999;
	border-bottom: 1px dotted #9BD9F0;
	font-size: 13px;
	padding: 1em 0;
}
.news-text {
	border-bottom: 1px dotted #9BD9F0;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.news-text p {
	color: #5C5F63;
	font-size: 13px;
}

.float-left {
	margin: 0 10px 10px 0;
	float: left;
}
.float-right {
	float: right;
	margin: 0 0 10px 10px;
}

.WidgetText ul.bulleted-list-of-links {
	margin: auto 15px;
	padding: 0;
	list-style-image: url(/img/arrow1.gif);
}

.efibank-holder {
	overflow: hidden;
	width: 100%;
	background: #F9F9F8 url(/img/bg-efibank-banner.png) repeat-x;
	padding: 10px 0;
}
.efibank-holder .text {
	float: left;
	margin: 10px 0 10px 10px;
	width: 100px;
	_display: inline;
}
.efibank-holder .announce {
	font-size: 11px;
	color: #797C80;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.efibank-holder .link {
	font-size: 18px;
	font-weight: bold;
}
.efibank-holder .image {
	float: right;
	margin: 9px 17px 0 0;
	_display: inline;
	_margin: 9px 7px 0 0;
	width: 84px;
}

/* ������� ������� ������� */
.rates-table-bot {
	background: url(/img/bg-rates-bot.gif) bottom no-repeat;
	padding: 0 0 7px 0;
	overflow: auto;
}
.rates-table-mid {
	background: url(/img/bg-rates-mid.gif) repeat-y;
}
.rates-table-top {
	padding: 7px;
	background: url(/img/bg-rates-top.gif) no-repeat;
}
.rates-table-bot table {
	width: 100%;
}
.rates-table-bot table img {
	vertical-align: middle;
}

.form {
	margin: 50px;
}
.form .property {
	border-bottom: 1px dotted #9BD8EF;
	padding: 5px 0;
	font-size: 13px;
	overflow: hidden;
	width: 100%;
}
.form label {
	float: left;
	width: 120px;
	text-align: right;
}
.form .value {
	margin: 0 0 0 130px;
	display: block;
}
.form .value input[type="text"],
.form .value textarea,
.form .value select {
	border: 1px solid #A5ACB2;
	font: 12px tahoma, sans-serif;
	padding: 2px;
	width: 300px;
}
.form .value textarea {
	width: 400px;
	height: 150px
}
.form .hint {
	font-size: 11px;
	color: #999;
	display: block;
}
.form .actions {
	padding: 10px 0;
	margin: 0 0 0 135px;
}
.form .actions .submit,  .form .actions .back{
	border: none;
	color: #fff;
	font-weight: bold;
	background: url(/img/but-submit.jpg) no-repeat;
	width: 175px;
	height: 51px;
}
.form .actions .back{
	background: url(/img/but-back.jpg) no-repeat;
}
.green-theme .form .actions .submit { background: url(/img/but-submit.jpg) no-repeat; }
.yellow-theme .form .actions .submit { background: url(/img/but-submit.jpg) no-repeat; }
.red-theme .form .actions .submit { background: url(/img/but-submit.jpg) no-repeat; }
.AM-dark-blue-theme .form .actions .submit { background: url(/img/but-submit.jpg) no-repeat; }

.pagination {
	font-size: 14px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
.pagination td {
	color: #0069AF;
	font-weight: bold;
}
.pagination td a {
	font-weight: normal;
}
.pagination td strong a {
	font-weight: bold;
	font-size: 15px;
}

.currency-roller {
	
}
#CrrPlaceholder{
	position: relative;
	left: 14px;
	height: 51px;
	width: 697px;
	background: url(/img/bg-rates-scroller.jpg) no-repeat;
}
#CrrRoller {
	position: absolute;
	overflow: hidden;
	width: 668px;
	height: 40px;
	left: 5px;
	top: 5px;
}
div.CurrencyHolder {
	position: absolute;
	left: 0px;
	height: 20px;
	top: 8px;
}
.CrrDetails{
	font-size: 10pt;
	height: 20px;
}
.CrrDetails tr{
	height: 20px;
}
.CrrDetails td{
	height: 20px;
	width: 114px;
	font-size: 12px;
}
.CrrDetails td strong {
	font-weight: normal;
	color: #009DD9;
}
img.crr_arrow{
	vertical-align: middle;
	margin: 0 0 0 5px;
}
img.crr_buttons{
	position: absolute;
}

.block-call-center {
	width: 100%;
	height: 145px;
	background: url(/img/bg-call-center.jpg) no-repeat;
}
.block-call-center .description {
	font-size: 13px;
	padding: 30px 80px 6px 14px;
	font-weight: bold;
	color: #0099CC;
	line-height: 1.1
}
.block-call-center .number {
	font-size: 18px;
	margin: 0 40px 12px 2px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.block-call-center .note {
	font-size: 10px;
	color: #989A9D;
	margin: 0 60px 0 15px;
	line-height: 1.1
}
.green-theme .block-call-center .description { color: #5AA600; }
.yellow-theme .block-call-center .description { color: #DC8702; }
.red-theme .block-call-center .description { color: #E02600; }
.AM-dark-blue-theme .block-call-center .description { color: #07317B; }

.blue-bold-text {	color: #0099CC; font-weight: bold; }
.green-bold-text { color: #5AA600; font-weight: bold; }
.yellow-bold-text { color: #DC8702; font-weight: bold;} 
.red-bold-text { color: #E02600; font-weight: bold; }
.AM-dark-blue-bold-text { color: #07317B; font-weight: bold; }

#SideColumn .blue-bold-text {	color: #0099CC; font-weight: bold; }
#SideColumn .green-bold-text { color: #5AA600; font-weight: bold; }
#SideColumn .yellow-bold-text { color: #DC8702; font-weight: bold; }
#SideColumn .red-bold-text { color: #E02600; font-weight: bold; }
#SideColumn .AM-dark-blue-bold-text { color: #07317B; font-weight: bold; }

.product-promotion {
	background: #D5EAF0 url(/img/bg-product-promotion-block.jpg) repeat-x;
	padding: 10px 2px 15px 10px;
}
.product-promotion .image {
	float: right;
	margin: 10px 0 0;
	_display: inline;
}
.product-promotion .name {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 10px;
}
.product-promotion .description {
	font-size: 11px;
	color: #0099CC;
	line-height: 1.2
}

/* ================================================================================= */
/* Webmasters class definitions */
/* ================================================================================= */
.section_bot{
	width: 492px;
	padding-bottom: 7px;
	background: url('/img/section-bot.gif') no-repeat left bottom ;
}
.section_mid{
	background: url('/img/section-mid.gif') repeat-y;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
	width: 478px;
}
.section_top{
	padding-top: 7px;
	background: url('/img/section-top.gif') no-repeat left top;
}
/* hint messages */
div.msg{
	position: absolute;
	z-index: 50;
	border: 1px solid black;
	color: white;
	font-size: 11px;
	padding: 1px 3px 1px 3px;
	cursor: default;
}
div.err{
	background: rgb(255, 80, 80);		
	color: white;
}
div.hint{
	background: rgb(255, 255, 200);
	color: black;
}

div.msg ul, div.msg ol{
	font-size: 11px;
	margin: 2px 0px 2px 1px;
	padding-left: 15px;
	*padding-left: 20px;
}

 div.msg li{
 	margin-left: 2px;
 	font-size: 11px;
 }
