/*Changes the background of the icon frame to plain b1b3bc and adds a small border*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

.boards_thread_user_profile_icon_80,
.boards_thread_user_profile_icon_120 {
background: #b1b3bc !important;
border: 1px solid #999 !important;
}

.boards_thread_user_profile_icon_80 {
height: 98px !important;
width: 98px !important;
}

.boards_thread_user_profile_icon_120 {
height: 138px !important;
width: 138px !important;
}

.boards_thread_user_profile_infobox,
.boards_thread_user_profile_infobox_120 {
background: rgba(133,134,141, 0.9) !important;
width: auto !important;
height: auto !important;
min-width: 100px !important;
border: 1px solid rgba(140,140,140, 0.75) !important;
border-left-width: 0px !important;
-moz-box-shadow: 5px 6px 4px 0 rgba(0,0,0, 0.25),
                 inset 4px 5px 5px 0 rgba(177,179,188, 0.9),
                 inset 70px 0px 50px -50px rgba(178,179,188, 0.9);
-moz-border-radius: 50px 0 0 50px/ 1px 0 0 1px;
opacity: 1;
}

.boards_thread_user_profile_infobox_120 {
min-height: 128px !important;
}

.boards_thread_user_profile_infobox {
min-height: 88px !important;
margin-top: 2px !important;
}

}