body {
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	background-color:#005c83;
	padding:0px;
	margin:0px;
	}
	
#mainwarper {
	/*//border:1px solid #356aa0;*/
	background-color:#FFFFFF;
	width:1000px;
	margin:0 auto;
	-webkit-box-shadow: 0px 5px 29px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 5px 29px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 5px 29px rgba(0, 0, 0, 0.5);
	overflow-y:auto;
	overflow-x:hidden;
	}
	
#header {
	width:998px;
	height:160px;
	background-image:url(images/headerbg.gif);
	background-repeat:no-repeat;
	padding-right:2px;
	}
	
#navigation {
	background-image:url(images/navibg.gif);
	background-repeat:repeat-x;
	height:35px;
	padding-top:0px;
	text-align: center;
	padding-left:9px;
	}
	
#flash {
	background-image:url(images/flashbg.gif);
	background-repeat:repeat-x;
	height:235px;
	}
	
#flash_small
{
	background-image:url(images/flashbg.gif);
	background-repeat:repeat-x;
	height:200px;
	}
	
#topnavi {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4b5557;
	width:450px;
	height:30px;
	float:right;
	padding-right:10px;
	padding-top:15px;
	text-align:right;
	}
	
#topnavi a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4b5557;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	}
	
#topnavi a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	}
	
#number {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2c3437;
	width:450px;
	height:20px;
	float:right;
	padding-right:15px;
	padding-top:0px;
	text-align:right;
	letter-spacing:-1px;
	}
#number2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#29166f;
	width:120px;
	height:43px;
	float:right;
	text-align:left;
	background-image:url(images/clock.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:7px 0px 0px 50px;
	}	
	
#logo {
	width:500px;
	float:left;
	height:160px;
	outline:none;
	}
	
#search {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:450px;
	height:30px;
	float:right;
	padding-right:15px;
	padding-top:10px;
	text-align:right;
	}							
	
#about {
	width:425px;
	height:257px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	}
	
#banner {
	width:525px;
	height:257px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	}

#banner_small 
{	
	width:1000px;
	height:200px;
	float:left;
}
		
.img {
	border:7px solid #e3e3e3;
	}
	
.img2 {
	border:1px solid #e6e7e8;
	padding:2px;
	}	
	
#leftbar {
	width:231px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFFFFF;
	}	
	
#rightbar {
	width:726px;
	height:auto;
	float:right;
	vertical-align:top;
	border-left:1px solid #CCCCCC;
	margin:0 auto;
	/*background-color:#FFFFFF;*/
}

#rightbar2 {
	width:997px;
	height:auto;
	float:right;
	vertical-align:top;
	border-left:1px solid #CCCCCC;
	margin:0 auto;
	/*background-color:#FFFFFF;*/
}

#conent_area 
{
	width:726px;
	float:right;
	vertical-align:top;
}
		
.redtab {
	width:216px;
	height:22px;
	background-image:url(images/tabbg1.gif);
	background-repeat:repeat-x;
	background-color:#272f32;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	color:#fff;
	margin-top:10px;
	border:1px #a20a02 solid;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	}

.bluetab {
	height:24px;
	background-color:#376ca2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	color:#FFFFFF;
	margin-top:8px;
	padding-top:4px;
	}	
	
.leftlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b6184;
	background-image:url(images/graytab.png);
	background-repeat:repeat-x;
	height:26px;
	margin-top:8px;
	padding-top:5px;
	text-indent:5px;
	}
	
.leftlink a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b6184;
	line-height:18px;
	text-decoration:none;
	}
	
.leftlink a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
	text-decoration:none;
	}		

.videolink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b6184;
	background-image:url(images/graytab.png);
	background-repeat:repeat-x;
	height:26px;
	margin-top:8px;
	padding-top:5px;
	text-indent:5px;
	}
	
.videolink a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3b6184;
	line-height:18px;
	text-decoration:none;
	}
	
.videolink a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:18px;
	text-decoration:none;
	}	


.redtabtest {
	width:216px;
	height:24px;
	background-color:#da251c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-top:8px;
	padding-left:10px;
	color:#FFFFFF;
	margin-top:10px;
	border:1px #da251c solid;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	}	
		
.whitetab {
	width:216px;
	height:35px;
	background-image:url(images/tabbg.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	border:1px #cccccc solid;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	}
	
.icon {
	padding-left:10px;
	width:30px;
	float:left;
	}
	
.txt {
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#293134;
	float:right;
	width:170px;
	}
	
.txt a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#293134;
	text-decoration:none;
	}
	
.txt a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#da251c;
	text-decoration:none;
	}
#graybg{
	float:left;height:auto;width:218px;margin-top:10px;margin-left:15px;
}		

.graytab {
	width:212px;
	height:28px;
	background-image:url(images/tabbg1.gif);
	background-repeat:repeat-x;
	padding-top:8px;
	padding-left:5px;
	text-indent:10px;
	/*text-indent:10px;*/
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius:5px;
		}
		
.tablink a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.tablink a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: underline;
	}		
	
