﻿@charset "utf-8";
/* CSS Document */

#flash{
	z-index: 0;
}

#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	background-color: #fff;
	filter:alpha(opacity=70);
	opacity:0.8;
	padding-bottom:1427px\9; /* IE8 and below */
	z-index: 199;
}

#medwin{
	display: none;
	height:240px;
	width:100%;
	position: absolute;
	top:20%;
	left:0;
	z-index: 200;
	filter:alpha(opacity=90);
	opacity:0.9;
	text-align:center;
	font-size:0.8em;
}

#medwin table {
	margin:0 auto;
	border:solid 1px #CCC;
	background-color:#FFF;
	width:400px;
	
}

div#medwin table td img{
	vertical-align:top;
}

div#medwin table td.med_what{
	height:43px;
	padding-top:20px;
}

div#medwin table td.med_btn{
	height:90px;
	padding:20px 0 15px;
}

div#medwin table td.med_txt{
	font-size:14px;
	padding:0 15px 15px;
	color:#333;
	line-height:1.6;
}