﻿/*--------------------------------------
 布局样式
--------------------------------------*/

#main{padding-bottom:20px; margin:0px;}
.handle span
{
 font-size:12px;
 font-family:宋体;
 margin-right:2px;
}
.floatLeft
{
	 float:left;
	 overflow:hidden;
}

.container{
      border:green solid 1px;
       padding:10px;
}
.label{
      width:100em;
}


.section {
	display: block;
	font-weight: normal;
	color: #D6ECAE;
}

#sort select
{
	float:left;
}
#header{
            text-align:center;
           
        }
.label{
             float:left;/*加入float:left 设width:150px才生效.*/
	        width: 150px;
	        margin-right:20px;
	       
	       
        }
        .floatRight{
            float:Right;
        }
    
.fill
{
   margin-left:10px;
}
.displayNone
{
	 display:none;	
	 height:0;
}
.display
{
	display:inherit;
	height:100px;	
}
.textAlignCenter
{
	text-align:center;
}

.input
{
	float:left;
	
	}
		
.div
{overflow:hidden;
	}
