body {
 background-image: none;
 background-color: #EEE;
}
#avatarframe{
 text-align:center;
 width:70px;
}
#avatarframe p{
 margin: 0;
 width:70px;
 border: 0;
 background-color: transparent;
 padding: 0;
}
* html #avatarframe p{
 width:70px;
}
h2 {
 color: #4C4C4C;
 background-image: none;
 background-color: #E6E6E6;
 -moz-border-radius: 4px; /* for Fx */
 -webkit-border-radius: 4px; /* for Safari */
 font-weight:normal;
}
.parea {
 height:120px;
}
.pimg {
 width:100px;
 height:100px;
 background:url("../../moeruavatar/img/clear.gif");
}
ul.obtabs li {
 width: 100px;
 background-image: none;
 background-color: #88BBD4;
 -moz-border-radius: 4px; /* for Fx */
 -webkit-border-radius: 4px; /* for Safari */
}
ul.obtabs a:hover {
 background-image: none;
 background-color: #5599BB;
 -moz-border-radius: 4px; /* for Fx */
 -webkit-border-radius: 4px; /* for Safari */
}
ul.obtabs li#current {
 background-image: none;
 background-color: #A6C842;
 -moz-border-radius: 4px; /* for Fx */
 -webkit-border-radius: 4px; /* for Safari */
}
ul.obtabs li#rand,
ul.obtabs li#reset {
 background-image: none;
 background-color: #D9662A;
 -moz-border-radius: 4px; /* for Fx */
 -webkit-border-radius: 4px; /* for Safari */
}

