@charset "utf-8";

/* layout */
/* 輸出專用自訂樣式表 */

body { background: #FF9900; 
	margin:0;
	padding:0;
}


.font1-1 { font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:25px;
	color:#990000;
}

.font1-2 { font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:25px;
	color:#932B04;
}

.font2-1 { font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
}

.font2-2 { font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	color:#FF0000;
}

.font3-1 { font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
}

#paging {
	width: auto;
	height: auto;
	margin:0;
	padding: 0px 5px 0px 5px;
	font-size:11px;
	color: #fff;
}
#paging select {
	background-color: #fff;
	color: #000;
}
#paging a {
	color: #fff;
}

.photosdialog {
	width:640px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.dialogslogan {
	padding-top:10px;
	height:30px;
	width:100%;
	background-color:#333;
	font-size:1.5em;
	font-weight:bold;
	text-align: center;
	color:#fff;
	opacity:0.8;
	zoom:1;
	filter: alpha(opacity=70);
}
.dialogcontent {
	margin-top:480px;
	padding:5px;
	height:auto;
	width:630px;
	overflow:auto;
	color:#fff;
	text-align:left;
	background-color: #333;
	opacity:0.8;
	zoom:1;
	filter: alpha(opacity=70);
}
.dialogbutton {
	height:40px;
	width:640px;
	text-align:center;
	background-color:#333;
	color: #fff;
	opacity:0.8;
	zoom:1;
	filter: alpha(opacity=70);
}
.dialogbutton input {
	background-color: #fff;
	color: #000;
}

.photoheader {
	width:142px;
	height:25px;
}
.photobody {
	width:142px;
	height:156px;
	margin:0px 0px 0px 0px;
	background: url(../../images/funny/photo_center.gif) top left transparent repeat-y;
}
.photo {
	width:100px;
	height:100px;
	margin:0 auto;
	cursor:pointer;
}
.slogan, .nickname, .voting {
	width:100px;
	height:auto;
	margin:0 auto;
	font-size:11px;
	line-height:1.5em;
}
.photofooter {
	width:142px;
	height:30px;
	cursor:pointer;
}


#confirmaccountdialog h1,
#forgotpassowrddialog h1,
#signupdialogbox h1 {
    margin: 4px;
    padding:0;
    border-bottom: 1px solid #efefef;
    font-size: 1.2em;
    color: #c00;
}

.loginbox .messagebox {
    width: 320px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #ffcd56;
    padding: 10px;
    background-color: #fffcac;
}

.xt-inline-block {
	display:-moz-inline-box;
	display:inline-block;
	zoom: 1;
	*display:inline;
}

.xt-button {
	border: 0 none;
	margin:0 10px 2px 2px;
	left: -2px;
	position: relative;
}

.xt-button-outer {
	border-color: #bbb;
	border-style: solid;
	border-width: 1px 0;
	padding: 0;
	margin:0;
}

.xt-button-inner {
	background: #e3e3e3;
	border-color: #bbb;
	border-style: solid;
	border-width: 0 1px;
	cursor: pointer;
	margin: 0 -1px;
	position: relative;
	padding: 0;
	*overflow: hidden;
	*left: -1px;
}

.xt-button-position {
	position: relative;
	height: 100%;
	display: block;
	_height: auto;
}

.xt-button-shadow {
	background: #f9f9f9;
	border-bottom: 0.2em solid #eee;
	height: 0.9em;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	_position: static;
	*line-height: 0.65em;
	*height: auto;
}

.xt-button-content {
	line-height: 1.8em;
	padding: 0 8px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	display: block;
	_line-height: 1.5em;
	_padding-bottom: 2px;
	_margin: -0.75em auto auto;
}
