@charset "UTF-8";
/* CSS Document */

html {
	text-align: center;
	background-color: #D4D4D4;
}

body {
	font-family:"Gill Sans" , "Helvetica", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #808080;
	background-color: #D4D4D4;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}

/* wrap */

#wrapper {
	width:100%;
	min-width: 780px;
	padding-top: 15px;
	width: expression(document.body.clientWidth < 782? "780px" : "auto");
}

#wrapper2 {
	margin-right: 15px;
	margin-left: 15px;
	background-color: #FFFFFF;
}


/* flame_top */

.flame_top {
	background-image: url(../img/top2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 28px;
}

.flame_top_left {
	background-image: url(../img/top_left2.gif);
	height: 28px;
	width: 28px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

.flame_top_right {
	background-image: url(../img/top_right2.gif);
	height: 28px;
	width: 28px;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
}

/* head */

#head {
	height: 50px;
}

.title_box{
	margin-left: 30px;
	height: 50px;
	float: left;
}

#head h1{
	height: 17px;
	width: 191px;
	float: left;
	margin-top: 11px;
}

.box {
	float: left;
	width: 90%;
}

.user_name {
	float: right;
	text-align: right;
	font-size: 12px;
	height: 15px;
	font-weight: bold;
	font-style: italic;
	width: 250px;
}


/* top_menu */

.tmenu_box {
	margin-right: 30px;
	float: right;
	text-align: right;
	font-size: 11px;
	width: 250px;
	height: 50px;
}

.tmenu_box a{
	color: #808080;
}

.tmenu_box a:hover{
	color: #808080;
	background-color: #EDEDED;
}

.tmenu_box1 a{
	color: #808080;
}

.tmenu_box1 a:hover{
	color: #808080;
	background-color: #EDEDED;
}

.tmenu_box1 {
	float: left;
	text-align: right;
	margin-left: 15px;
	font-size: 11px;
	margin-top: 18px;
}

.tmenu_box2 {
	float: right;
	text-align: right;
	margin-top: 3px;
	margin-left: 5px;
}

.tmenu_box3 {
	float: left;
	text-align: left;
	width: 130px;
}

.tmenu {
	float: left;
	margin-left: 5px;
}

.tmenu_icon {
	float: left;
}

/* top_comment */
.top_comment{
	float: left;
	margin-left: 35px;
	clear: both;
}

/* main */

.ads_top {
	height: 15px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.ads_bot {
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

.result {
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	clear: both;
}

/* form */

.form_comment{
	float: left;
	width: 276px;
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
}

.b_graffit {
	float: left;
	border: 0px none;
	margin-left: 10px;
}

.form {
	float:left;
	width: 360px;
	padding-left: 90px;
}

.textinput {
	text-align: center;
	border: 1px solid #999999;
	width: 273px;
	height: 164px;
	resize:none;
	float: left;
	font-size: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F2F2F2;
}

.ctr_menu {
	width:273px;
	background-image: url(../img/menu_back.png);
	background-repeat: repeat-x;
	height: 49px;
	margin-top: 8px;
	float: left;
	clear: both;
	background-position: top;
}

.ctr_menu_left {
	background-image: url(../img/menu_left.png);
	height: 49px;
	width: 16px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

.ctr_menu_right {
	background-image: url(../img/menu_right.png);
	height: 49px;
	width: 16px;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
}

.form_ctr_box {
	float: left;
}

.ctr_menu_icon{
	margin-left: 10px;
	margin-right: 13px;
	height: 43px;
	width: 36px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}


/* bottom */

.flame_bot {
	height: 27px;
	clear: both;
}

.flame_bot_left {
	background-image: url(../img/bottom_left3.gif);
	height: 27px;
	width: 27px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.flame_bot_right {
	background-image: url(../img/bottom_right3.gif);
	height: 27px;
	width: 27px;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* footer */

#footer {
	height: 20px;
	padding-top: 7px;
	background-color: #D4D4D4;
	clear: both;
	margin-right: 15px;
	margin-left: 15px;
}

.footer_ver {
	float: left;
	font-size: 10px;
	margin-top: 2px;
}

.footer_lan{
	float: left;
	font-size: 10px;
	margin-top: 2px;
	margin-left: 20px;
	color: #6B6B6B;
}

.footer_sel{
	float: left;
	font-size: 10px;
	margin-left: 5px;
	color: #6B6B6B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
}

.footer_menu_box {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 15px;
	width: 450px;
	color: #808080;
}

.footer_menu_box a{
	color: #808080;
}

.footer_menu {
	margin-left: 3px;
	margin-right: 3px;
}

.footer_cpr {
	float: right;
	font-size: 10px;
	margin-top: 2px;
	margin-right: 5px;
	color: #6B6B6B;
}

.link_txt {
	text-align: center;
	border: 1px solid #000000;
	width: 230px;
	height: 20px;
	resize:none;
	margin-top: 18px;
	font-size:14px;
}

.copy_link {
	margin-top: 10px;
	font-size: 8px;
	margin-left: auto;
	margin-right: auto;
}

#menu_sav{
	background-image:url(../img/menu_sav.png);
}

#menu_snd{
	background-image:url(../img/menu_snd.png);
}

#menu_shr{
	background-image:url(../img/menu_shr.png);
}

#menu_lnk{
	background-image:url(../img/menu_lnk.png);
}

