#content {
  margin-top:15px;
  margin-bottom: 30px;
}
#content:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#welcome_box {
  background-color:#FEFFDF;
  border:1px solid #FFFF00;
  margin-bottom:15px;
  padding:10px 0 10px 10px;
  vertical-align:middle;
  *display: inline-block;
}
#welcome_box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#welcome_box h1 {
  font-size:110%;
/*	margin-top:0.5em;*/
}
#welcome_box h2 {
  font-size:72%;
  margin-top:0.5em;
}
#welcome_box h1, #welcome_box h2 {
  font-weight:normal;
}

#welcome_text {
  float:left;
  width:375px;
}
#welcome_button {
  float:right;
  width:200px;
}

#welcome_button p{
  font-size:70%;
}
.welcome_submit {
  background-color:#049EC5;
  border:none;
  color:#FFFFFF;
  font-size:130%;
  font-weight:bold;
  margin:0px 0px 5px;
  padding:10px;
  width:175px;
  text-align:center;
  cursor:pointer;
  border-radius:5px;
  vertical-align:top;
}

#back_to_updates {
  color: white;
  padding: 5px 10px 6px;
  background-color: #0066CC;
  margin-bottom: 10px;
}
#back_to_updates a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

#toolbar {
  width: 600px;
  padding-top:1px;
  *display: inline-block;
  padding-left: 50px;
}
#toolbar:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#titlebar {
  float:left;
  width:545px;
  border-bottom:1px solid #CCCCCC;
}
#toolbar h1{
  font-size:120%;
  font-weight:normal;
  float: left;
  width:440px;
}

.peach_button{
  text-align:center;
}
.peach_button img{
  cursor:pointer;
}

#stars {
  color: #999;
  top: 4px;
  background-image:url(/public/img/page/peach_table_back.png);
  background-repeat:no-repeat;
  background-position:center top;
/*	background-color:#41A1C7;*/
  padding:3px;
  margin:10px auto;
  width:374px;
  height:72px;
  text-align:center;

}
#star_icons {
  font-size:0.1px;
}
.group_star {

}

.star {
  width: 31px;
  height: 42px;
  display: inline-block;
  background-image: url(/public/img/page/peach_star.png);
  background-repeat:no-repeat;
}

.star_count {
  font-size:90%;
  font-weight:bold;
  color: #FFB01F;
  margin-top:2px;
}
.favstar {
  cursor: pointer;
  width: 93px;
  background: url(/public/img/icon/star.gif);
}
.favstar:hover {
  cursor: pointer;
  width: 93px;
  background: url(/public/img/icon/star.gif) 0 -37px;
}
.monostar {

  cursor: pointer;
  width: 79px;
  height:25px;

  background: url(/public/img/icon/star.gif) 0 -76px;
}
.monostar:hover {
  background: url(/public/img/icon/star.gif) 0 -113px;
}

#toolbar p{
  font-size: 85%;
}
#toolbar img {
}

#notify {
  float: right;
  margin-right: 8em;
}
#notify li {
  float: left;
  margin-right: 25px;
  color: red;
  font-weight: bold;
  font-size: 80%;
}
#notify a {
  color: red;
}

#page {
  width: 600px;
  margin: 0 auto;
  position: relative;
}
#page:after{
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0;
  clear: both;
}

#flash {
  float: left;
  width: 600px;
  height: 400px;
  background-color: #000;
  margin-top:10px;
}
/* for IE6 */
* html #flash {
  width: 598px;
}
#flash p {
  color:white;
  padding-top:170px;
  text-align:center;
}
#comment {
  float: left;
  width:250px;
  height:300px;
  margin-left:5px;
  margin-top: 5px;
}

#editor {
  display: none;
  width: 714px;
  height: 542px;
  border: 1px solid #CCC;
  margin: 0 auto;
}

#youtube {
  position: absolute;
  width: 60px;
  height: 75px;
  bottom: 0px;
  left: 620px;
}

/* Status */

#twits {
  float: right;
  width: 255px;
  height:438px;
  background: white;
  border: 1px solid #CCC;
  border-radius: 10px;
}
#twits_header {
  margin: 12px 12px 5px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #CCC;
  *display: inline-block;
}
#twits_header:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#twits h3 {
  color: #999;
  font-size: 95%;
  float: left;
}
#edit_comments {
  float: right;
  font-size: 85%;
}
#comment {
  clear: both;
}
#twits h4 {
  clear: both;
  color: #999;
  font-size: 80%;
  padding-left: 10px;
  margin-bottom: 5px;
}
#status_form {
  padding-left: 10px;
}

#status_form img {
  display:block;
  float: left;
  margin-right: 5px;
}

