/*****************************  最新弹出对话框CSS *******************************************/

.msgtitle 
{
	color:#FFFFFF;
	font-size: 12px;
	text-align: left;
}
.msgclose {
	font-size: 12px;
	text-align: right;
	cursor:pointer;
	color:#FFFFFF;
}
.msgcontent 
{
	color:#000;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
}
.msgbtn {
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
}
.msgtable 
{ 
		/* for IE */
	/*  filter:alpha(opacity=100); */
	  /* CSS3 standard */
	/*  opacity:1; */

	color: #000000;
	background-color: #5499dc;
	background-position: center center;
	border:solid #ddecfb 1px;

	border-top-color: #DDECFB;
	border-right-color: #DDECFB;
	border-bottom-color: #DDECFB;
	border-left-color: #DDECFB;
	
}

/******************************************************************/



/***********************   地区选择 *********************************/


.SelectClassTypeItem {
	list-style:none;	
	text-align: left;
}
.SelectClassTypeItem li {
	float:left;	
	margin-left:5px;
	cursor:hand;
	background:url(../images/bg_select.gif) no-repeat left top;
}
.SelectClassTypeItem li a{
	width:90px;
	padding:0px 5px;
	display: block;
}
.SelectClassType{
    z-index:99;
	position: absolute;
	border:1px solid #FCC187;
	background: #FFFEFB;
	text-align:left;
}	
.SelectClassType li
{
  height: 19px;
  text-align: left;
  float:left;
  margin-bottom: 5px;
}
.SelectClassType ul a{padding-left:8px; width:110px; float:left; margin:0;}
.SelectClassType span{ text-align:right; width:98%; margin:0;}


/********************************************************************/