body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 15px;
}

#txt {
	width:620px;
	height:120px;
}

#contents_wrapper {
	width:100%;
	height: 100%;
	text-align: center;
}

#big_buttons_wrapper {
    bottom: 0;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 350px;
	height:110px
}

#bookmarklets_wrapper {
    bottom: 0;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 650px;
	height:210px
}

/*
 * PANNELS
 */

.pannel {
   background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px;
}


.pannelTitle {
	position: relative;
    top: -30px;
    width:200px;
    margin: 0px;
    padding: 5px;
}


/*
 * BUTTONS
 */

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	width:260px;
	height:25px;
}

.btn:hover {
	background-color: #E6E6E6;
    background-position: 0 -15px;
	transition: background-position 0.1s linear 0s;
}

#btn_help {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 30px;
}

a {
	text-decoration: none;
}




.component_small {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);

	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	height:0px;
}

.component_big {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;

	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

#footer {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
	font-size: 12px;
}

/* Tooltip */


.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip {
    opacity: 1.0;
    filter: alpha(opacity=100);
    display: inline-block;
    margin-left: 10px;
}

a:hover, a:active {
    outline: 0;
}

a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
}

a.tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    width: 240px;
    line-height: 16px;
}

a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}