﻿/* error styles */

	.error_list { display: none; color: #f00; font-weight: bold; margin-left: 13px; margin-bottom: 10px}
    .pg_contact .error_list ul { list-style-type: disc; font-weight: normal; margin-left: 15px}

	.error_title { color: #f00; }
	
	.success { color: #009900; margin-left: 13px; margin-bottom: 10px}
