#container {
	position: relative;
	width: 580px;
	margin: 0 0 0 0;
	text-align: left;
}
.Accordion {
	overflow: hidden;
}
.AccordionPanelLabel {
	/*border-top: solid 2px #CCCCCC;*/
	width:580px;
	height:80px;
	margin-bottom:10px;
	padding: 0px;
	cursor: pointer;	 
	line-height: 14px;
	padding-left: 130px;
	/*font-weight: bold;
	width: 150px;*/	 
}
.AccordionPanelContent {
	overflow: hidden;
	height: 100px; 
	padding-left: 6px;
	list-style-type: none;
	margin: 4px;
}
 
 /*
#Acc1 {
	width: 200px;
	float: left;
	margin: 20px;
	z-index: 50;
}
#Acc1 .AccordionPanelContent {
	height: 0px;
}
#Acc1 .AccordionPanelLabel {
	width:190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}*/

#Acc2 {
	width: 580px;
}

#Acc2 li {
	padding-top:4px;
	padding-bottom:4px;
	line-height:20px;	
}

#Acc2 .AccordionPanelLabel {
	font-weight: bold;
	/*font-weight:normal;*/
	cursor: pointer;
	width: 100%;
	color:#666666;
}
#Acc2 .AccordionPanelContent {
	height: 0px;
	list-style-type: none;
	overflow: hidden;
}
#panel1Content, #panel2Content, #panel3Content, #panel4Content {
	border: none;
}
#panel1Content.AccordionPanelContent{
	/*height:100px;*/
	/*background-color:#EDE2FE;
	color:#660099;*/
	color:#000000;
}
#panel1Content ul{
	list-style-type:none;
}
#apDiv1 {
	width: 380px;
	height: 600px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;*/
	float: left;
	margin-top: 20px;
	padding-top: 20px;
}
 
 
div.divquestion {
color:#660099;
font-weight:bold; 
font-size:14px;
margin-top:15px;
margin-bottom:15px;
} 


/****S: background img ******/
.AccBgInformation { 
	background-image:url(../images/process_information.jpg);
	background-repeat:no-repeat;
}
.AccBgApply {
	background-image:url(../images/process_apply.jpg);
	background-repeat:no-repeat;
}
.AccBgOffer {
	background-image:url(../images/process_offer.jpg);
	background-repeat:no-repeat;
}
.AccBgMovein{
	background-image:url(../images/process_movein.jpg);
	background-repeat:no-repeat;
}
 
/****E: background img ******/

.AccItemTitle {
	font-family:Tahoma, Geneva, sans-serif;
	color:#4f2683;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	padding-top:20px;
}

.AccItemSubTitle {
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding-top:10px;
	padding-right:20px;
}	


