@charset "UTF-8";

#pinkyWrap {
  display:block;
  width:700px;
  height:800px;
  margin:4px;
  overflow:hidden;
  background:url(http://mfcdesign.files.wordpress.com/2013/09/pinkybg.jpg);
  background-repeat:no-repeat;
}

#pinkBo {
  display:inline-block;
  width:612px;
  height:650px;
  overflow:auto;
  padding:17px;
  margin:10px 20px 30px 30px;
  background:rgba(255,0,102,0.1);
  border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  font-size:17px;
  font-family:Tahoma,Geneva,sans-serif;
  color:#C06;
  text-indent:5px;
  text-shadow:0 0 0 #000;
}

#piInfo {
  display:block;
  width:602px;
  height:120px;
  padding:3px;
  text-align:center;
  font-size:15px;
  color:#F3C;
  font-family:Geneva sans-serif;
  position:relative;
}

.pinTi {
  display:block;
  width:612px;
  height:50px;
  padding:15px;
  text-align:center;
  font-size:37px;
  color:#F9C;
  text-shadow:0 1px 5px #C00;
  font-family:Geneva sans-serif;
  letter-spacing:1px;
}

.pinFi {
  display:block;
  width:412px;
  height:20px;
  padding:3px;
  text-align:center;
  font-size:11px;
  color:#F3C;
  text-shadow:0 1px 6px #C00;
  font-family:Geneva sans-serif;
  letter-spacing:1px;
  position:relative;
  bottom:34px;
  left:140px;
}