@charset "utf-8";

.contents_title {
    margin: 0 0 15px;
    font-size: 110%;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0.00, #333333), 
        color-stop(0.30, #555555), 
        color-stop(1.00, #000000));
    background: -webkit-linear-gradient(#333333, #555555 30%, #000000);
    background: -moz-linear-gradient(#333333, #555555 30%, #000000);
    background: -o-linear-gradient(#333333, #555555 30%, #000000);
    background: -ms-linear-gradient(#333333, #555555 30%, #000000);
    background: linear-gradient(#333333, #555555 30%, #000000);
    *background: #333;
    background: #333\9;
    border: 3px double #666666;
}
.panel {
    margin: 1em 2em;
    padding: 1em;
    font-size: 1.2em;
    border-radius: 10px;
}
.warning {
    background: #ffc22c;
}

.v2f_container {
    width: 800px;
    height: auto;
    margin: 20px auto 60px;
    padding: 40px 60px;
    border-radius: 20px;
    border: 3px double #cccccc;
    background: -webkit-gradient(linear, left top, left bottom, 
        color-stop(0.00, #fcfcfc), 
        color-stop(0.30, #e8e8e8), 
        color-stop(1.00, #f0f0f0));
    background: -webkit-linear-gradient(#fcfcfc, #e8e8e8 30%, #f0f0f0);
    background: -moz-linear-gradient(#fcfcfc, #e8e8e8 30%, #f0f0f0);
    background: -o-linear-gradient(#fcfcfc, #e8e8e8 30%, #f0f0f0);
    background: -ms-linear-gradient(#fcfcfc, #e8e8e8 30%, #f0f0f0);
    background: linear-gradient(#fcfcfc, #e8e8e8 30%, #f0f0f0);
    *background: #f0f0f0;
    background: #f0f0f0\9;
    box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.08) inset, 0 12px 10px -8px rgba(0, 0, 0, 0.7);
}
.v2f_light {
    padding: 40px;
}
.v2f_target {
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    *border: 1px solid #ccc;
    border: 1px solid #ccc\9;
}
