/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* HTML, BODY, GENERAL SETUP */


body { 
	text-align: center;  
	font: 12px 'Lucida Grande',lucida,helvetica,arial,sans-serif;  
	color: #333333;  
	padding: 0px;  
	margin: 0 auto;  
	width: 100%; 
}

#header1{
	
	height:300px;
	background:url(images/bg.png) repeat-x;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0450a3,endColorStr=#0678d1);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#0450a3), to(#0678d1));
	background:-moz-linear-gradient(top,#0450a3,#0678d1);*/
}
.table1{width:700px;height:300px;margin:0 auto;vertical-align:middle;}

.table1 p{
	color:white;
	font-size:40px;
	font-family:"微软雅黑";
	}
.table2{
	height:150px;
	margin:0 auto;
}
.loginlabel{font-size:25px;}
.logininput{width:400px;height:25px;border-radius:5px;}
#loginbtn{
	
	width:274px;
	height:50px;
	font-size:20px;
	border:1px #fff solid;
	background-color:#02a9f3;
	color:white;
}
.username{
	height: auto;
width:250px;
margin-bottom: 20px;
padding: 12px;
font-size: 16px;
line-height: 20px;

}
.password{
	height: auto;
width:250px;
margin-bottom: 20px;
padding: 12px;
font-size: 16px;
line-height: 20px;

}