.part {
	background-color:#e7eded;
	width:100%;
	height:100px;
	background-image:url(images/gray_bottom_03.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:3px;
	}		
ul.patient_text{
	list-style-image:url(images/red_arrow_07.jpg);
	line-height:24px;
	margin-left:-25px;
	font:normal 11px Arial;
	color:#272f32;
}


li.patient_text{
	list-style-type:none;
	list-style-position:inside;
}
.small_text{
	font:normal 11px Arial;
	color:#000000;
	text-align:left;
}			
#whitebox{
	float:left;
}
.graybox_text{
	background-image:url(images/redtab.gif);
	background-repeat:repeat-x;
	height:18px;
	font:normal 13px Arial;	
	color:#ffffff;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
}
.light_blue_text, .light_blue_text a{
	font:normal 12px Arial;
	color:#3b6184;
	text-align:justify;
	display:block;
	text-decoration:none;
}
.light_blue_text a:hover {
	font:normal 12px Arial;
	color:#000000;
	text-align:justify;
	background-color:#FAF5F5;
	text-decoration:none;
}
#content{
	/*margin:0 auto;*/
	/*height:auto;*/
	float:left;	
	background-color:#FFFFFF;
	border-bottom:1px solid #ccc;
	width:100%;
}
#footer{
	margin:0 auto;height:50px;float:left;width:100%;text-align:center;padding-top:10px; background-color:#fff;
}
.footer_text, .footer_text a{
	font:normal 12px Arial;
	color:#000000;
	text-decoration:none;
}
.footer_text a:hover{
	font:normal 12px Arial;
	color:#000000;
	text-decoration:underline;
}

.content_header
{
	width:706px;	
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#394244;
	padding-top:6px;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;

}


.content_header2
{
	width:960px;	
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#394244;
	padding-top:6px;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px solid #999999;
}

#content_box
{
	float:left;
	height:auto;
	width:697px;
	margin-top:10px;
	margin-left:15px;
}	

#content_box2
{
	float:left;
	height:auto;
	width:900px;
	margin-top:10px;
	margin-left:15px;
}	

.cntr_headertext
{
	width:688px;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	color:#da241b;
	padding-bottom:4px;
	margin-top:10px;
	margin-left:0px;
	border-bottom:10px solid  #F7F7F7;
}

.cntr_headertext2
{
	width:998px;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	color:#394244;
	padding-bottom:4px;
	margin-top:10px;
	margin-left:0px;
}	

.content_text
{
	font-family:Arial;
	font-size:12px;
	text-align:justify;
	color:#2b3336;
	margin-top:8px;
	margin-left:20px;
	margin-right:15px;
}

.content_text_header
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#da251c;
}

.content_text_red
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#da251c;
	text-decoration:underline;
}


.strip_title
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color: #CC0000;
	background-color:#e7eded;
	height:20px;
	padding-top:6px;
	padding-left:15px;
}

.strip_title2
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#0058B0;
	background-color:#e7eded;
	height:20px;
	padding-top:6px;
	padding-left:15px;
}


