.fresh_center {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.fresh_left {
	text-align: left;
	display: inline-block;
	width: 100%;
}

.fresh_right {
	text-align: right;
	display: inline-block;
	width: 100%;
}

.fresh_br {
	clear: both;
	display: block;
}

.fresh_clearboth {
	clear: both;
	margin: 0;
	padding: 0;
}

.fresh_top {
	clear: both;
	display: block;
	margin: 20px 70px 20px 0;
	border-bottom: 1px solid #EFEFEF;
	position: relative;
}

.fresh_top a {
	position: absolute;
	right: -70px;
	top: -10px;
	font-size: 10px;
}

.fresh_divider {
	clear: both;
	display: block;
	margin: 20px 0;
	border-bottom: 1px solid #EFEFEF;
}

.fresh_quote {
	padding: 0px 0px 0px 50px;
}

.fresh_iframe {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.cite {
	font-size: small;
}

.fresh_quote_bubble {
	clear: both;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	border-radius: 			5px;
}

.fresh_quote_bubble_source {
	clear: both;
}

html body .fresh_button,
.fresh_gravityforms .button {
	position: relative;
	padding: 0.6em 1em 0.5em;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: normal;
	text-shadow:0px -1px 1px #333333;
	text-decoration: none;
	line-height: 1.2;
	outline: none;
	text-align: center;
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.15)));
	filter: 	progid:DXImageTransform.Microsoft.gradient(startColorstr=#15FFFFFF, endColorstr=#15000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15FFFFFF, endColorstr=#15000000);
	-webkit-transition:background 	0.2s ease-out;
	-moz-transition:background 		0.2s ease-out;
	-o-transition:background 		0.2s ease-out;
	transition:background 			0.2s ease-out;
	height: auto;
	width: auto;
	margin: 0;
}

html body .fresh_button:hover,
.fresh_gravityforms .button:hover {
	background-image: none;
	background-color: #333333 !important;
	-webkit-transition:	background-color 0.2s ease-out;
	-moz-transition:	background-color 0.2s ease-out;
	-o-transition:		background-color 0.2s ease-out;
	transition:			background-color 0.2s ease-out;
}

html body .fresh_button:active,
.fresh_gravityforms .button:active {
	top: 1px;
	background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
	background: -webkit-gradient(linear, center bottom, center top, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.15)));
	filter: 	progid:DXImageTransform.Microsoft.gradient(startColorstr=#15000000, endColorstr=#15FFFFFF);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15000000, endColorstr=#15FFFFFF);
}

.fresh_box {
	margin: 20px 0;
}

.fresh_column{
	float: left;
	overflow: auto hide;
}

#fresh_code {
	background: #EEFFEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px 0px;
}

#fresh_code code {
	margin-bottom: 0px;
	white-space: normal;
}

#fresh_code p {
	margin-bottom: 0px;
}