.qtip .qtip-title {
	background-color:#940001; 
	padding: 4px !important; 
	margin: 0px 1px;
	color: #FFF;
	font-size: 12px;
}
.qtip .qtip-title a {
	color: #FFF;
	text-decoration: none;
}
.qtip .qtip-title a:hover, .qtip .qtip-title a:active {color: #ffEED0;}
.qtip #share-wrapper {
	/*width: 458px;*/
	width: 298px;
	margin: 0px auto; 
	display: block;
}
.qtip #share-content {
	padding: 10px;
	font-size: 10px;
	color: #5D2A10;
	margin: 0px;
	display: block;
	border-top: 1px solid #940001;
	border-right: 1px solid #940001;
	border-left: 1px solid #940001;
	background-color: #FFEED0;
}
.qtip #share-content h1 {font-size: 12px; color:#002F6A; margin: 0px 0px 10px;}
.qtip #share-content #shareLeftCol {
	width: 130px;
	float: left;
}
.qtip #share-content #shareLeftCol p {line-height: 16px;}
.qtip #share-content #shareLeftCol a {
	text-decoration: none;
	color: #5D2A10;
}
.qtip #share-content #shareLeftCol a:hover, .qtip #share-content #shareLeftCol a:active {color: #002F6A;}
.qtip #share-content #shareRightCol {
	width: 260px;
	float: right;
	border-left: 1px dotted #940001;
	padding-left: 20px;
}
#shareClose {float: right;}
#shareClose a {padding: 1px 2px; text-decoration: none; font-weight: bold; color: #940001;}
#shareClose a:hover, #shareClose a:active {color: #002F6A;}
.qtip #share-content img {float: left; margin: 0px 10px 10px 0px;}
.qtip #share-content table {border-collapse: collapse;}
.qtip #share-content table th, #share-content table td {margin: 0px; vertical-align: top;}
.qtip #share-content table th {
	font-weight: normal;
	text-align: left;
	width: 40px;
	padding: 8px 4px;
}
#share-content table td {padding: 4px;}
.qtip #share-content form input, .qtip #share-content form textarea, .qtip #share-content form select {
	width: 200px;
	border: 1px solid #B09F80;
	color: #5D2A10;
	font-size:10px;
}
.qtip #share-content form .checkbox input {width: auto;}
.qtip #share-content form textarea {height: 40px;}
.qtip #share-content button {
	background-color: #B5988C; 
	color: #5D2A10; 
	padding: 2px 25px; 
	float: right; 
	border: 1px solid #5D2A10;
}
.qtip #share-content button:hover {background-color: #5D2A10; color: #B5988C;}
.qtip #share-content p {margin: 0px; line-height: 10px; clear:both;}
.qtip #share-footer {
	background-image: url(http://sandbox.nysfair.org/assets/images/share-tip.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 298px;
}
