﻿/*AJAX-请求的图片哈*/
#overlay {background-image:url(transparent.png);height:536px;overflow:hidden;width:800px;padding:20px; display:none;}
div.overlayTool{height:38px}
    .oTitle{ height:38px; float:left; margin-left:10px;}
	.oTitle h3{font-size:26px;line-height:28px;padding:5px 0px; margin:0px;}
	.oLink{float:right; height:38px; margin-right:30px;}
	.oLink a{display:inline-block; font-size:14px; float:left;line-height:30px;padding-left:10px;color:#c3c4c0; padding-right:10px;}
	.oLink a:hover{color:#3fa9f5}
div.contentWrap{height:450px;overflow-y:auto;width:790px;background:#f5f5f5;margin-top:15px;border-radius:5px;overflow:hidden; padding:5px; text-align:center; vertical-align:middle;}

.close {background-image:url(close.png);position:absolute;right:10px;top:10px;cursor:pointer;height:50px;width:50px}
	.close:hover{background-position:0 -50px}