#soc-wrap a {
    display: inline-block;
    vertical-align: inherit;
    margin: 5px 0 0 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url(img/socico.png) 0 0 transparent no-repeat;
}
#soc-wrap a.ico-vk {
    background-position: -168px 0;
}
#soc-wrap a.ico-ok {
    background-position: -126px 0;
}
#soc-wrap a.ico-mr {
    background-position: -294px 0;
}
#soc-wrap a.ico-ya {
    background-position: -1176px 0;
}
#soc-wrap a.ico-fb {
    background-position: 0 0;
}
#soc-wrap a.ico-gp {
    background-position: -252px 0;
}
.field-name {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}
.field-notice {
    color: #A49F9F;
    font-size: 12px;
}
.item [type="text"]{
     color: #666666;
     font-size: 12px;
     width: 240px;
     padding: 3px 5px;
     border: 1px solid #ccc;
}
.item [type="submit"]{
    font-size: 12px;
    width: 200px;
    cursor: pointer;
    padding: 1px 5px;
}
.oAuth-error{
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}