@charset "utf-8";
/*****************************************************************
** Copyright © 南京奥派信息产业股份公司研发部
** 创建人:     李秋花
** 创建日期:    2012年3月20日
** 描 述:      子样式
** 修改人:      
** 修改日期:    
** 修改说明:
**-----------------------------------------------------------------
******************************************************************/

@import "global.css";
	
/*
弹出层
*/
.popDiv { position:absolute; width:820px; height:550px; margin:0 auto; top:50%; left:50%; margin-top:-282px; margin-left:-417px; background:url(../image/common/popBg.png) repeat; padding:7px;}
.popCon { height:471px; background:#fff;}
.popB { background:url(../image/common/popBBg.jpg) 0 0 repeat-x; height:79px;}
.popClose { width:31px; height:31px; background:url(../image/common/popClose.png) no-repeat; position:absolute; top:-10px; right:-10px;}
	.popClose a { width:31px; height:31px; text-indent:-9999px; overflow:hidden; display:block;}
	
/*
账号申请
*/
.applyAccountImg { background:url(../image/common/applyImg.png) right bottom no-repeat; width:305px; height:75px; padding:24px 0 0 40px; clear:both;}
.applyAccountForm { padding:20px 0 0 60px; float:left;}
.applyAccountForm li { margin-bottom:10px; width:256px;}
.applyTextBg { background:url(../image/common/applyTextBg.gif) no-repeat; width:240px; height:39px; padding:3px 8px; display:block;}
	.applyText { border:0; background:none; line-height:39px; font-size:14px; width:240px; height:39px;}
	.applyAccountForm label { display:block; padding-bottom:5px; font-size:14px; padding-left:5px;}	
.applySystem { width:400px; float:right; padding:20px 48px 0 0;}
	.applySystemBox { width:390px; height:275px; background:url(../image/common/applySystem.gif) no-repeat; padding:10px 10px 0 0;}
	.applySystemT { font-size:14px; padding-bottom:5px;}
	.applySystemPro { padding:15px 0 0 18px;}
	.applySystemPro dt { font-size:14px; font-weight:700; padding-bottom:5px;}
	.applySystemPro dd { margin-bottom:8px;}
	.applySystemPro label { vertical-align:middle; padding-left:5px; vertical-align:-2px;}
	.applySystemBtn { background:url(../image/common/applyAccountBtn.png) no-repeat; width:182px; height:52px; float:right; margin:15px 40px 0 0;}
		.applySystemBtn a { width:182px; height:52px; display:block; text-indent:-9999px;}
	

