﻿/************************************************************

Copyright (C), 2007-2009, H3C Technologies Co., Limited.
FileName: Basic.css
Author:jaybird  Date:2007-8-14

Version: $1.0

Description: 

. html element style initialization
. standard html styles
. base structure styles
. footer styles  

History: 
<author> <time> <version > <desc>

David 96/10/12 1.0 build this moudle 

***********************************************************/

@charset "utf-8";
@import url(DateStyle.css);
@import url(document.css);
@import url(Global.css);
@import url(Forms.css);

/*=============在线申请=================*/
.applyonlinetitle{
	font-size:14px;
	font-weight:bold;
}
#tbOperation p{
	text-indent:2em;
	margin-bottom:10px;
}
fieldset { border:1px solid #CCCCCC;}
/*=====引导部分=====*/
.line{
	height:10px;
	line-height:1px;
	background:url(../../Image/webUI/treepath_bg02.gif) repeat-x center;
}
.notice{ 
	padding-left:10px; 
	padding-right:10px;
}
.tab{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
	height:42px;
	border:0px;
	
}
.tab .step01{
	background:url(../../Image/webUI/Applyonline-bg01.gif) repeat-x top;
	padding-left:10px;
	padding-right:10px;
}
.tab .step02{
	border:0px;
	padding:10px;
}

/*=============在线申请=================*/


