@CHARSET "UTF-8";

.message, .error-message {
    color: red;
    padding: .2em;
}

.input {
    margin-bottom: .5em;
}

.text label, .select label, .checkbox .before, .datetime label, .textarea label{
    display: block;
    float: left;
    width: 16em;
    background: #F8ECF8 none repeat scroll 0% 0%;
    color: #CC66CC;
    padding: 5px;
    margin-right: 1em;
}
.text input, textarea {
    border: 1px solid #CC66CC;
}

.textarea textarea {
    margin-top: 1em;
    margin-left: 5em;
    width: 30em;
    height: 10em;
}

.submit {
    text-align: center;
}

.submit input {
    background: transparent url(default/images/navi1_a.png) no-repeat scroll center top;
    border-color: #FFCCFF rgb(204, 102, 204) rgb(204, 102, 204) rgb(255, 204, 255);
    border-style: solid;
    border-width: 1px;
    color: #CC66CC;
    font-weight: bold;
    height: 31px;
    width: 151px;
}

.submit input:hover {
    background: transparent url(default/images/navi1_ahover.gif) repeat scroll 0% 0%;
    color: #FFFFFF;
}

