#fancybox-content {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

/* BUTTONS */
/* http://www.webdesignerwall.com/demo/css-buttons.html */
/* Source: http://particletree.com/features/rediscovering-the-button-element/ */

#fancybox-content .buttons button {
/*	display: inline-block;*/
/*	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block *!/*/
/*	*display: inline;*/
	vertical-align: baseline;
	margin: 0 4px;
/*	outline: none;*/
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	padding: .4em .6em .42em;
	width: auto;
	overflow: visible;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');	
}
#fancybox-content .buttons button:hover {
	text-decoration: none;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
#fancybox-content .buttons button:active {
	position: relative;
	top: 1px;
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/*#fancybox-content .buttons button:focus {
	-webkit-box-shadow: 0 1px 5px rgba(0,126,173,1);
	-moz-box-shadow: 0 1px 5px rgba(0,126,173,1);
	box-shadow: 0 1px 5px rgba(0,126,173,1);
}*/

/* #survey-invitation-yes */
#fancybox-content #survey-invitation-yes {
	font-weight: bold;
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
#fancybox-content #survey-invitation-yes:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
#fancybox-content #survey-invitation-yes:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

#fancybox-content .buttons {
	margin-top: 20px;
	zoom:1;
}

#fancybox-content .buttons .not-interested {
	float: right;
}

#fancybox-content .buttons .interested {
	float: left;
	margin-bottom: 15px;
}

/* ORG LOGO */

#fancybox-content #org-logo {
	float: right;
}

/* RESEARCHERS */

#fancybox-content #researcher {
	clear: both;
	color: #999;
	font-size: 10px;
	text-align: right;
}

#fancybox-content {
	border: 10px solid #eee;
}

#fancybox-outer, #fancybox-content {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}