@charset "utf-8";

table#profile_detail {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border: solid 1px #666;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;

}

table#profile_detail th {
	width :30%;
	background-color: #ccc;
	color: #000;
	border: solid 1px #666;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#profile_detail td {
	width :70%;
	border: solid 1px #666;
	padding: 10px;
}

table#profile_detail tr:first-child th:first-child {
	border-radius: 15px 0 0 0;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}
table#profile_detail tr:last-child th:first-child {
	border-radius: 0 0 0 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

table#profile_detail tr:first-child td:last-child {
	border-radius: 0 15px 0 0;
	-moz-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}
table#profile_detail tr:last-child td:last-child {
	border-radius: 0 0 15px 0;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.btn_link {
	width: 90%;
	padding-left: 20px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.btn_link a {
	display: block;
	height: auto;
	width: auto;
	font-weight:bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background-color: #eee;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.btn_link a:hover {
	background-color: #fff;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
}