.compose{
}
.save{
	border: 1px solid #999999;
	width: 273px;
	height: 164px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F2F2F2;
}
.share{
	border: 1px solid #999999;
	width: 273px;
	height: 164px;
	font-size:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F2F2F2;
}
.link{
	border: 1px solid #999999;
	width: 273px;
	height: 164px;
	font-size:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F2F2F2;
}

.btt_box{
	position: relative;
	overflow: hidden;
	clear: both;
	margin-top: 15px;
}

.btt_box a{
	color: #6B6B6B;
}

.btt_box2{
	position: relative;
  	left: 50%;
  	float: left;
}

.btt_img{
	position: relative;
	left: -50%;
	float: left;
}

.btt_txt{
	position: relative;
	left: -50%;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 12px;
}

.page {
	position: relative;
	overflow: hidden;
	font-size: 12px;
	color: #6B6B6B;
	clear: both;
}

.page ul {
  position: relative;
  left: 50%;
  float: left;
}

.page ul li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}

/* reply page */

.reply_wrappe {
	clear: both;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

.reply_ctr_menu {
	width:140px;
	background-image: url(../img/menu_back.gif);
	background-repeat: repeat-x;
	height: 40px;
	float: left;
	clear: both;
}

.reply_ctr_menu_icon{
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 2px;
	height: 35px;
	width: 35px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}

.reply_ctr_menu_left {
	background-image: url(../img/menu_left.gif);
	height: 40px;
	width: 8px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 2px;
}

.reply_ctr_menu_right {
	background-image: url(../img/menu_right.gif);
	height: 40px;
	width: 8px;
	float: right;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.reply_ads_bot {
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 15px;
}
.error {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	color: #FF0000;
	font-size: 12px;
	height: 20px;
}
.message {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	color: #009FE8;
	font-size: 12px;
	height: 20px;
}
.admintable{
	border:solid 1px;
	width:100%;
}
.admintable tr td{
	border:solid 1px;
	font-size:11px;
	color:#000000;
}
.admintable tr th{
	border:solid 1px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.admintable tr th a{
	font-size:12px;
	font-weight:bold;
	color:#000099;
	text-decoration:underline;
}
.admindiv{
	font-size:11px;
	color:#000000;
}
.disabled{
	display:inline;
	color:#555555;
}
.admindiv dt{
	font-size:12px;
	font-weight:bolder;
}
.admindiv h2{
	font-size:14px;
	font-weight:bolder;
}
.error-message{
	clear:both;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #FF0000;
	font-size: 12px;
	height: 20px;
	display:block;
}
.ordanc{
	color:#6B6B6B;
	font-size:14px;
}
.cropimaging{
	clear:both;
	margin-right: auto;
	margin-left: auto;
	width:850px;
	padding-left:0px;
	padding-right:0px;
}

.addthis_toolbox{
	margin-top:15px;
	font-size:8px;
}

.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}

.tipsdiv
{
	padding-left:30px;
	float:left;
}
.formwrapperWithoutTips
{
	position:relative;
	width:390px;
	margin-left:auto;
	margin-right:auto;
}
.formwrapperWithTips
{
	position:relative;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	height: 245px;
}
.tipsdiv
{
	display:inline;
	position:absolute;
	left:-144px;
	top:10px;
}
#menu3_sub{
	color:#000000;
}
#menu4_sub{
	color:#000000;
}
