@font-face {
				/* This declaration targets Internet Explorer */
				font-family: 'MyriadProSemiboldCondensed';
				src: url('myriadpro-semiboldcond-webfont.eot');
			}

			@font-face {
				/* This declaration targets everything else */
				font-family: 'MyriadProSemiboldCondensed';
				src: url(//:) format('no404'), url('myriadpro-semiboldcond-webfont.woff') format('woff'), url('myriadpro-semiboldcond-webfont.ttf') format('truetype'), url('myriadpro-semiboldcond-webfont.svg#MyriadProSemiboldCondensed') format('svg');
				font-weight: bold;
				font-style: normal;
			}

			/* crossbrouser corners with border */

			.bnr_corners {
				  background: url(bg_bnr.gif) bottom left repeat-x #fff;
				  border: 1px solid #b1c9e0;
				  width:405px;
				  margin:10px;
			}
			.bnr_corners div {
				  background: url(t-l.gif) top left no-repeat;
				  position: relative;
				  margin: -1px; /* значение указываем равным толщине рамки */
			}
			.bnr_corners div div {
				  background: url(t-r.gif) top right no-repeat;
				  margin: 0px;
			}
			.bnr_corners div div div {
				  background: url(b-r.gif) bottom right no-repeat;
			}
			.bnr_corners div div div div {
				  background: url(b-l.gif) bottom left no-repeat;
				  padding:5px 5px 15px 20px;
			}
			.bnr_corners h1 {
				color: #0152A7;
				font-family: MyriadProSemiboldCondensed;
				font-size: 18px;
				font-weight: bold;
				margin: 0;
				padding: 0;
				text-transform: uppercase;
			}
			.bnr_corners p{
				padding:0;
				margin:0;
				font:11px/12px Tahoma
			}
			.bnr_corners a{
				color: #444;
				font: bold 11px/12px Tahoma;
			}