/* 全局样式 */
/*******welcomeFrame_start*************/
.welcome {
	clear:both;
	width:99.5%; 
	border:solid 1px #d7d7d7; 
	background-image:url(../images/welcome.gif);
	height:390px;;
	background-repeat:no-repeat;
	background-position:center; 
	vertical-align:middle;
}
/*******welcomeFrame_End*************/

/*******skin_start*************/
.skinBox {
	width:99.5%; 
	border:solid 1px #d7d7d7; 
	height:auto;
	background-repeat:no-repeat;
	float:left;
	background-position:center; 
	vertical-align:middle;
}
.skinBox ul {
	list-style:none;
	float:left;
	width:50%;
}
.skinBox ul li {
	list-style:none;
	padding:20px 10px;
}
.skinBox ul li a{
	
}
.skinBox img {
	border:none;
}


.tishi {
	width:100%; 
	height:50px; 
	background-color:#d2e7f9; 
	margin-top:60px!important;
	margin-top:40px; 
	text-align:left; 
	line-height:40px; 
	text-indent:50px;
}
/*******skin_End*************/

/*******project_Start*************/

.projectBox {
	width:100%; 
	height:auto;
	float:left;
}
.projectBox table {
	width:100%;
	border:none;
	border:solid 1px #d7d7d7;
}

.projectBox table td {
	border:none;
	text-align:left;
	text-indent:10px;
	color:black;
	height:25px;
}
.projectBox table input {
	border:thick 1px #d7d7d7;
	background-color:#d2e7f9;
}

.projectBox table tr td  {
}
.dele {
	color:red;
	cursor:pointer;
}
.btn {
	background-image:url(../images/register_btn.gif);
	width:109px;
	height:25px; 
	background-repeat:no-repeat;
	background-position:center;
	padding:20px 30px;
	float:left;
	text-align:center;
	color:#000000;
	font-weight:bold;
	letter-spacing:2px;
	cursor:pointer;
}

.btn:hover{
	background-image:url(../images/register_btnMove.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:109px;
	color:#ffffff;
	height:25px; 
	letter-spacing:2px;
	
	}
/****字体******/
.red {
	color:red;
}
.black {
	color:black;
	cursor:pointer;
	padding:0px 4px;

}

a{ color:#000000;}
a:hover{ color:#FF0000;}

/*******project_End*************/



