hr {color: #F1645D;
	height: 1pt}
.pink {
	border-top: 1px solid #F1645D;
	margin:10px 0 10px 0;
	}

.pinkBottom {
	border-bottom: 1px solid #F1645D;
	padding:10px;
	}
	
	
h1 {

	color: #F1645D;
	font-size: 30px;
        line-height: 35pt;
        font-weight: 200
	}

h2 {
		color: #F1645D;
        font-size: 16px;
        line-height: 18pt;
	font-variant: small-caps
        }

h3 {
        color: #F1645D;
        font-size: 12px;
        line-height: 14pt;}

.bordered-cart {
	border-left: 1px solid #000000;
	padding-left: 20px
}


	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #100202;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #100202;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #100202;
	}
a.orange:link {
	color: #F56B0E;
	text-decoration: none;
		font-size: 10px;
    line-height: 12pt;

	}

a.orange:hover {
	color: #F1645D;
	text-decoration: none;
	font-size: 10px;
    line-height: 12pt;
	}
 a.orange:visited {
	color: #F56B0E;
	text-decoration: none;
		font-size: 10px;
    line-height: 12pt;
	}
input {color: #6B6B6B;
	border-style: solid;
	border-color: #C1C1C1;
	border-width: 1px;
	font-family: verdana;
	background: #FFFFFF;
	font-weight: normal;
	font-size: 11px}

input.noborder {
	border-style: solid;
	border-color: white;
	border-width: 0px;
}

input.submit {
	
	background: #FAAA55;
	color: #000000
	}
img.padded {
	padding: 10px}
		
 /** feed buttons **/
 .feed-list {
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 5 21px;
  background: url("/images/rss_icon_glass_purple16.gif") no-repeat 0 50%;
  list-style-type: none;
}

.surveyTable {
	margin:20px auto;
	background-color:#ceff7a;
}

.surveyTable table td {
	padding:3px;
}

 /**  light box **/


#lightbox{
	background-color:#eee;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; color: #000 }
#keyboardMsg{ float: right;  color: #000 }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(/images/clear.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
