/*
Local styles and branding associated with this domain
Global styles and structures located at http://waxcreative.com/globalnewsletter/style.css
*/

body {
	background-color: #4C4A5D;
	color:#000000;
	}

.container {
  background-color: #b1a1ce;
  border: 4px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }

/* text highlight styles */
::-moz-selection  { background-color: #605eb6; color:#fff;;}
::selection 			{ background-color: #605eb6; color:#fff;;}

hr, .divider {
	border: 2px solid #fff;
	}

/* link colors */
a 			{ color:#605eb6; }
a:visited { color:#605eb6; }
a:hover 	{ text-decoration: underline; }
a:active 	{ color:#605eb6; }

/* form colors */
input[type=text] {
	border: 1px solid #4c4a5d;
  color: #000000;
  }

input[type=submit] {
	background: #4c4a5d;
	color: #fff	;
		}

input[type=submit]:hover {
	background: #7d0005;
	color: #fff;
	}
.tooltip-handle {
	right: 25px;
	top: 4px;
}
