#contactsHeader {
	height: 24px;
	background: none repeat scroll 0 0 #cacaca;
}

/* Override default style for an open cpntact */
tbody tr, tbody tr.hover {
	background-color: #dfdfdf !important;
}

#content li { cursor: default; }
#content input[type=checkbox] { 
	background-color: #dfdfdf;
}

#contact {
	background-color: #dfdfdf;
}

#contact input:not([type="checkbox"]), #contact select:not(.button), #contact textarea {
	background-color: #dfdfdf; border: 1px solid #cacaca !important; 
}

#contact input[type="button"]:hover, #contact select:hover, #contact select:focus, #contact select:active, #contact input[type="button"]:focus, #contact .button:hover, button:hover { background-color:#cacaca; color:#333; }
