* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu_title { /*configuração do título do menu*/
    background-color: #80A0D3;
    border-bottom: 1px solid #eee;
    font-family: 'tahoma', verdana;
    font-size: 11px;
    color: #fff;
    display: block;
    line-height: 220%;
    text-align: center;
}

form fieldset {
    border: 2px solid #eee;
    margin: 15px;
    padding: 1px;
}

input,label,textarea {
    display: block;
    margin: 5px 0;
}

h1 {
    font: 24px 'Trebuchet MS', sans-serif;
    color: #4f82cb;
    padding: 15px 0;
}

button {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
}

.style1 {
    font-family: trebuchet ms;
    font-size: 13px;
    color: #333;
    padding: 10px;
}

.usertitle {
    background-color: #f3f3f3;
    font-family: trebuchet ms;
    font-size: 14px;
    color: #333;
    display: block;
    padding: 7px;
}

/*formatação dos membros*/

.members {
    border: 2px solid #eee;
    margin: 10px;
    padding: 1px;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 45%;
}

.members td {
     background-color: #f9f9f9;
}

.member_profile {
    border: 2px solid #eee;
    margin-top: 23px;
    padding: 1px;
    display: block;
    width: 93%;
}

.member_profile td, th {
     background-color: #f9f9f9;
}

.members_bar {
    background-color: #f9f9f9;
    border: 2px solid #eee;
    font-family: trebuchet ms;
    font-size: 13px;
    color: #333;
    margin: 20px 21px 5px 21px;
    padding: 5px;
    display: block;
}

.avatar {font-family: verdana; font-size: 10px; color: #666; padding: 5px;}

.avatar img {
    border: 1px solid #eee;
    width: 120px;
    height: 150px;
    padding: 5px;
}


.perfil {background-color: #f9f9f9; font-family: trebuchet ms; font-size: 13px; color: #666; display: block; padding: 5px;}


.members_total {
    background-color: #f9f9f9;
    font-family: verdana;
    font-size: 10px;
    color: #666;
    padding: 0px;
    border: solid 1px #eee;
    width: 100%;
    text-align: center;
}

.user {background-color: #f9f9f9; font-family: trebuchet ms; font-size: 13px; color: #000; display: block; padding: 5px;}

.members_name {background-color: #f9f9f9; font-family: trebuchet ms; font-size: 13px; color: #0053a6; display: block; padding: 5px;}

#button {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.button {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
}

.link {
    background-color: #f9f9f9;
    border: 2px solid #eee;
    margin: 15px;
    padding: 5px;
    text-align: center;
}


#accept {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.accept {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    cursor: pointer;
    padding: 5px 10px;
    margin: 60px;
    text-align: left;
}

/* featured */

.members_featured {
    padding: 1px;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30%;
    text-align: center;
}

.avatar_featured img {
    border: 1px solid #eee;
    width: 50px;
    height: 63px;
    padding: 2px;
}

/* games */

.games_bar {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    font-family: 'trebuchet ms', verdana;
    font-size: 11px;
    color: #333;
    margin: 20px 20px 20px 20px;
    padding: 7px;
    display: block;
}

.maingame {
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
}

.maingame img {
    border: 1px solid #a9cbe9;
    width: 150px;
    height: 120px;
    padding: 7px;
}

.feature {
    margin: 15px 30px 15px 30px;
    text-align: left;
}

.games {

}


