@charset "utf-8";
.text1 {
	font-size: 14px;
	color: #333;
}

.enjoy-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 250px;
  height: 30px;
  padding: 10px 20px;
  border: 2px solid #b7b7b7;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  font: normal 14px/normal Verdana, Geneva, sans-serif;
  color: rgba(0,142,198,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  
}

.enjoy2-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 250px;
  height: 30px;
  cursor: pointer;
  padding: 10px 20px;
  border: 2px solid #018dc4;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  font: normal normal bold 14px/normal Verdana, Geneva, sans-serif;
  color: rgba(255,255,255,0.9);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #0199d9;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;

}

.enjoy3-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  height: 30px;
  cursor: pointer;
  padding: 10px 20px;
  border: 2px solid #018dc4;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  font: normal normal bold 14px/normal Verdana, Geneva, sans-serif;
  color: rgba(255,255,255,0.9);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #0199d9;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;

}

.enjoy4-css {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100px;
  height: 20px;
  cursor: pointer;
  padding: 10px 20px;
  border: 2px solid #018dc4;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  font: normal normal bold 12px/normal Verdana, Geneva, sans-serif;
  color: rgba(255,255,255,0.9);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #0199d9;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;

}

.Title_index {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2B639C;
}
.welcome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #2B639C;
}
.red {
	color: #F00;
}

div.container
{
  height:10px;
  width:100%;
  margin:10px auto;
  padding-top:10px;
}
hr.beautiful-line{
    border-top: 1px solid #999; 
  width: 100%;
}

.textsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}

.update_msg_style{
	
	font-size:24px;
	font-weight:bold;
	line-height:32px;
	color:red;
}

.pl_item_font{
	font-weight:bold;
}

.change_pawd_font{
	font-weight:bold;
	font-size:24px;
	line-height:30px;
}