@charset "UTF-8";
/* CSS Document */
#header {
	/*margin-bottom: 60px;*/
}
#profile {
	padding-top: 20px;
}

#profile .avator {
	width: 80px;
	float: left;
	text-align: right;
	
}
#profile .msg {
	width: 630px;
	float: right;
	font-size: 16x; 
	border-bottom: #999 solid 1px;
	margin-bottom: 10px;
}
#profile .btn_edit {
	width: 630px;
	float: right;
	margin-bottom: 30px;
}


#profile h3 {
	color: #D60B59;
	font-size: 16px;
	background: url(/common/images/bg_arrow.gif) 15px center no-repeat;
	padding-left: 30px;
	width: 700px; 
	margin: 0 auto 10px auto;
}
#profile {
	background: #F6F4F7;
	padding-bottom: 5px;
}
#profile .myshop {
	margin-top: 20px;
	width: 730px; 
	background: #FFF;
	margin: 0 auto;
	padding-top: 10px;
	float: none; 
	clear: both;
}
#profile .myshop table {
	width: 700px;
	margin: 0 auto;
/*	border-bottom: solid 1px #999999;*/
	margin-bottom:20px;
}
#profile .myshop table th {
	width: 300px;
}
#profile .myshop table td,
#profile .myshop table th {
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 7px;
	background: url(/common/images/line.gif) bottom repeat-x;
}
#profile .myshop table th a {
	color: #D60B59;
	background: url(/common/images/point.gif) no-repeat left top;
	padding-left: 20px;
}


.pagenavi {
	background: #FFF;
	padding: 5px 10px;
}
.pagenavi p {
	text-align: center;
}
.pagenavi .navi {
	width: auto;
	padding: 3px;
	margin-bottom: 2px;
	background: url(/common/images/line_pagenavi.gif) center bottom no-repeat;
	
}
.pagenavi a {
	color: #D60B59;
}
.pagenavi .btn_prev {
	margin: 0 15px;
}
.pagenavi .btn_next {
	margin: 0 15px;
}

#form {
	padding-bottom:30px;
}

#form .item{
	padding:20px;
}
#form div.input{
	margin-bottom:5px;
}

#form label {
cursor : pointer;
display: block;
width: 150px;
float: left;
margin-bottom: 5px;
text-align: right;
padding:5px;
padding-right: 15px;
clear: left;
}

#form label.checkbox {
cursor : pointer;
margin-bottom: 5px;
padding:5px;
padding-left: 15px;

clear: left;
}

#form input[type="text"],#form input[type="password"],#form input[type="file"],#form textarea{
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom: 5px;
}
#form input[type="checkbox"]{
	padding:5px;
/*	margin-bottom: 5px;*/
}

#form .button{
	text-align:center;
	border-top:3px solid #AB9868;
	padding:20px;
}
#form .button div.submit{
	text-align:center;
}

#form input#MemberConfirm{
	display:none;
	width:0;
}
	
#form .button .buttons div.submit{
	width:50%;
	float:left;

}

#form textarea.message{
	color:#666666;
	border:1px solid #AB9868;
}

#form .error-message{
	margin-left:170px;
	color: #D60B59;
}

#form div.checkbox {
width:500px;
float:left;
	padding:5px;
	white-space:nowrap;
}

/*‰c‹ÆŽžŠÔ*/
#form div.bt_input div.input{
	width:180px;
	float:left;
	padding:0;
	margin:0;
}
#form div.bt_input div.input label{
	width:0px;
	text-align:left;
	display:none;
}

#form div.businestime{
	width:200px;
	float:left;
}
