﻿/*edit by Naomi*/
.sometable .tdline
{
    border-bottom:#846262 1px dashed;
}
.member_img
{
    margin-top:10px;
    margin-bottom:20px;
}

/* NewMember.aspx */
input[type=submit]:hover,#btnagree
{
	background: url(../images/btn_submit_o.jpg) no-repeat;
	width: 74px;
	height: 22px;
	color: #ffffff;
	border: 0px none;
}

input[type=submit],#btnagree
{
	background: url(../images/btn_submit.jpg) no-repeat;
	width: 74px;
	height: 22px;
	color: #ffffff;
	border: 0px none;
}

input[type=text],input[type=password]
{
	border: 1px solid #808080;
    font-size: 14px;
}

.agree:hover
{
    text-decoration:underline;
    cursor:pointer;
}

.subtitle
{
    line-height:20px;
    padding: 25px 0 5px 0;
    font-size:1.25em;
    color:#5b2f2e;
    border-bottom: 2px solid #846262;
}

.datacontent
{
    line-height:20px;
    padding: 19px 0 19px 0;  
    font-size:1em;
    color:#5b2f2e;
    border-bottom: 1px dashed #846262;
}

th.datacontent
{
    width:90px;
    font-weight:normal;
    text-align:left;
}

.remark
{
    color:Red;
}

.remarktext
{
    color:Red;
    font-size:1em;
}

#ctl00_ContentPlaceHolder1_rtn_性別 td,#ctl00_ContentPlaceHolder1_rtn_裝修次數 td,#ctl00_ContentPlaceHolder1_rtn_訂閱電子報 td
{
padding-right:16px;
}

/* NewCheckDesigner.aspx */
.redtitle
{
    line-height:30px;
    color:#e85026;
    font-size:16px;
    margin:20px 0 5px 0;
}

.specialcontent
{
    background-color:#5b2f2e;
    text-decoration:underline;
    font-size:1.35em;
    color:White;
    line-height:2em;
    padding:5px 0 5px 0;
}

.content
{
    line-height:180%;
    color:#666;
    font-size:1em;  
}

.content .listcontent
{
line-height:180%;
_padding:3px 0px;
}

.content .listcontent img
{
    vertical-align:middle;
}

.radio
{
    border-top: 1px dashed #836262;
    margin: 20px 0 20px 0;
    padding:20px 0 0 0;
    clear:both;
    display:table;
}

.radiobutton
{
    width:385px;
    height:55px;
    /*float:left;*/
    line-height:2em;
}

.radiocontent
{
    /*float:left;*/
    width:115px;
    height:55px;
    vertical-align:middle;
    display:block;
}

/* NewMemberOK.aspx */
.okredtitle
{
    line-height:22px;
    color:#f30;
    font-size:1.3em;
    margin:0px 0 5px 0;
    margin-top:25px;
}


.okcontent
{
    line-height:24px;
    color:#666;
    font-size:1em;    
}


/*電話*/
.tel_section input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #afafaf;
  font-size: 14px;   
}
.tel_section input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #afafaf;
  font-size: 14px; 
}
.tel_section input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #afafaf;
  font-size: 14px; 
}
.tel_section input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #afafaf;
  font-size: 14px; 
}



/*浮水印字體*/
.watertext::-webkit-input-placeholder {
    color: #afafaf;
    font: 400 13.3333px Arial;
}

.watertext:-moz-placeholder {
    color: #afafaf;
    font: 400 13.3333px Arial;
}

.watertext:-ms-input-placeholder {
    color: #afafaf;
    font: 400 13.3333px Arial;
}