input[type=text],select{
    width: 100px;
    height: 20px;
    padding:0 2px;
    text-align: center;
    margin: 4px;
-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align:middle; 
    position:relative; 
    top:-1px; 
}

input[type=submit]{ 
    width: 50px; 
    height:20px;
    padding:0 2px;
-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align:middle; 
    position:relative; 
    top:-1px; 
}

body{
line-height:10px;
}

.title{
text-align:center;
font-size:15px;
color:#000
}

strong{
background: linear-gradient(transparent 70%, #fad4c1 70%);
font-weight:normal;
margin:1px;
padding:1px;
}

.bun{
line-height:20px;
}

.shosettitle{
text-align:center;
font-size:13px;
color:#aeb6b6
}

.name{
text-align:center;
font-size:12px;
color:#000
}

hr {
  border-top: 1px dashed #bbb;
}

.link{
color:#000;
margin:2px;
padding:2px;
}
.link a:link{
font-size:12px;
color:#000;
text-decoration: none;
text-shadow:1px 2px 1
px #000; 
background-color: rgba(255,255,255,0);
}
.link a:visited {
font-size:12px;
color:#000;
text-decoration:underline;
}