/* CSS Document */

/*ҳ����ʽ*/



/*container*/
#container{
	width:1001px;
	height:460px;
	
}
#content{
	width:100%;
}
#content .phototitle{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding:15px 5px 5px 15px;	
}


/*login*/
#login td{
	font-size:12px;
	color:#333333;
	padding:5px 0px;
}
.logininput{
	width:200px;
	height:17px;
	color:#666;
	font-weight:bold;
	font-size:15px;
	font-family:"΢���ź�";
}

.loginbtn{
	background-color: #2b7fff;
    color: #fff;
    padding: 3px;
    margin-top: 5px;
    border: 1px solid #666;
    border-left: 1px #999 solid;
    border-top: 1px #999 solid;
    cursor: pointer;
}
/*counter��ʼ*/
#counter{
	width:668px;
	height:135px;
	background-image:url(../images/counter1.png);
	background-repeat:no-repeat;
}
.counternum{
	font-size:40px;
	color:#4f4a42;
	font-weight:bold;
	
	width:100px;
	padding:0px 300px 60px 0px;
}


/*footer*/
#index_footer{
	width:1001px;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	font-size:13px;
	color:#666;
	font-weight:bold;
	padding:0px 20px 0px 20px;
}
#index_footer a{
	color:#06C;
	text-decoration:none;
}

