.ptitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin: 0 70px;
	border-top: solid 1px #c4af62;
	font-family: sans-serif
}

.profile {
	width: 570px;
	margin: 10px auto 20px auto;
	padding: 10px 0;
	border: solid 1px #c4af62;
	background: #ffe480;
}

.profilep {
	width: 550px;
	font-size: 12px;
	margin: 10px auto;
	font-family: sans-serif;
}

.profile .alert {
	color: red;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.profile .message {
	font-size: 14px;
	margin: 5px 30px;
}
	

.name {
	font-weight: bold;
}

.links {
	font-size: 12px;
}

.links a {
    color : #0000FF;
    text-decoration : none;
}

.links a:link {
    color : #0000FF;
    text-decoration : none;
}

.links a:visited {
    color : #0000FF;
    text-decoration : none;
}

.links a:hover {
    color : #0000FF;
    text-decoration : underline;
}

.cancel {
        color: #0000FF;
        font-size: 12px;
        cursor: pointer;
}

.cancel:hover {
        color : #0000FF;
        text-decoration : underline;
        cursor: pointer;
}

.subscrtext {
	width: 530px;
	font-size: 80%;
	margin: 0 auto 15px auto;
	font-family: sans-serif;
}

table.index {
	width: 480px;
	margin: 18px auto;
	background: #fff7d5;
	border: solid 1px #666666;
	border-collapse: collapse;
}

table.index th {
	text-align: left;
	padding: 3px 10px;
	font-size: 16px;
}

table.index td {
	text-align: left;
	padding: 5px 15px;
	border-top: 1px solid #c9b893;
	font-size: 14px;
}

table.index .total {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.invalid {
	color: red;
	font-weight: bold;
}

.remainbox {
	margin: 0 auto 10px auto;
	border: solid 1px #666666;
	background: #dddddd;
	font-size: 14px;
}
