/****Form****/

#form .error, #form .empty {
    color: #FF0000;
    display: none;
    font-size: 11px;
    line-height:14px;
    width:auto;
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 8px;
    float:left;
}

#form .error-empty {
    display:none;
    float:left;
}

#form .message {
    width: 100%;
}

.message br {
    height: 0;
    line-height: 0;
}

#form .success {
    display: none;
    position: absolute;
    width: 220px;
    background: #fff;
    border: 1px solid #e6e4e4;
    text-align: center;
    color: #5e5e5e;
    padding: 20px 10px;
    z-index: 999;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

.success_wrapper {
    position: relative;	
}
