/*
無名小站個人資料頁面預設樣式，使用者可以亂改
*/

body {
font: 12px Arial;
margin: 0px;
color: #890101;
background: #aaa;
/*background: url('http://l.yimg.com/e/style/2/296/bg.gif'); */
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #ccc;
}
td {
font: 12px Arial;
color: #890101;
}
#banner {
background: url('http://l.yimg.com/e/style/2/296/banner.gif') no-repeat bottom left;
height: 60px;
padding: 10px 20px 10px 20px;
color: #999;
}
#banner a {
font-size: 16px;
font-weight: bold;
color: #DB4B25;
}
#banner a:hover {
color: #FF7F29;
}
#banner .descrxption {
display: block;
text-align: right;
}
div {
background: url('http://l.yimg.com/e/style/2/296/div.gif') no-repeat 50% 100%;
padding-bottom: 30px;
}
div * div {
padding-bottom: 0px;
background: transparent;
}
.sidetitle {
text-align: right;
padding-right: 20px;
vertical-align: top;
padding-top: 10px;
height: 22px;
padding-bottom: 15px;
font-weight: bold;
color: #BC3131;
letter-spacing: 2px;
background: url('http://l.yimg.com/e/style/2/296/sidetitle.gif') #FFD3D3 no-repeat 15px 3px;
width: 120px;
}
td#sidetitle_img {
background: url('http://l.yimg.com/e/style/2/296/sidetitle_img.gif') no-repeat top left;
padding-top: 20px;
}
.sidetitle table {
border: 1px solid #FFD3D3;
border-collapse: collapse;
width: 600px;
text-align: center;
}
.sidetitle table img {}
.side {
color: #916123;
background: #FFD3D3;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 10px;
}
select {
background: #eee;
}
select optgroup {
color: #333;
font-style: normal;
font-weight: normal;
}
select optgroup option {
color: #888;
}