#hellobar-container {
    font-size: 12px;
    font-weight: normal;
    line-height: 10px;
    color: #ffffff;
    border-bottom-color: #ffffff;
}
#hellobar-container a,
#hellobar-container a:link,
#hellobar-container a:visited{
	color: #80ccff;
	background-color: transparent;
}
#hellobar-content{
	height: 100%;
}
a#hellobar-open,
a#hellobar-open:link,
a#hellobar-open:visited{
	background-color: #eb593c;
	border-color: #ffffff
}
a#hellobar-open:hover{
	background-color: #ff7f62
}
input[type=submit] {
    width: 60px;	
    background-color: #4CAF50;
    color: white;
    padding: 2px 2px;   
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

/*******************************************************************************************/
/******************************* Do not edit below this line *******************************/
/*******************************************************************************************/
#hellobar-wrapper {
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
#hellobar-pusher{
    position: relative;
    overflow: hidden;
}


#hellobar-container {
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1000;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}
#hellobar-container.texture {
    background-image: url(textures.png);
    background-repeat: repeat-x;
}
#hellobar-container.texture.noise { background-position: 0 0; }
#hellobar-container.texture.hard-shine { background-position: 0 -30px; }
#hellobar-container.texture.light-gradient { background-position: 0 -60px; }
#hellobar-container.texture.dark-gradient { background-position: 0 -90px; }
#hellobar-container.texture.carbon { background-position: 0 -120px; }
#hellobar-container.texture.paper { background-position: 0 -150px; }
#hellobar-container.texture.diagonal { background-position: 0 -180px; }
#hellobar-container.texture.linen { background-position: 0 -210px; }
#hellobar-container.texture.stitch { background-position: 0 -240px; }
#hellobar-container.texture.diamond { background-position: 0 -270px; }



#hellobar-shadow {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    line-height: 8px;
    overflow: hidden;
    background: url(sprite-8bit.png);
}
a#hellobar-logo, a#hellobar-logo:link, a#hellobar-logo:visited {
    background: url(sprite-8bit.png) 0 -172px;
    height: 0;
    left: 20px;
    overflow: hidden;
    padding: 22px 0 0;
    position: absolute;
    top: 20px;
    width: 44px;
}
.hellobar-light-images a#hellobar-logo, .hellobar-light-images a#hellobar-logo:link, .hellobar-light-images a#hellobar-logo:visited {
    background-position: 0 -202px;
}
#hellobar-wrapper.hellobar-left a#hellobar-logo, #hellobar-wrapper.hellobar-left a#hellobar-logo:link, #hellobar-wrapper.hellobar-left a#hellobar-logo:visited {
    left: auto;
    right: 20px;
}
a#hellobar-close, a#hellobar-close:link, a#hellobar-close:visited {
    background-image: url(sprite-8bit.png);
    background-position: 0 58px;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 19px 0 0 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px;
    z-index: 10;
    border: none;
}
.hellobar-light-images a#hellobar-close, .hellobar-light-images a#hellobar-close:link, .hellobar-light-images a#hellobar-close:visited {
    background-position: 0 19px;
}
#hellobar-wrapper.hellobar-left a#hellobar-close, #hellobar-wrapper.hellobar-left a#hellobar-close:link, #hellobar-wrapper.hellobar-left a#hellobar-close:visited {
    right: auto;
    left: 20px;
}
a#hellobar-close:hover {
    background-position: 0 77px;
    padding: 20px 0 0;
    border: none;
}
.hellobar-light-images a#hellobar-close:hover { background-position: 0 38px; }
a#hellobar-open, a#hellobar-open:link, a#hellobar-open:visited {
    background-image: url(sprite-8bit.png);
    background-repeat: no-repeat;
    background-position: 0 -8px;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 80px 0 0;
    position: absolute;
    right: 10px;
    top: -96px;
    width: 35px;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5, direction=120, strength=3)";
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#e5e5e5, direction=120, strength=3);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 3px;
    border-style: solid;
}
.hellobar-light-images a#hellobar-open, .hellobar-light-images a#hellobar-open:link, .hellobar-light-images a#hellobar-open:visited {
    background-position: 0 -88px;
}
#hellobar-wrapper.hellobar-left a#hellobar-open, #hellobar-wrapper.hellobar-left a#hellobar-open:link, #hellobar-wrapper.hellobar-left a#hellobar-open:visited {
    right: auto;
    left: 10px;
}
a#hellobar-open:hover {
    padding: 80px 0 0;
    border-width: 3px;
    border-style: solid;
}