/*
 * flash相册页样式
 *
 */

/*==默认样式重置(CSS Reset)开始==*/
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
body, a, input {
	font-family: "微软雅黑","宋体";
}
body, a, textarea {
	color: #333333;
	font-size: 12px;
}
body {
	background-color: #191919;
}
a {
	cursor: pointer;
	text-decoration: none;
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr, blockquote, form, label {
	padding: 0;
	margin: 0;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;
}
img {
	border: 0;
}
/*==默认样式重置结束==*/


/*==局部样式开始==*/

/*登录样式*/
.mainlogin {
	margin-bottom:12px;
	background-color:#fff;
	width:320px;
	margin:0 auto;
	text-align:left;
}
	.mainlogin h2 {
		display:block;
		background-color: #3274d0;
		padding:0 0 0 10px;
		margin:0;
		font-size:14px;
		color:#fff;
		height:24px;
		line-height:24px;
	}
	.mainlogin h2 span {
		display:block;
		float:right;
		width:15px;
		height:15px;
		margin:4px 0px 0 0;
		padding-right:10px;
		background-position:-2px -1026px;
		cursor:pointer;
	}
	.mainlogin dl {
		padding:20px;
		margin:0;
	}
	.mainlogin dt {
		font-weight: bolder;
	}
.logininput div {
	margin-top:8px;
}
.f14 {
	font-size:14px;
}
.f12 {
	font-size:12px;
	display:block;
	padding-top:5px;
}

.item {
	height:22px;
	margin-top:8px;
	line-height:22px;
}
.item label {
	width:60px;
	float:left;
	display:block;
}
.item input {
	width:140px;
}
.buttons {
	text-align:left;
	padding: 6px 1px 0;
	border-top: 1px solid #ccc;
}
	.buttons a {
		color: #3274d0;
		text-decoration: underline;
	}
	.buttons a:hover {
		color: #f00;
	}
.loginButton {
	background: url(Images/btn.gif) no-repeat left top;
	color: #3274d0;
	width: 52px;
	height: 20px;
	padding-left: 15px;
	line-height: 20px;
	margin: 6px 0 0 60px;
	display: inline-block;
}
.loginButton:hover {
	background-position: left -100px;
	color: #ffffff;
	text-decoration: none;
}



.regSuccButton {
	padding:2px;
	height:25px;
}
.OverLay {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*==局部样式结束==*/

