@font-face {
font-family: 'OpenSans';
	src: 	url('../fonts/opensans-regular.eot');
	src: 	url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/opensans-regular.woff') format('woff'),
			url('../fonts/opensans-regular.ttf') format('truetype'),
			url('../fonts/opensans-regular.svg#opensans-regular') format('svg');
		font-weight: normal;
		font-style: normal;
		}
		
.container_warning 				{ width: 100%; 
								  position: fixed; 
								  top: 0; 
								  left: 0; 
								  min-height: 56px; 
								  border-top:1px solid #ededed; 
								  z-index: 1000000; 
								  background-image:url(../images/bg_btm.png); 
								  background-repeat:repeat-x; 
								  background-position:0 bottom;   
								  direction: ltr; 
								  padding: 5px 0 0 0;
								}
.container_warning .wrap_message { width:1000px; margin:0 auto; min-height: 50px;}

.container_warning .ie, 
.container_warning .ff, 
.container_warning .ch, 
.container_warning .sfr, 
.container_warning .opr { display: block; float: left; height: 32px; padding: 8px 0 0 10px; width: 32px;}

.container_warning .icon-br 				{float:left; margin: 0 0 0 10px;}
.container_warning .text_container_br 	{text-align: center; float: left; width: 755px; margin: 12px 0 0 0; font-family:Arial; font-weight:bold; }
.container_warning .close-br 			{
										 background:url(../images/close.png) no-repeat 0 0 transparent; 
										 width:10px; 
										 height:9px; 
										 float:left; 
										 display:block; 
										 opacity:0.5; 
										 margin: 16px 0 0 8px;
										 cursor:pointer; 
										 }
.container_warning .close-br:hover 		{opacity:1}

.container_warning .ie 	{background:url(../images/browsers/ie.png) 		no-repeat 0 center transparent}
.container_warning .ff 	{background:url(../images/browsers/ff.png) 		no-repeat 0 center transparent}
.container_warning .ch 	{background:url(../images/browsers/chrome.png) 	no-repeat 0 center transparent}
.container_warning .sfr 	{background:url(../images/browsers/safari.png) 	no-repeat 0 center transparent}
.container_warning .opr 	{background:url(../images/browsers/opera.png) 	no-repeat 0 center transparent}