#status {
  display:block;
  float: left;

  width: 145px;
  height: 24px;
  padding: 7px;
  border: 1px solid #999;

  font-size: 105%;
  margin-top: 0px;
}
#status_icon {
  cursor: pointer;
}
#status_submit {
  font-family: verdana;
  width: 30px;
  height: 40px;
  border: 1px solid #999;
  background: #fff url(/public/img/icon/good.png) no-repeat center;
}

#signupnow {
  font-size:85%;
  margin-left:10px;
}

/* screen name */

#screenname_window {
  font-size: 85%;
  padding:2px 10px 0;
}
#screenname {
  padding: 2px 3px;
  margin-bottom: 5px;
  border: 1px solid #999;
  width: 150px;
}

/* emoticon */

#emoticon_window {
  display: none;
  position: absolute;
  top: 325px;
  width: 180px;
  height: 115px;
  background-color: white;
  border: 1px solid #999;
  margin-left: 10px;
  padding: 10px;
}
#emoticon_cancel {
  font-size: 85%;
  text-align: right;
  color : #0061DF;
  text-decoration:none;
  cursor: pointer;
  margin-bottom: 5px;
}
#emoticon_cancel:hover {
  text-decoration: underline;
}
#emoticon_window img {
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  border: 1px solid white;
}
#emoticon_window img:hover {
  border: 1px solid #999;
}
#no_smily {
  display:inline-block;
  font-size: 85%;
  color : #333;
  text-decoration:none;
  cursor: pointer;
  margin-left:5px;
  margin-bottom: 5px;
  padding:5px;
}
#no_smily:hover {
  padding:4px;
  border: 1px solid #999;
}

/* bottom */

#bottom {
  width: 600px;
  margin: 21px auto 0;
  color: #999;
}

#bottom a {
  color : #7DAFEC;
  text-decoration:none;
}
#bottom a:hover {
  color : #0061DF;
  text-decoration:none;
}

/* info */

#info {
  clear: both;
  font-size: 75%;
  color: #FFB01F;
  margin-bottom: 10px;
}
#info h4 {
  float: left;
}
#infos {
  float: right;
}
#info p {
  display:inline;
  margin-right: 6px;
}
#created_by {
  font-size: 70%;
}
#albumcover {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: -50px;
}
.user {
  float:left;
  padding-top:6px;
}
.user a {
  font-size:95%;
}

#follow {
  float: right;
  margin-right:6px;
}

#download {
  float: right;
  margin-right: 7px;
  margin-top: 5px;
  cursor:pointer;
}

#config {
  float: right;
  margin-right: 7px;
  margin-top: 5px;
  cursor:pointer;
}

#addfaves {
  clear: both;
  cursor:pointer;
}

/* share */

#share {
  margin-top:12px;
  margin-bottom: 20px;
}

#share_buttons {
  *display: inline-block;
}
#share_buttons .title{
  color: #333;
  font-size:80%;
  padding:7px 0 2px 13px;
}
#share_status {
  display: none;
  font-size: 85%;
  color: #fff;
  margin-left:45px;
  margin-top:5px;
}

#shareit {
  float:left;
}

#shareit li a{
  color:#666;
}

#shareit li {
  float: left;
  list-style-type:none;
  font-size: 75%;
  line-height:13px;
  margin-right:6px;
  margin-bottom:6px;
  color:#666;
  width:64px;
  height:64px;
  cursor: pointer;
  text-align:center;
/*
  background:transparent url(/public/img/gyazo/848e0bf3e28d55de595b5f75a3f3422f.png) no-repeat scroll 0 0;
*/
  background:transparent url(/public/img/icon/button_bg.gif) no-repeat scroll 0 0;
}
#copy_button {
  background-image: none !important;
/*
  background:transparent url(/public/img/gyazo/4d0dc7634b828a53d070b113975804c3.png) no-repeat scroll 0 0 !important;
  background:transparent url(/public/img/icon/button_bg.gif) no-repeat scroll 0 -80px !important;
*/
  position:relative;
}
#story_button {
  background-image: none !important;
/*
  background:transparent url(/public/img/icon/button_bg.gif) no-repeat scroll 0 -160px !important;
  background:transparent url(/public/img/gyazo/6556ccd76fdb18bf59d88635c27e4b27.png) no-repeat scroll 0 0 !important;
*/
}
#spiral_button {
/*
  background:transparent url(/public/img/icon/button_bg.gif) no-repeat scroll 0 -240px !important;
*/
  background-image: none !important;
}
#shareit li span{
  display:block;
  margin:13px auto 9px;
}

#shareit .invite span{
  background:transparent url(/public/img/icon/friends.gif) no-repeat scroll 0 0;
  width:22px;
  height:22px;
  margin:8px auto 3px;
}

