#form {
    width: 410px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 12px;
}
.info_fieldset { 
    border: 0px;
}
.notification_error {
    width: 390px;
    padding: 15px 10px;
    height: auto;
    color: #ca5702;
    background: #e2e2e2;
    border-radius: 5px;
    box-shadow: 0px 3px 3px #ccc inset;
    text-align:left;
    background: #fdf0dc;
    margin-bottom:10px;
}
.notification_ok {
    height: auto;
    width: 390px;
    padding: 15px 10px;
    background: #e2e2e2;
    border-radius: 5px;
    box-shadow: 0px 3px 3px #ccc inset;
    text-align: center;
    margin-bottom:10px;
}
.textarea {
    width: 390px;
    max-width: 390px;
    height: 150px;
    margin: 5px 0;
    padding: 15px 10px;
    color: #444;
    font-size: 13px;
    background: #e2e2e2;
    border-radius: 5px;
    box-shadow: 0px 3px 3px #aaa inset;
    clear: both;
}

.textbox {
    width: 390px;
    margin: 5px 0;
    padding: 15px 10px;
    color: #444;
    font-size: 13px;
    background: #e2e2e2;
    border-radius: 5px;
    box-shadow: 0px 3px 3px #aaa inset;
    clear: both;
}

#form .submit {
    margin: 10px 0;
    float: right;
	padding: 6px 15px;
    text-align: center;
    display: block;
    background: #eee;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0px 1px 4px #ccc;
    cursor: pointer;
    color: #666;
    border-radius: 5px;
    text-decoration: none;
}
