body{
	font: normal Microsoft JhengHei, Arial;
}

#footer a:link, a:visited, a:hover{
	/* color: #999999; */
	text-decoration: none;
}

#footer div{
	padding: 4px;
}

.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

.blackButton{
	cursor: pointer;
	color: black;
	border: 1px;
	border-width: 1px;
	border-color: black;
	padding: 10px;
	background-color: white;
}

.blueButton{
	min-width: 100px;
	display: inline-block;
	position: relative;
	padding: 15px 60px;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	transition: all 0.15s ease 0s;
	border-color: #34B3D7;
	border-width: 5px;
	border-style: solid;
	width: auto;cursor: pointer;background: white;
}

.blueButton:hover{
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), 0px 0px 2px rgba(0, 0, 0, 0.5) inset;
    text-decoration: none;
    background: none repeat scroll 0% 0% #70C9E3;
    color: #FFF;
}

.bigButton{
	cursor: pointer;
	width: 223px !important;
	height: 79px;
	background-image: url("../images/payment/paymentMethods/upload_btn.png");
}
.bigButton div{
	text-align: center;
	font-size: 25px;
	color: #000000;
	padding-top: 29px;
}

.editButton{
	cursor: pointer;
	margin-top: 20px;
	margin-left: 5px;
	width: 35px;
	height: 35px;
	background-image: url("../images/general/edit_btn.png");
}

.titleDiv{
	width: 200px;
}
.title{
	font-weight: bold;
	margin-top: 10px;
	font-size: 38.5px;
}

.index{
	margin-top: 23px;
	font-size: 12px;
}

.index .arrow{
	margin: 2px;
}

.treeHr{
	border: 0;border-top: 1px solid black;
	margin: 20px 0px 0px 0px;
}

h1{
	font-size: 38.5px
}

.selectedIcon{
	width: 50px;
	height: 50px;
	background-image: url("../images/ancestor/success_graphic.png");
}

.paymentCompletedIcon{
	width: 297px;
	height: 182px;
	background-image: url("../images/payment/payment_success.png");
	margin-left: auto;
	margin-right: auto;
}

.blueImageButton{
	cursor: pointer;
	width: 224px;
	height: 80px;
	background-image: url("../images/general/blue_image_button.png");
	margin-left: auto;
	margin-right: auto;
}
.blueImageText{
	font-size: 25px;
	color: #29b5d9;
	padding-top: 25px;
}

.buttonCenter{
	margin-left: 470px;
}

.greyText{
	color: #919699;
}

.blueText{
	color: #29b5d9;
	color: #034694;
}

.redText{
	color: red;
}

.inputLabel{
	margin-left: 395px;
}

.inputField{
	width: 350px;
}
