div.frm {
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

div.frm table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:15px;
}

div.frm table td {
	padding: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #CCCCCC;
}


div.frm table td.tt {
	background: #efefef;
	width: 30%;
}
div.frm table td.cn {
	width: 70%;
}

div.frm div.btn {
	text-align: center;
}

div.frm div.ind_info {
	margin-top:5px;
	margin-bottom:15px;
	border: 3px double #CCCCCC;
	padding: 10px;
}

div.frm div.ind_info table {
	margin-bottom: 0;
}

div.frm div.ind_info table td {
	padding: 3px;
	padding-bottom: 3px;
	padding-top: 0;
	border: none;
}

div.frm div.ind_info table td.checkbox {
	padding-top:5px;
}

div.frm p.cmp_text {
	margin-top:70px;
	margin-bottom:70px;
}

div.frm p input {
	font-size:100%;
}

div.frm p.txt {
	margin-bottom:15px;
}

p.entrybtn a {
	width: 400px;
	padding: 10px 0;
	margin:10px auto 0;
	display: block;
	text-align: center;
	border: 3px double #cccccc;
	background: #00659C;
	color: #ffffff;
	font-weight: bold;
}

p.entrybtn a:hover {
	background: #D3E9F3;
	color: #006699;
}

div.profileph {
	float: right;
	padding-top: 20px;
	padding-left: 10px;
}

