@charset "utf-8";
/*
	@Description: insure-alert Style
	@Author: zhangkaili 2012.06.06
	@update: zhangkaili 2012.11.01 修改了alert-detail的padding-left从20到30;
*/

.alert-main{ width:528px; border:1px solid #c8c8c8; background-color:#fff; margin:20px;filter:progid:DXImageTransform.Microsoft.Shadow(color="#999999",direction=120,strength=4);
-moz-box-shadow:0 0 10px #999;-webkit-box-shadow: 0 0 10px #999;box-shadow:0 0 10px #999;}
.aler-title{ background:url(/mice/insalert/alerttitle-bg.png) left top repeat-x; border-bottom:1px solid #c8c8c8; height:41px; position:relative;}
.alert-cont{padding:10px 0;}
.alert-name{padding-left:10px;  height:41px; font-size:16px; font-weight:bold; line-height:41px; }
.close-insalert{ width:44px; height:41px; position:absolute; right:0; top:0; cursor:pointer;}
.alert-img{ display:block; padding:19px 0 15px 36px;}
.alert-detail{ padding-top:20px; padding-left:30px; font-size:14px;}
.alert-detail p{margin:0 0 10px;width:400px;}
.alert-detail a{ color:#e9481e; text-decoration:underline; padding:0 3px;}