/* POSITIVE */button.positive, .button a.positive{    color:#ffffff;    background-color:#ed1b2d;    border:1px solid #CBDCED;    padding:3px 3px 3px 3px; /* IE6 */    margin:auto;}.button a.positive:hover, button.positive:hover{    background-color:#b82c21;    border:1px solid #CBDCED;    padding:3px 3px 3px 3px; /* IE6 */    color:#fff;    margin:auto;}/* POSITIVE 2 */button.positive2, .button a.positive2{    color:#000;    background-color:#afc8fa;    border:1px solid #CBDCED;    padding:3px 3px 3px 3px; /* IE6 */}.button a.positive2:hover, button.positive2:hover{    background-color:#8ea6d5;    border:1px solid #CBDCED;    padding:3px 3px 3px 3px; /* IE6 */    color:#000;}