<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#getsatisfaction {
	padding:15px;
	background:#def4fc;
	margin-bottom:20px;
	margin-top:0px;
	position:relative;
}

#getsatisfaction:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:-60px; /* value = - border-top-width - border-bottom-width */
	left:100px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:30px 30px 30px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:transparent transparent #def4fc; 
}

#gsfn_search_query {
	border: 2px solid #CCC;
    background-color: #fff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 6px;
	width:180px;
}

.gsfn_label { 
	display:inline;
	width:100%; 
}</pre></body></html>