#shareit .facebook span {
  background:transparent url(/public/img/icon/shareit.gif) no-repeat scroll 0 0;
  width:16px;
  height:16px;
}
#shareit .myspace span {
  background:transparent url(/public/img/icon/shareit.gif) no-repeat scroll 0 -20px;
  width:16px;
  height:16px;
}
#shareit .twitter a {
  display:block;
  color: #666;
  height:100%;
  width:100%;
  padding-top: 13px;
}
#shareit .twitter span {
  background:transparent url(/public/img/icon/shareit.gif) no-repeat scroll 0 -44px;
  width:16px;
  height:16px;
  margin-top: 0px;
}
#shareit .download a {
  color:#CC3300;
}
#shareit .download a.go {
  color:#0066CC;
}
#shareit .download img {
  display:block;
  margin:5px auto 4px;
  width:32px;
  height:32px;
  border:0;
}

.urlcode{
  float:left;
}
.urlcode label{
  display:inline-block;
  width:2.5em;
  color:#333;
  font-size:75%
}
.urlcode input{
  width:170px;
  background-color:white;
  border:1px solid #BBB;
  border-radius:2px;
  padding:1px;
  margin:1px;
  font-size:11px;
}

/* Settings */

#settings, #developer, #teacher {
  clear: both;
  margin-bottom: 10px;
  font-size: 85%;
  *display: inline-block;

  background: #FFB01F;
  padding: 10px;
  border-radius: 10px;
  width: 600px;

}
#settings:after, #developer:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#settings h4, #developer h4, #teacher h4 {
  font-size: 100%;
  margin-bottom: 5px;
  text-align:center;
  width:100%;
}

#settings p , #sub_info p , #developer p {
  font-size:90%;
}
#settings li , #sub_info li , #developer li {
  font-size:90%;
  padding-left: 14px;
}

#settings a , #sub_info a , #developer a {
  color: #fff;
}

.setting {
  clear: both;
  margin: 0 auto;
}

.command_list {
}
.command_list li {
  float: left;
  list-style-type: none;
  padding: 2px 0 6px;
  margin-right: 10px;
  background: url(/public/img/gyazo/aa92ed1485218121558b227bb99eedfb.png) no-repeat;
}

/* visibility */

#visibility {
  float: left;
  margin-right:20px;
  background: #fff;
}
#visibility p {
  display: block;
  width: 155px;
  padding: 1px 2px;
  border: 1px solid #CCC;
  cursor: pointer;
}
#visibility p.view {
  padding: 2px;
  border: 1px solid #CCC;
}
.public, .unlisted, .private {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(/public/img/icon/visibility.gif);
  background-repeat:  no-repeat;
  margin-right: 3px;
  text-align: left;
}
.public {
  background-position: 0 0;
}
.unlisted {
  background-position: 0 -16px;
}
.private {
  background-position: 0 -32px;
}

#visibility ul {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding-top:4px;
  padding-left: 2px;
  padding-right: 2px;
  width: 155px;
}
#visibility li {
  clear: both;
  list-style-type: none;
  padding: 2px;
}
#visibility li:hover {
  color: white;
  background-color: #0061DF;
}
#visibility input {
  float: left;
  margin-right: 2px;
}

/* Categoy */

#category {

}
#category select {
  color: #666;
  border: 1px solid #CCC;
  margin-bottom: 5px;
}
#category option {
  color: #666;
  padding: 1px 5px 1px;
}

/* Embed */

#embed {
  display: none;
  background: #FFB01F;
  padding: 10px 20px;
  border-radius: 10px;
}

#embed h4 {
  color: #fff;
  margin-bottom: 5px;
}
#embed label {
  color: #fff;
  font-size: 85%;
  display: inline-block;
  width: 52px;
}
#embed input {
  width: 502px;
  padding: 1px 2px;
}

/* Sub info */

#sub_info {
  width:600px;
  clear: both;
  font-size: 85%;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px dotted #CCC;
  *display: inline-block;
}
#sub_info:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#sub_info p {
  float: left;
  list-style-type: none;
  margin-right: 2.5em;
  margin-bottom: 4px;
}

/* More from */

.more {
  width: 600px;
  margin-bottom: 10px;
  clear: both;
}
.more h4 {
  margin: 10px 0;
  font-size: 95%;l
}
.more ul {
  overflow:hidden;
  width:650px;
}
.more li {
  float: left;
  width: 100px;
  font-size: 75%;
  list-style: none;
  margin-right:4px;
  color: #FFB01F;
  overflow: hidden;
}
.more img {
  background-color:#CCCCCC;
}
.more a {
  color: #FFB01F !important;
}
.more .title {
  height: 1.1em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  margin-top: 4px;
}
.more .time {
  display:block;
}

#music {
  width:100% !important;
}

/* Say */
#say {
  text-indent: -3000px;
}
