﻿/*js代码(www.jsdaima.com)是IT资源下载与IT技能学习平台。我们拒绝滥竽充数，只提供精品IT资源！*/
/*global css*/

/*form*/
.form_input {
	border: 1px solid #ccc;
	color: #333;
	background: url(../images/input_bg.gif) #fff repeat-x;
	height: 20px;
	line-height: 20px;
}
.form_area {
	border: 1px solid #ccc;
	color: #333;
	background: url(../images/input_bg.gif) #fff repeat-x;
	line-height: 180%;
}
.form_button {
	border: none;
	background: #505050;
	color: #fff;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	overflow: hidden;
	width: 80px;
}
.form_button_130 {
	width: 130px;
}
.form_focus {
	border-color: red;
}
.form_gory_button {
	border: none;
	background: url(../images/button_grey.gif);
	width: 110px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #555;
	text-align: center;
}
select.form_focus {
	background: #ccc;
}
/* padding */
.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.blank3 {
	margin: 0px auto;
	clear: both;
	height: 3px;
	font-size: 1px;
	overflow: hidden;
}
.blank6 {
	margin: 0px auto;
	clear: both;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
}
.blank9 {
	margin: 0px auto;
	clear: both;
	height: 9px;
	font-size: 1px;
	overflow: hidden;
}
.blank12 {
	margin: 0px auto;
	clear: both;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
}
.blank15 {
	margin: 0px auto;
	clear: both;
	height: 15px;
	font-size: 1px;
	overflow: hidden;
}
.blank20 {
	margin: 0px auto;
	clear: both;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
}
.blank30 {
	margin: 0px auto;
	clear: both;
	height: 30px;
	font-size: 1px;
	overflow: hidden;
}
/*a*/

/*turn page*/
#turn_page {
	text-align: center;
	padding: 30px 0;
}
#turn_page * {
	font-size: 14px;
	margin: 0 3px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	outline: none;
}
#turn_page .page_button {
	padding: 0 20px;
	width: auto;
}
#turn_page .page_item {
}
#turn_page .page_item_current {
	border: 1px solid #0199dc;
	color: #fff;
	background: #0199dc;
}
#turn_page .page_item:hover, #turn_page .page_button:hover {
	text-decoration: none;
	border: 1px solid #0199dc;
	color: #0199dc;
}
