@CHARSET "UTF-8";
/*=========================================================================
種別 ：
　Xbit/Premier申込画面用
備考 ：
　クラスには「sys_」、IDには「SYS_」をプレフィックスとしてつける。
=========================================================================*/

input[type=button],
input[type=submit],
input[type=reset],
button {
    padding: 2px 8px;
    vertical-align: middle;
    line-height: 1.0;
}

input[type=text] {
    padding: 2px 1px;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 3px 0 4px;
}

.coment {
    margin-left: 10px;
}

.sys_recommendItem {
    color: #CC0000;
    font-weight: bold;
    margin-left: 10px;
}

.sys_errors {
    color: #FF0000;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 0;
    width: 609px;
}
.sys_errors ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 50px;
}
.sys_errors li {
    background: url("/images/warning_icon.gif") no-repeat scroll 0 0 transparent;
    font-size: 13px;
    line-height: 110%;
    padding: 0 0 0 30px;
}

.sys_info_melbourne {
    color: #ff0000;
    margin: 15px;
}

.estimateForm .title {
    width: 100px;
}

.estimateForm .options {
    width: 250px;
}
