/*
======================================================================
 Glidden: Color Visualizer site style CSS.
======================================================================
*/

div#my_flashContent {
	height: 780px;
}

div#my_shareLinkContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: solid 1px red;
}

div#my_locatorForm {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div#my_promoRulesContainer {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

div#my_promoRules {
	width: 500px;
	margin: 100px auto 0 auto;
}

div#my_promoRulesInside {
	padding: 10px;
	border: solid 1px rgb( 200, 200, 200 );
	background: rgb( 245, 245, 245 );
}
