body, p, dl, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend {
    margin: 0px;
	padding:0px;
}

button{
	cursor:pointer;
}
ul, ol, fieldset {
    margin: 0;
    padding: 0;
}
table {
    font-size: inherit;
}
fieldset, img {
    border: medium none;
}
ul, ol, li {
    list-style: outside none none;
}

body {
    font-size: 12px;
	background:url("../img/download/bottom.png")  ;
}

body, input, textarea, select, button {
    font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}
input, textarea, select, button {
    font-size: inherit;
}
a {
    color: #5aa212;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
	width:auto;
}

.logo_container {
    clear: both;
    overflow: hidden;
	text-align:center;
}
.logo_container img {
	width:150px;
	margin-top:30px;
}
.login_header {
	background:  #3cc1bf;
	height: 100px;
	margin: 0;
	text-align: left;
	width: 100%;
}
.content_bottom {
	position:fixed;
	bottom:0px;
	overflow:hidden;
	left:0px;
}
.content_wrapper{
}
.content_wrapper h1 {
	text-align:center;
	color:#3cc1bf;
	padding:20px 0px;
	font-size:20px;
	font-weight:bold;
}
.content_wrapper span {
	display:block;
	font-size:14px;
	line-height:25px;	
	padding-left:15px;
	padding-right:11px;

}
.download_url  {
	overflow:hidden;
	width:90%;
	margin:0 auto;
}
.download_url a{
	display:block;
	width:100%;
	
	background-color:#d2d6d9;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:5px;
	margin:25px 0px;
	color:#3cc1bf;
	font-size:18px;
	  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.nav-tabs li a{
	font-size:16px;
	color:#3cc1bf;
	font-weight:bold;
}

