html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0px; padding:0px;
}
a {
	text-decoration: none; /* 去掉下划线 */
	color:#000;
}
a:hover{    
   text-decoration: underline;
}
body{
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	font-family: "Microsoft YaHei";
	font-size:62.5%;
	color:#000;
}
#mycontainer{
	width:100%;
    margin:0 auto;
}
#guide{ 
	width:100%;
	margin:0 auto;
	} 
#list{ 
	left:9%;
	width:82%;
	margin:0 auto; 
	} 
#list li {
   margin:5px auto;    
   list-style-type:none;
   text-align:center;
}
#list-l{ 
	margin:0 auto;
	padding-top:1px;
    padding-bottom:1px; 
	float:left;
	} 
#list-l li {
   margin:5px auto;    
   list-style-type:none;
}
#list-r{
	margin:0 auto;
	padding-top:1px;
    padding-bottom:1px; 
	float:left;
}
#list-r li {
   margin:1em auto;    
   list-style-type:none;
   text-align:center;
}
#pb{ 
	left:9%;
	width:82%;
	margin:0 auto;
	padding-top:1px;
    padding-bottom:1px; 
	} 
#pb li {
   margin:5px auto;    
   list-style-type:none;
}
#pb li  a{
   color:#000;    
   font-size:1.6em;
}
#div-clear {
	clear:both;
}
h1 {
	font-size:3.2em; 
	font-weight:normal;
}
h2 {
	font-size:2em; 
	font-weight:normal;
}
h3 {
	font-size:1.6em; 
	font-weight:normal;
}
hr {
	width:100%;
	height:1px;
	border:none;
	border-top:1px dashed #666666;	
	}
input{
    border: 1px solid #666; 
    padding: 7px 0px;
    border-radius: 3px; /*css3属性IE不支持*/
    padding-left:5px; 
	width:28em;
    }
/*按钮样式*/
.button { 
display: inline-block; 
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ 
*display: inline; 
vertical-align: baseline; 
margin: 0 2px; 
outline: none; 
cursor: pointer; 
text-align: center; 
text-decoration: none; 
font: 14px/100% Arial, Helvetica, sans-serif; 
padding: .5em 2em .55em; 
text-shadow: 0 1px 1px rgba(0,0,0,.3); 
-webkit-border-radius: .5em; 
-moz-border-radius: .5em; 
border-radius: .5em; 
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); 
box-shadow: 0 1px 2px rgba(0,0,0,.2); 
} 
.button:hover { 
text-decoration: none; 
} 
.button:active { 
position: relative; 
top: 1px; 
} 
.bigrounded { 
-webkit-border-radius: 2em; 
-moz-border-radius: 2em; 
border-radius: 2em; 
} 
.medium { 
font-size: 12px; 
padding: .4em 1.5em .42em; 
} 
.small { 
font-size: 11px; 
padding: .2em 1em .275em; 
} 
.blue { 
color: #d9eef7; 
border: solid 1px #0076a3; 
background: #0095cd; 
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); 
background: -moz-linear-gradient(top, #00adee, #0078a5); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5'); 
} 
.blue:hover { 
background: #007ead; 
background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); 
background: -moz-linear-gradient(top, #0095cc, #00678e); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e'); 
} 
.blue:active { 
color: #80bed6; 
background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee)); 
background: -moz-linear-gradient(top, #0078a5, #00adee); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee'); 
} 
/*--------------*/