﻿html
{
	scrollbar-arrow-color: #330000;           /*三角箭头的颜色*/
	scrollbar-face-color: #f6f6f6;               /*立体滚动条凸出部分的颜色*/
	scrollbar-3dlight-color: #cccccc;            /*立体滚动条亮边的颜色*/
	scrollbar-highlight-color: #ffffff;          /*滚动条空白部分的颜色*/
	scrollbar-shadow-color: #cccccc;             /*立体滚动条阴影的颜色*/
	scrollbar-darkshadow-color: #ffffff;         /*立体滚动条强阴影的颜色*/
	scrollbar-track-color: #f6f6f6;              /*立体滚动条背景颜色*/
	scrollbar-base-color:#f8f8f8;             /*滚动条的基本颜色*/
}

body
{
	margin: 0px;
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif; 
	font-size: 9pt; 
	height: 100%;
	color: #666666;
	
	scrollbar-arrow-color: #330000;           /*三角箭头的颜色*/
	scrollbar-face-color: #f6f6f6;               /*立体滚动条凸出部分的颜色*/
	scrollbar-3dlight-color: #cccccc;            /*立体滚动条亮边的颜色*/
	scrollbar-highlight-color: #ffffff;          /*滚动条空白部分的颜色*/
	scrollbar-shadow-color: #cccccc;             /*立体滚动条阴影的颜色*/
	scrollbar-darkshadow-color: #ffffff;         /*立体滚动条强阴影的颜色*/
	scrollbar-track-color: #f6f6f6;              /*立体滚动条背景颜色*/
	scrollbar-base-color:#f8f8f8;             /*滚动条的基本颜色*/

	text-decoration: none;
}

A
{
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 9pt; 
	color: #666666;
	text-decoration: none;
}
A:link
{
	color: #666666;
	text-decoration: none;
}
A:visited
{
	color: #666666;
	text-decoration: none;
}
A:hover
{
	color: #eb7700;
	text-decoration: none;
}
A:active
{
	color: #eb7700;
	text-decoration: none;
}


.AMore
{
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 9pt; 
	color: #000000;
	text-decoration: none;
	background-image: url('Images/More.gif');
	background-repeat: no-repeat;
}
.AMore:link
{
	color: #000000;
	text-decoration: none;
	background-image: url('Images/More.gif');
	background-repeat: no-repeat;
}
.AMore:visited
{
	color: #000000;
	text-decoration: none;
	background-image: url('Images/More.gif');
	background-repeat: no-repeat;
}
.AMore:hover
{
	color: #000000;
	text-decoration: none;
	background-image: url('Images/MoreMove.gif');
	background-repeat: no-repeat;
}
.AMore:active
{
	color: #000000;
	text-decoration: none;
	background-image: url('Images/MoreMove.gif');
	background-repeat: no-repeat;
}

.AMoreW
{
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 9pt; 
	color: #000000;
	text-decoration: none;
	background-image: url('Images/MoreW.gif');
	background-repeat: no-repeat;
}
.AMoreW:link
{
	color: #000000;
	text-decoration: none;
	background-image: url('Images/MoreW.gif');
	background-repeat: no-repeat;
}
.AMoreW:visited
{
	color: #000000;
	text-decoration: none;
	background-image: url('Images/MoreW.gif');
	background-repeat: no-repeat;
}
.AMoreW:hover
{
	color: #000000;
	text-decoration: none;
	background-image: url('Images/MoreMove.gif');
	background-repeat: no-repeat;
}
.AMoreW:active
{
	color: #000000;
	text-decoration: none;
	background-image: url('Images/MoreMove.gif');
	background-repeat: no-repeat;
}

.More
{
	background-image: url('Images/More.gif');
	width: 35px;
	height: 16px;
}

input,select,textarea,iframe,a,span,div,td
{
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 9pt; 
}

/*菜单开始*/
#MenuMain
{
	margin:0;
	padding:0;
	border:0;
	height: 25px;
	list-style-type: none;
	line-height:25px;
	overflow:hidden;
	background-image: url('Images/MenuMainBG.gif');
	color: #ffffff;
	text-align:center;
}

