.temp_title{
    display:inline-block;
    padding:5px;
}
.temp_name{
    display:inline-block;
    text-align: right;
    width:100px;
    margin-right:10px;
}
.temp_content{
    display:inline-block;
    width:150px;
}
.save_btn{
    float:right;
    width:100px;
    height:25px;
    text-align:center;
    line-height: 25px;
    border:1px solid #587ed1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: transparent;
    outline: none;
    cursor: pointer;
    color:#587ed1;
}
.save_btn:hover{
    background:#587ed1;
    color:#fff;
}
