.mod_Contact #form_Contact > input.error,
.mod_Contact #form_Contact > textarea.error
	{
		border-color: #ad0000 !important;
		background-color: #f9c8c5 !important;
	}

.mod_Contact p.error
	{
		color: #ad0000 !important;
		font-weight: bold;
	}

.mod_Contact p.successful
	{
    font-size: 17px;
    font-weight: normal;
    color: #D49F11 !important;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
	}

