#sw_google_display {

	position: relative;

}

#gbox1 {

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	border:5px solid #F76134;

	background-color: #fff;

	position: fixed;

}

#gbox2 {

	overflow: hidden;

	text-align: left;

}

#gbox1 img {

	position: absolute; 

	top: 0px; 

	cursor: pointer;

	border: 0;

	z-index: 10000;

}

#gbox1 iframe {

	border:0px;

	overflow: hidden; 

	position: absolute;

	width:100%;

	height: 100%;

}
.error_kudos {
    color: #f00;
    padding: 20px 10px 10px;
}