@charset "utf-8";
/* CSS Document */


/* Widget */
#widget {
	background-image:url(images/header_bg.png);
	position:relative;
	top:30px;
	float:left;
    width: 100px;
	padding:10px;
	margin-top:10px;
    text-align: center;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.round {
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
}

