.scarlet_box_35 {
	width:100%;
	height:35px;
	background-color:#EA5545;
	display:block;
	text-align:center;
	padding-top:10px;
}

.blue_box_35 {
	width:100%;
	height:35px;
	background-color:#0d5bd8;
	display:block;
	text-align:center;
	padding-top:10px;
}


section.cmt_wrap .ul_wrap {
    border-top: 1px solid #e1e1e1;
	padding: 10px;
    clear: both
}

section.cmt_wrap .ul_wrap > li {
    padding-bottom:5px;
	color:#666;
}

section.cmt_wrap .ul_wrap .r_list {
    float: right;
    text-align: right;
    width: 100px;
}

section.cmt_wrap .comment {
	padding-left: 20px;
}

section.cmt_wrap .ul_wrap_rp {
    border-top: 1px solid #e1e1e1;
	padding: 10px 10px 10px 20px;
    clear: both
}

section.cmt_wrap .ul_wrap_rp > li {
    padding-bottom:5px;
	color:#666;
}

section.cmt_wrap .ul_wrap_rp .rp_icon {
    background: rgba(0, 0, 0, 0) url("/img/icon_cmt_re.gif") no-repeat scroll 0 5px;
    padding-left: 12px;
}


section.cmt_wrap .ul_wrap_rp .r_list {
    float: right;
    text-align: right;
    width: 100px;
}

.dv_comment_write li {
	float:left;
}

.dv_comment_write li:first-child {
	width:15%;
	height: 100%;
}

.dv_comment_write li:first-child span {
	width:100%;
	height: 96px;
	border:1px solid #ccc;
	background:#fff;
	text-align:center;
	display:block;
	padding:7px;
}

.dv_comment_write li:first-child + li{
	width:65%;
	height: 100%;
	padding: 0px 5px;
}

.dv_comment_write li:first-child + li textarea{
	width:100%;
	height:96px;
	border:1px solid #ccc;
	background:#fff; 
}

.dv_comment_write li:first-child + li + li {
	width:20%;
	height: 100%;
}

.dv_comment_write .btn_box { width:100%; height:96px; line-height:94px; border:1px solid #ccc; background:#fff; text-align:center;}
.dv_comment_write .btn_box a { display:block;  }

.dv_comment_write .btn_box_save {
	width:100%;
	border:1px solid #ccc;
	background:#fff;
	text-align:center;
	display: block;
	height: 45px;
	line-height: 45px;
	margin-bottom:5px;
}
.dv_comment_write .btn_box_cancel {
	width:100%;
	border:1px solid #ccc;
	background:#ddd;
	text-align:center;
	display: block;
	height: 45px;
	line-height: 45px;
	margin-bottom:5px;
}

div.loading_box {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
	left:0px;
	top:0px;
}
div.loading_box img {
    left: 50%;
	margin-left: -32px;
	margin-top: -32px;
    position: absolute;
    top: 50%;
}

div.center_container {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
	top: 0;
	left: 0;
}

div.center_outer {
  display: table;
  width: 100%;
  height: 100%;
}
div.center_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.center_centered {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 1em;
  background: white;
  color: black;
  min-width:350px;
}
span.option_list{
	border: 1px solid #ccc;
	text-align:center;
	margin-right:5px;
	margin-bottom:5px;
	padding: 0 8px;
}
span.option_fg{
	float:left;
	border: 1px solid #ccc;
	text-align:center;
	margin-right:5px;
	margin-bottom:5px;
	padding:3px;
}

span.off{
	color:#CCC;
	border-color: #CCC;
}

span.cur{
	cursor:pointer;
}

.bgcolor_red {background-color:red;}
.bgcolor_orange {background-color:#f60;}
.bgcolor_blue {background-color:#1ca7e5;}
.bgcolor_lightblue {background-color:#00c0ff;}
.bgcolor_black {background-color:black;}
.bgcolor_green {background-color:#6c3;}
.bgcolor_darkgray {background-color:#333;}
.bgcolor_gray {background-color:#666;}
.bgcolor_lightgray {background-color:#ccc;}

.toggler {
	height: 200px;
	width: 500px;
}

#effect {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dddddd;
	color: #333333;
	left: 40%;
	top: 10px;
	padding: 0.4em;
	position: absolute;
	width: 240px;
	z-index: 99999;
}

#effect h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	background: #e9e9e9 none repeat scroll 0 0;
	border: 1px solid #dddddd;
	color: #333333;
	font-weight: bold;
}
#effect p {
	margin: 0;
	padding: 0.4em;
	text-align: center;
}

.date-pick {
	width:90px;
}

.right_fixed {
    position: fixed;
    bottom: 58px;
    right: 0px;
    z-index: 1000;
}

.right_fixed img {
    border: 1px solid #e5e5e5;
}

.right_fixed a {
    display: block;
    margin-top: -1px;
	line-height: 0px;
}