.blue_heading
{
	background-image:url(images/1_123.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#0058B0;
	text-align:justify;
}

.blue_text
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#0058B0;
	text-align:justify;
}
.red_text
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#c00;
	text-align:justify;
}
.blue_text2
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#0058B0;
	text-align:justify;
	padding-left:16px;
}
.blue_text2 small
{
	font-size:11px;
	font-weight:400;
	color:#000;
}
.sub_heading
{ 
	background-image:url(images/4.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:18px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#FF6F28;
}

.brd {
	border:1px solid #CCCCCC;
	padding:5px;
	background-color:#F4F4F4;
	}
	
.arrow {
	list-style:url(images/arrow.png);
	}
	
.anylink {
 font-family:Arial, Helvetica, sans-serif;
 color:#0099FF;
 font-size:12px;
 text-decoration:none;
 }
 
.anylink a {
 font-family:Arial, Helvetica, sans-serif;
 color:#0099FF;
 font-size:12px;
 text-decoration:none;
 }
 
.anylink a:hover {
 font-family:Arial, Helvetica, sans-serif;
 color:#000000;
 font-size:12px;
 text-decoration:underline;
 }
 .liwidth
 {
 	width:117px;
	float:left;
 }
 .clear
 {
 	clear:both;
	padding-top:10px;
 }
 
 .tpa-ttl
 { text-align:center;
	font-family:Arial;
	font-size:15px;
	width:314px;
	font-weight:bold;
	color:#fff;
	background-color:#4b80b6;
	padding:10px;
	
	-moz-border-radius:8px;
    -webkit-border-radius: 8px;
	   -o-border-radius:8px;
	   border-radius: 8px ;
   margin:10px auto  25px auto;

}

.tpa-img{
text-align:center;
width:220px;
height:180px;
border-bottom:dotted 1px #666;
border-right:dotted 1px #666;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#303030;
padding:5px;
}

.no-right-bdr{
border-right:none;
}

.no-bottm-bdr{
border-bottom:none;
}
 .titletext {
    border-bottom: 3px solid #F4F4F4;
    color: #25126C;
    float: left;
    font-family: Tahoma,Times,serif;
    font-size: 20px;
    font-weight: 400;
    padding: 3px 0;
    width: 100%;
	margin:0px;
}
.clears
{
	clear:both;
}
ul.client_list
{
	width:100%;
	float:left;
	list-style:none;
	margin-left:0px;
	padding:0px;
}
ul.client_list li
{
	margin:18px;
	width:155px;
	float:left;
	height:auto;
	text-align:center;
}
ul.client_list li img
{
	border:1px solid #BCBCBC;
	padding:5px;
}
ul.client_list li p
{
	width:100%;
	float:left;
	text-align:center;
	padding:0px;
	margin:5px 0px 0px;
} 
.divleft
{
	width:49%;
	float:left;
}
.divright
{
	width:49%;
	float:right;
}
.divsize
{
	width:32%;
	float:left;
	margin-right:15px;
}
@font-face {
 font-family: 'SegoeUISemibold';
 src: url('fonts/seguisb_0.eot');
 src: url('fonts/seguisb_0.eot') format('embedded-opentype'), url('fonts/seguisb_0.woff') format('woff'), url('fonts/seguisb_0.ttf') format('truetype'), url('fonts/seguisb_0.svg#SegoeUISemibold') format('svg');
}
.table_box {
	border: 1px solid #DEDEDE;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	margin:10px 0;
	float:left;
	width:99%;
	font-family: 'SegoeUISemibold';
}
.box-header {
	border:none;
	padding-top:5px;
	border-bottom: 1px solid #DEDEDE;
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	height:30px;
	margin-bottom: 0;
	font-weight:bold;
	font-size:16px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0 );
}
.box-header h3 {
	color: #CC0000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-indent:10px;
	margin:0px;
}
.box-header h4{
	color: #0058B0;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-indent:10px;
	margin:0px;
}
h3 {
	color: #e67200;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin:10px 0px 10px;
}
h5 {
	color: #0E0909;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	margin:10px 0px 10px;
	background:url(../images/bullet.png) no-repeat left 2px;
	text-indent:20px;
}
h5 small {
	font-size:14px;
	font-weight:400;
	color:#444;
}
.box-content {
	padding: 10px;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
}
.table th, .table td {
	padding: 5px;
	font-size:11px;
	line-height: 17px;
	border-top: 1px solid #dddddd;
	color:#444;
}
.table th, .table th a {
	font-weight: bold;
	font-size:16px;
	padding:10px 5px;
	color:#0058B0;
	text-align:left;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table-condensed th, .table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
 *border-collapse: collapsed;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th, .table-bordered td {
	border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}
.table-bordered tbody tr:nth-child(odd) td, .table-bordered tbody tr:nth-child(odd) th {
 background-color: #fff;
}
.table-bordered tbody tr:nth-child(2n+1) td, .table-bordered tbody tr:nth-child(2n+1) th {
 background-color: #F9F9F9;
}
.table-bordered tbody tr td.center {
	text-align:left;
	color:#444;
	font-size:13px;
	font-weight:400;
}
.table-bordered tbody tr td.center strong {
	font-size:13.2px;
	color:#0e0909;
}
.table-bordered tbody tr td.center b {
	font-size:13px;
	color:#c87b26;
}
table.left tbody tr td.center {
	text-align:left;
}
.table-bordered tbody tr td.left {
	text-align:left;
}
table.left tbody tr td.center strong {
	font-weight:700;
}
.table tbody tr:hover td, .table tbody tr:hover th {
	background-color: #f5f5f5;
}
.table_margin {
	margin:0px 10px;
}
.padding table.table th, .padding table.table td {
	padding:2px;
}
.stock_img {
	height: 155px;
	padding: 15px 25px 42px;
	width: 191px;
	background:url(../images/box_shedow.png) no-repeat;
	margin-top:20px;
}
.table-bordered tbody tr td.center a {
	color:#117d10;
}
.table-bordered tbody tr td.links a
{
	color:#444;
	font-size:12px;
}
.table-bordered tbody tr td.links
{
	font-size:11px;
}
.table-bordered tbody tr td.link a
{
	color:#444;
}
.table-bordered tbody tr td.links strong
{
	font-size:12px;
}
.table-bordered tbody tr td.univerciy
{
	font-size:14px;
	color:#0E0909;
}
.table-bordered tbody tr td.center a:hover {
	color:#c87b26;
}
.table-bordered tbody tr td.center a img {
	vertical-align:middle;
}
/*pop pup box  pop pup box    pop pup box    pop pup box    pop pup box    pop pup box    pop pup box    pop pup box  */
/*#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}

.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
height:450px !important;
}
.cnt223{
min-width: 600px;
width: 900px;
min-height: 450px;
margin: 50px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 10px;
border-radius: 5px;
position:relative;
z-index:99999;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
color: #555555;
text-align: justify;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
right: -18px;
position: absolute;
top: -15px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}*/
/*pop pup box  pop pup box    pop pup box    pop pup box    pop pup box    pop pup box    pop pup box    pop pup box  */