body#noie_body{
				margin:0;
				padding:0;
				font-family:Arial;
			}
		
			a.link_browser{
				color:#666;
				text-decoration:none;
				font-weight:bold;
			}
			
			.noie_container{
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:1500px;
				background-color:#ccc;
				z-index:2000;
			}
			
			.noie_msg{
				height:auto;
				background-color:#EBEBEB;
				color:red;
				margin-top:80px;
				box-shadow:2px 2px 2px #888;
				border:15px solid red;
			}
			
			.noie_msg_01{
				width:100%;
				background-color:#FFFFFF;
				border-bottom:1px solid #E4E4E4;
				color:#666;
				text-align:center;
				padding-top:35px;
				padding-bottom:15px;
			}
			
			.noie_msg_02{
				width:100%;
				background-color:#F5F5F5;
				border-bottom:1px solid #DDDDDD;
				color:#666;
				font-size:20px;
				text-align:center;
				line-height:30px;
				padding:15px 0 15px 0 ;
			}
			
			.noie_msg_02 p{
				text-align:left;
				padding:15px;
			}
			
			.noie_browser{
				float:left;
				width:100%;
			}
			
			a.browser_chrome,a.browser_firefox,a.browser_safari,a.browser_ie{
				height:200px;
				display:block;
			}
			
			a.browser_chrome:hover,a.browser_firefox:hover,a.browser_safari:hover,a.browser_ie:hover{
				background-color:#F5F5F5;
			}
			
			a.browser_chrome{
				background:url(../img/browser_chrome.png) no-repeat center center;
			}
			
			a.browser_firefox{
				background:url(../img/browser_firefox.png) no-repeat center center;
			}
			
			a.browser_safari{
				background:url(../img/browser_safari.png) no-repeat center center;
			}
			
			a.browser_ie{
				background:url(../img/browser_ie.png) no-repeat center center;
			}
			.ie-danger {
				border:1px solid black;
				width:100%; 
				height:40px;
				background-color: #ffdc00;
				display:none;
				position:fixed;
				top:0;
				left:0;
				z-index:1052;
			}
			.ie-text {
				color:black;
				line-height: 40px;
				font-size:12px;
			}
			.close-ie-banner {
				line-height: 40px; 
				margin-right:30px;
			}