/*
Description: WP-Gio CSS File
Author: Gio
Author URI: http://bloggen.animeblog.nl/wp-gio
Date:2010-02-10
Modified Date:2010-02-27
*/

.note
{
    text-align: center;
}


.giovote, .gioshop, .gioinfo{
	width: 50%;
	margin-top:2em;
	margin-left: auto;
	margin-right: auto;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 15px 20px 15px 80px;
    margin: 0px 0px 0px 0px;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
    /*IE min-height hack*/
    min-height:20px;
    height:auto !important;
    height:20px;
    overflow:visible;
    
	position:relative;
	bottom:6px;
	right: 0px;
	border: 1px solid #999999;
    /*Set the position of the background image*/
    background-position: 20px 50%;
    background-repeat: no-repeat;
    text-align: justify;
}


.giorec{
	width: 70%;
	margin-top:2em;
	margin-left: auto;
	margin-right: auto;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 15px 20px 15px 10px;
    margin: 0px 0px 0px 0px;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
    /*IE min-height hack*/
    min-height:20px;
    height:auto !important;
    height:20px;
    overflow:visible;
    
	position:relative;
	bottom:6px;
	right: 0px;
	border: 1px solid #999999;
    /*Set the position of the background image*/
    background-position: 20px 50%;
    background-repeat: no-repeat;
    text-align: justify;
}

.giovote {
  background-color: #FFC;
  background-image: url(images/vote.png);
  margin: auto;
}

.gioshop {
  background-color: #E4F6F8;
  background-image: url(images/shop.png);
  margin: auto;
}

.gioinfo {
  background-color: #C9C299;
  background-image: url(images/info.png);
  margin: auto;
}

.giorec {
  background-color: #FFFFFF;
  margin: auto;
}