/* sort button */
a.sort {display: block; width: 56px; height: 20px; background: url(../img/buttons/sort.gif) 0px 0px repeat-x; text-indent: -9999px;}
a.sort:hover {background: url(../img/buttons/sort.gif) 0px -25px repeat-x;}
/* ERRORS AND NOTIFICATIONS */
.error {}
.error label {font-weight: bold;}
.error .error-message {color: #C00}
.success.msg {font-size: 14px; font-weight: bold; padding: 8px; margin-top: 5px; margin-bottom: 5px; color: #3EA01D; background-image: url(../img/success_icon.gif); background-repeat: no-repeat; background-position: 7px 5px; padding-left: 45px;}
.error.msg {font-size: 14px; font-weight: bold; padding: 8px; margin-top: 5px; margin-bottom: 5px; color: #9a2119; background-image: url(../img/error_icon.gif); background-repeat: no-repeat; background-position: 7px 5px; padding-left: 45px;}
.header {font-size: 16px; font-weight: bold; color: #1866EE;}
p.highlight {color: #3F85FF; margin: 0px; padding: 0px;}
.hide {display: none;}