#MenuMain a
{
	margin:0;
	padding:0;
	border:0;
	display: block;
	width: 110px;
	text-align:center;
}

#MenuMain a:link
{
	color:#ffffff;
	text-decoration:none;
}
#MenuMain a:visited
{
	color:#ffffff;
	text-decoration:none;
}
#MenuMain a:hover
{
	color:#ffffff;
	text-decoration:none;
}

#MenuMain li
{
	margin:0;
	padding:0;
	border:0;
	float: left;
	width: 110px;
	text-overflow :ellipsis;
	filter: alpha(opacity=100);
}

#MenuMain li ul
{
	margin:0;
	padding:0;
	border:0;
	line-height: 25px;  
	list-style-type: none;
	text-align:center;
	left: -999px; 
	/*	width: 720px;注意,这里一定要设置宽度;*/
	position: absolute;
	background-image: url('Images/MenuSubBG.gif');
	filter: alpha(opacity=80);
}

#MenuMain li ul li
{
	margin:0;
	padding:0;
	border:0;
	float: left;
	width: 110px; /*float就是子菜单横向的关键,可以继承父菜单而省略float*/
}

#MenuMain li ul a
{
	margin:0;
	padding:0;
	border:0;
	/*display: block;
	width: 110px;*/
	text-align:center;
}

#MenuMain li ul a:link
{
	color:#ffffff;
	text-decoration:none;
}

#MenuMain li ul a:visited
{
	color:#ffffff;
	text-decoration:none;
}

#MenuMain li ul a:hover
{
	color:#ffffff;
	text-decoration:none;
}

#MenuMain li:hover ul
{
	left:0px;
}

#MenuMain li.sfhover ul
{
	left:0px;
	top: 24px;
}

#content
{
	clear: left; 
}
/*菜单结束*/

