
#popupmsg{	color:#B63805;	font-family:tahoma;	font-size:14px;	margin:0 auto;	width:800px;}
#popupmsg a{	cursor:pointer;	font-size:15px;	font-weight:bold;	text-decoration:underline;}
.box {    background-color: #ffe1e1;    color: #B63805;    left: 100%;	text-align:left;    padding: 20px;    position: fixed;    right: 30%;    top: 35%;    width: 555px;    z-index: 101;	border:5px solid#B63805;	border-radius:10px;	-moz-border-radius:10px;	font-family:arial;	font-size:12px;	font-weight:bold;	line-height:20px;}
.popupoverlay {	 background: #000000;    bottom: 0;    left: 0;    position: fixed;    right: 0;    top: 0;    z-index: 100;	opacity:0.5;	display:none;}
#content img{padding-right:15px;}
a.boxclose {    background: url("/img/popup_close.png") repeat scroll left top transparent;    cursor: pointer;    float: right;    height: 48px;    left: 50px;    position: relative;    top: -51px;    width: 48px;}