.view {

   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 2px #ccc;
   -moz-box-shadow: 0px 0px 2px #ccc;
   box-shadow: 0px 0px 2px #ccc;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view p {
   text-align:  left;
   position: relative;
   color: #fff;
   padding: 1% 0 0 8%;
}
.profile_title{
   text-transform: uppercase;
   color: #fff; text-shadow:0px 0px 1px #666;
   text-align: left;
   position: relative;
   font-size: 19px; line-height:19px;
   padding: 0px !important;
   margin: 12% 5% 0 8%;
   font-family:  'Oswald', "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.view a.info {
  display: inline-block; font-size:12px;
   text-decoration: none;
   padding: 5px 20px 5px 38px;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #333;
   -moz-box-shadow: 0 0 1px #333;
   box-shadow: 0 0 1px #333;
   float:left;
   margin: 3% 0 0 8%;
}
.view a.greenLink{background: url(../images/btn_launch.gif) no-repeat #00923f; background-position:10px 50%; color: #fff;}
.view a.pinkLink{background: url(../images/btn_launch.gif) no-repeat #ff6589; background-position:10px 50%; color: #fff;}
.view a.blueLink{background: url(../images/btn_launch.gif) no-repeat #1869ba; background-position:10px 50%; color: #fff;}
.view a.goldLink{background: url(../images/btn_launch.gif) no-repeat #ba8911; background-position:10px 50%; color: #fff;}
.view a.redLink{background: url(../images/btn_launch.gif) no-repeat #da1010; background-position:10px 50%; color: #fff;}
.view a.redLink{background: url(../images/btn_launch.gif) no-repeat #da1010; background-position:10px 50%; color: #fff;}
.view a.brownLink{background: url(../images/btn_launch.gif) no-repeat #653108; background-position:10px 50%; color: #fff;}
.view a.blackLink{background: url(../images/btn_launch.gif) no-repeat #000; background-position:10px 50%; color: #fff;}
.view a.grapeLink{background: url(../images/btn_launch.gif) no-repeat #342b65; background-position:10px 50%; color: #fff;}

.view a.orangeLink{background: url(../images/btn_launch.gif) no-repeat #ff8400; background-position:10px 50%; color: #fff;}

.view a.grapeLink{background: url(../images/btn_launch.gif) no-repeat #65258d; background-position:10px 50%; color: #fff;}






.view a.info:hover {
	 background: url(../images/btn_launch_over.gif) no-repeat #fff100;
   background-position:10px 50%; color:#000;
}