/*===========================================================================
	Colors (Legal Disclaimer)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/

body.email-disclaimer-popup {
	background-color: #fff;
}

body.email-disclaimer-popup div#page div#content div#primary-content {
	border-right-color: rgb(165, 198, 227);
}

p#actions a {
	color: rgb(0, 31, 66); /* dark blue */
}

p#actions a:hover {
	color: rgb(231, 79, 32); /*orange*/
}
