@charset "utf-8";
@import "http://static.koneta.org/base.css";

body {
    margin: 0 20px 40px;
    background: #FADCE9;
    text-align: center;
}

h1 {
    background: white url(/static/mobilecat-header.gif) left top no-repeat;
    margin: 0 auto;
    padding: 0;
    width: 780px;
    height: 270px;
    text-align: left;
}
h1 img {
    margin: 95px 0 0 55px;
}

div.container {
    margin: 0 auto;
    padding: 0 20px 15px;
    width: 740px;
    background: white;
    text-align: left;
}

h2 {
    background: url(/static/stamp.gif) left top no-repeat;
    padding: 0 0 15px 35px;
}

div.side {
    width: 480px;
    float: right;
}

div.mobilefinder {
    width: 200px;
    border: 3px solid silver;
    padding: 10px;
}
div.mobilefinder .m {
    display: none;
}

div.mobilefinder div.balloon {
    border: 1px dashed silver;
    margin-bottom: 1em;
    padding: 5px;
}
div.mobilefinder textarea {
    width: 190px;
}
