﻿/*弹出窗口*/
.alert{width:400px;position:absolute;left:50%;top:50%;height:250px;background:#fff;margin-left:-150px;display:none;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=8,color=#333333,Direction=135);border:1px solid #aaa}
	.alert .title{margin:1px;height:29px;line-height:29px;background:url(../img/alert_t.gif) repeat-x}
		.alert .t{height:29px;background:url(../img/alert_t.gif) no-repeat 0 bottom;text-align:right;padding:0 10px}
			.alert .title a{font-family:"黑体";font-size:16px;color:#333;font-weight:100;line-height:29px}
			.alert .title a:hover{color:#f00}
		.alert .r textarea{width:360px;height:140px;margin:15px;border:1px solid #ccc}
		.alert .b{text-align:center;font-size:12px}

.right-img {
cursor:url("/images/next.cur"), auto;
}
		