.CText {
	border: #a3b7da 1px solid;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}
.CSearchButton {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 3pt; BORDER-TOP: 0px; PADDING-LEFT: 3pt; BACKGROUND: url(Button_50.gif); PADDING-BOTTOM: 3pt; FONT: 9pt "宋体"; BORDER-LEFT: 0px; WIDTH: 50px; CURSOR: hand; COLOR: #333333; PADDING-TOP: 3pt; BORDER-BOTTOM: 0px; HEIGHT: 20px
}
.CLoginButton {
	border-right: 0px;
	padding-right: 3pt;
	border-top: 0px;
	padding-left: 3pt;
	background: url('Images/Button_50.gif');
	padding-bottom: 3pt;
	border-left: 0px;
	width: 50px;
	cursor: hand;
	padding-top: 3pt;
	border-bottom: 0px;
	height: 20px
}

#divContext
{
	line-height: 2;
}
#divContext p
{
	line-height: 2;
}
#divContext a
{
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 9pt; 
	color: #666666;
	text-decoration: none;
}
#divContext a:link
{
	color: #666666;
	text-decoration: none;
}
#divContext a:visited
{
	color: #666666;
	text-decoration: none;
}
#divContext a:hover
{
	color: #666666;
	text-decoration: underline;
}
#divContext a:active
{
	color: #666666;
	text-decoration: underline;
}


/*===============================================================================================*/

.MenuBG
{
	background-image: url('Images/MenuBG.gif');
	width: 779px;
	height: 65px;
	margin-top: 2px;
}

.MenuLeft
{
	width: 650px;
	height: 65px;
	margin-top: 2px;
	float: left;
}

.MenuRight
{
	width: 129px;
	height: 65px;
	margin-top: 2px;
	float: left;
	text-align: right;
}

.MenuRightUL
{
	list-style: none;
	display: inline-block;
	margin: 12px 33px 0px 13px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.MenuRightUL a
{
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 9pt; 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.MenuRightUL a:link
{
	color: #000000;
	text-decoration: none;
}
.MenuRightUL a:visited
{
	color: #000000;
	text-decoration: none;
}
.MenuRightUL a:hover
{
	color: #666666;
	text-decoration: none;
}
.MenuRightUL a:active
{
	color: #666666;
	text-decoration: none;
}

.MenuUL
{
	list-style: none;
	display: inline-block;
	margin: 12px 13px 0px 13px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.MenuLI
{
	display: inline;
	margin-left: 20px;
}

.MenuUL a
{
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 9pt; 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.MenuUL a:link
{
	color: #000000;
	text-decoration: none;
}
.MenuUL a:visited
{
	color: #000000;
	text-decoration: none;
}
.MenuUL a:hover
{
	color: #666666;
	text-decoration: none;
}
.MenuUL a:active
{
	color: #666666;
	text-decoration: none;
}

.MenuSubUL
{
	list-style: none;
	display: inline-block;
	margin: 0px 13px 0px 13px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}

.MenuSubLI
{
	display: inline;
	margin-left: 15px;
}

.MenuSubUL a
{
	font-family: 宋体,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 9pt; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.MenuSubUL a:link
{
	color: #ffffff;
	text-decoration: none;
}
.MenuSubUL a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.MenuSubUL a:hover
{
	color: #dddddd;
	text-decoration: none;
}
.MenuSubUL a:active
{
	color: #dddddd;
	text-decoration: none;
}

.FlashMainBG
{
	width: 450px;
	height: 265px;
	display: inline-block;
	float: left;
	margin-top: 2px;
	background-image: url('Images/FlashMainBG.gif');
	text-align: left;
}

.FlashMain
{
	margin: 10px 0px 0px 88px;
	width: 349px;
	height: 245px;
}

/*===============================================================================================*/

.AfficheByDefault
{
	width: 325px;
	height: 265px;
	display: inline-block;
	float: left;
	margin: 2px 0px 0px 4px;
	background-image: url('Images/AfficheBG.gif');
	text-align: left;
}

.AfficheByDefaultTitle
{
	margin: 2px 0px 0px 24px;
	width: 117px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
}

.AfficheByDefaultPanel
{
	margin: 10px 0px 0px 13px;
	width: 300px;
}

.AfficheByDefaultItemsPanel
{
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline;
	float: left;
}

.AfficheByDefaultNewImg
{
	display: inline;
	float: left;
	margin-left: 5px;
}

/*===============================================================================================*/

.AfficheByDefaultT1
{
	width: 325px;
	height: 131px;
	display: inline-block;
	float: left;
	margin: 2px 0px 3px 4px;
	background-image: url('Images/AfficheBGT.gif');
	text-align: left;
}

.AfficheByDefaultTitleT1
{
	margin: 2px 0px 0px 24px;
	width: 117px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
}

.AfficheByDefaultPanelT1
{
	margin: 5px 0px 0px 13px;
	width: 300px;
}

.AfficheByDefaultItemsPanelT1
{
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline;
	float: left;
}

.AfficheByDefaultNewImgT1
{
	display: inline;
	float: left;
	margin-left: 5px;
}

/*===============================================================================================*/

.AfficheByDefaultT2
{
	width: 325px;
	height: 131px;
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 4px;
	background-image: url('Images/AfficheBGT.gif');
	text-align: left;
}

.AfficheByDefaultTitleT2
{
	margin: 2px 0px 0px 24px;
	width: 117px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
}

.AfficheByDefaultPanelT2
{
	margin: 5px 0px 0px 13px;
	width: 300px;
}

.AfficheByDefaultItemsPanelT2
{
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline;
	float: left;
}

.AfficheByDefaultNewImgT2
{
	display: inline;
	float: left;
	margin-left: 5px;
}

/*===============================================================================================*/

.ISOCInformByDefault
{
	background-image: url('Images/ISOCInform.gif');
	width: 225px;
	height: 290px;
	text-align: left;
}

.ISOCInformByDefaultTitle
{
	margin: 5px 0px 0px 31px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	width: 150px;
	display: inline;
	float: left;
	overflow: hidden;
}

.ISOCInformByDefaultMore
{
	width: 35px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	display: inline;
	float: left;
	margin-top: 3px;
}

.ISOCInformByDefaultItemsPanel
{
	margin: 5px 0px 0px 30px;
	width: 185px;
	height: 240px;
}

/*===============================================================================================*/

.FinancingManufactureByDefault1
{
	background-image: url('Images/FinancingManufacture1.gif');
	width: 225px;
	height: 250px;
	text-align: left;
	margin-top: 4px;
}

.FinancingManufactureByDefault
{
	background-image: url('Images/FinancingManufacture.gif');
	width: 225px;
	height: 250px;
	text-align: left;
	margin-top: 4px;
}

.FinancingManufactureByDefaultTitle
{
	margin: 5px 0px 0px 31px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	width: 150px;
	display: inline;
	float: left;
	overflow: hidden;
}

.FinancingManufactureByDefaultMore
{
	width: 35px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	display: inline;
	float: left;
	margin-top: 3px;
}

.FinancingManufactureByDefaultItemsPanel
{
	margin: 5px 0px 0px 30px;
	width: 185px;
	height: 200px;
}

/*===============================================================================================*/

.ArticleByDefault
{
	background-image: url('Images/ArticleBG.gif');
	width: 325px;
	height: 180px;
	text-align: left;
}

.ArticleByDefaultTitle
{
	margin: 5px 0px 0px 26px;
	height: 24px;
	line-height: 24px;
	vertical-align: bottom;
	width: 260px;
	display: inline;
	float: left;
	overflow: hidden;
}

.ArticleByDefaultMore
{
	width: 35px;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	display: inline;
	float: left;
	margin-top: 5px;
}

.ArticleByDefaultItemsPanel
{
	margin: 8px 0px 0px 36px;
	width: 275px;
	height: 132px;
}

/*===============================================================================================*/

.LoginByDefault
{
	background-image: url('Images/LoginBG.gif');
	width: 225px;
	height: 250px;
	text-align: left;
}


.LoginByDefaultEN
{
	background-image: url('Images/LoginBGEN.gif');
	width: 225px;
	height: 250px;
	text-align: left;
}

.LoginByDefaultOn
{
	background-image: url('Images/LoginBGOn.gif');
	width: 225px;
	height: 250px;
	text-align: left;
}

.LoginByDefaultItemsPanel
{
	margin: 98px 0px 0px 18px;
	width: 189px;
	height: 150px;
	border: 0px;
}

.LoginByDefaultItemsPanelOn
{
	margin: 20px 0px 0px 19px;
	width: 187px;
	height: 203px;
	border: 0px;
}

.LoginByDefaultItemsLeft
{
	height: 29px;
	width: 60px;
}

.LoginByDefaultItemsRight
{
	height: 29px;
	width: 129px;
}

.LoginByDefaultItemsBottom
{
	height: 63px;
	vertical-align: top;
}

.LoginByDefaultItemsButton
{
	width: 48px;
	height: 48px;
	margin-left: 141px;
	margin-top: 5px;
}

/*===============================================================================================*/

.MakeOutReportByDefault
{
	background-image: url('Images/MakeOutReport.gif');
	width: 225px;
	height: 110px;
	text-align: left;
	margin-top: 2px;
}

.MakeOutReportByDefaultButton
{
	margin: 37px 0px 0px 13px;
	width: 199px;
	height: 51px;
	border: 0px;
	display: block;
}

/*===============================================================================================*/

.SearchByDefault
{
	background-image: url('Images/SearchBG.jpg');
	width: 225px;
	height: 180px;
	text-align: left;
	margin-top: 2px;
}

.SearchByDefaultTitle
{
	margin: 3px 0px 0px 18px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	width: 92px;
	overflow: hidden;
}

.SearchByDefaultItemsPanel
{
	margin: 23px 0px 0px 18px;
	width: 189px;
	height: 115px;
	border: 0px;
}

.SearchByDefaultItemsLeft
{
	height: 30px;
	width: 60px;
}

.SearchByDefaultItemsRight
{
	height: 30px;
	width: 129px;
}

.SearchByDefaultItemsBottom
{
	height: 55px;
	vertical-align: top;
}

.SearchByDefaultItemsButton
{
	width: 48px;
	height: 48px;
	margin-left: 139px;
	margin-top: 5px;
}

/*===============================================================================================*/

.MapByDefault
{
	background-image: url('Images/MapBG.gif');
	width: 225px;
	height: 110px;
	text-align: left;
	margin-top: 2px;
}

.MapByDefaultButton
{
	margin: 37px 0px 0px 13px;
	width: 199px;
	height: 51px;
	border: 0px;
	display: block;
	cursor: pointer;
}

/*===============================================================================================*/

.LawCodeByDefault
{
	background-image: url('Images/LawCodeBG.jpg');
	width: 225px;
	height: 250px;
	text-align: left;
}

.LawCodeByDefaultTitle
{
	margin: 5px 0px 0px 33px;
	height: 24px;
	line-height: 24px;
	vertical-align: bottom;
	width: 150px;
	display: inline;
	float: left;
	overflow: hidden;
}

.LawCodeByDefaultMore
{
	width: 35px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	display: inline;
	float: left;
	margin-top: 8px;
}

.LawCodeByDefaultItemsPanel
{
	margin: 6px 0px 0px 33px;
	width: 180px;
	height: 132px;
}

/*===============================================================================================*/

.FellowLinkByDefault
{
	background-image: url('Images/FellowLinkBG.jpg');
	width: 225px;
	height: 362px;
	text-align: left;
}

.FellowLinkByDefaultItemsPanel
{
	margin: 30px 0px 0px 22px;
	width: 180px;
	height: 316px;
}

.FellowLinkByDefaultUnitItem
{
	width: 180px;
	height: 35px;
	margin-bottom: 4px;
	overflow: hidden;
	text-align: center;
}

.FellowLinkByDefaultMemberPanel
{
	width: 148px;
	height: 85px;
	margin: 35px 0px 0px 16px;
}


.FellowLinkByDefaultMemberImg
{
	margin: 2px 0px 2px 0px;
	width: 148px;
	overflow: hidden;
}

.FellowLinkByDefaultOtherItem
{
	width: 180px;
	margin-top: 5px;
}

/*===============================================================================================*/

.FlashAD
{
	width: 779px;
	margin: 2px 0px 0px 0px;
}

/*===============================================================================================*/

.LeftList
{
	background-image: url('Images/LeftList.jpg');
	width: 225px;
	height: 260px;
	text-align: left;
	margin-top: 5px;
}

.LeftListTitle
{
	margin: 0px 0px 0px 25px;
	height: 28px;
	line-height: 28px;
	vertical-align: bottom;
	width: 155px;
	display: inline;
	float: left;
	overflow: hidden;
}

.LeftListMore
{
	width: 35px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	display: inline;
	float: left;
	margin-top: 0px;
}

.LeftListItemsPanel
{
	margin: 5px 0px 0px 15px;
	width: 195px;
	height: 210px;
}

/*===============================================================================================*/

.RightList
{
	width: 550px;
	margin-left: 4px;
	margin-top: 5px;
	border: 0px;
}

.RightListHead
{
	background-image: url('Images/RightListHead.jpg');
	height: 30px;
	text-align: left;
}

.RightListCenter
{
	background-image: url('Images/RightListCenter.jpg');
	text-align: center;
	vertical-align: top;
}

.RightListBottom
{
	background-image: url('Images/RightListBottom.jpg');
	height: 35px;
	vertical-align: top;
}

/*===============================================================================================*/

.RightArt
{
	width: 550px;
	margin-left: 4px;
	margin-top: 5px;
	border: 0px;
}

.RightArtHead
{
	background-image: url('Images/RightArtHead.jpg');
	height: 62px;
	text-align: center;
}

.RightArtCenter
{
	background-image: url('Images/RightArtCenter.jpg');
	text-align: center;
	vertical-align: top;
}

.RightArtBottom
{
	background-image: url('Images/RightArtBottom.jpg');
	height: 10px;
	vertical-align: top;
}

/*===============================================================================================*/

.MemberItemsPanel
{
	width: 500px;
	list-style: none;
	margin: 0px;
}

.MemberItems
{
	width: 250px;
	text-align: center;
	float: left;
	height: 100px;
}

.MemberItemsImage
{
	width: 200px;
	height: 60px;
	vertical-align: middle;
	border: 0px;
}

/*===============================================================================================*/

.ReportList
{
	width: 550px;
	margin-left: 4px;
	margin-top: 5px;
	border: 0px;
}

.ReportListHead
{
	background-image: url('Images/ReportListHead.jpg');
	height: 30px;
	text-align: left;
}

.ReportListCenter
{
	background-image: url('Images/ReportListCenter.jpg');
	text-align: center;
	vertical-align: top;
}

.ReportListBottom
{
	background-image: url('Images/ReportListBottom.jpg');
	height: 10px;
	vertical-align: top;
}

/*===============================================================================================*/

.ReturnReceipt
{
	width: 550px;
	margin-left: 4px;
	margin-top: 5px;
	border: 0px;
}

.ReturnReceiptHead
{
	background-image: url('Images/ReturnReceiptHead.jpg');
	height: 40px;
	text-align: left;
	vertical-align: top;
}

.ReturnReceiptTitle
{
	display: inline-block;
	margin: 10px 0px 0px 22px;
}

.ReturnReceiptCenter
{
	background-image: url('Images/ReturnReceiptCenter.jpg');
	text-align: center;
	vertical-align: top;
}

.ReturnReceiptBottom
{
	background-image: url('Images/ReturnReceiptBottom.jpg');
	height: 10px;
	vertical-align: top;
}

/*===============================================================================================*/

.RightAnsList
{
	width: 550px;
	margin-left: 4px;
	margin-top: 5px;
	border: 0px;
}

.RightAnsListHead
{
	background-image: url('Images/RightAnsHead.jpg');
	height: 30px;
	text-align: left;
}

.RightAnsListCenter
{
	background-image: url('Images/RightAnsCenter.jpg');
	text-align: center;
	vertical-align: top;
}

.RightAnsListBottom
{
	background-image: url('Images/RightAnsBottom.jpg');
	height: 35px;
	vertical-align: top;
}

/*===============================================================================================*/

.RightAnsItemTitle
{
	height: 30px;
	background-image: url(Images/RightAnsItemTitle.jpg);
	border: 0px;
	width: 100%;
	margin-top: 5px;
}

.RightAnsItemTitle1
{
	width: 330px;
	text-align: left;
}

.RightAnsItemTitle2
{
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline;
	margin-left: 25px;
	width: 300px;
	cursor: pointer;
}

.RightAnsItemMoveImg
{
	border: 0px;
	vertical-align: middle;
}

.RightAnsItemSub
{
	text-align: left;
	border: 0px;
	width: 100%;
}

.RightAnsItemSubHead
{
	background-image: url(Images/RightAnsItemHead_Sub.jpg);
	height: 10px;
}

.RightAnsItemSubCenter
{
	background-image: url(Images/RightAnsItemCenter_Sub.jpg);
	text-align: center;
}

.RightAnsItemSubBottom
{
	background-image: url(Images/RightAnsItemBottom_Sub.jpg);
	height: 10px;
}

.RightAnsItemSubContext
{
	width: 500px;
	text-align: left;
	border: 0px;
}

.RightAnsItemSubContext1
{
	word-wrap: break-word;
	word-break: break-all;
	line-height: 1.5;
}

.RightAnsItemSubContext2
{
	text-align: right;
}

/*===============================================================================================*/

.Password
{
	background-image: url(Images/ChangedPassword.jpg);
	width: 400px;
	height: 198px;
	border: 0px;
}