body {
	font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,sans-serif;
	font-size: 15px;
	color: #333;
}

h1 {
	color: #fff;
	font-size: 30px;
	display: inline-block;
	line-height: 40px
}

h2 {
	font-size: 24px;
	font-weight: 700;
	color: #c08328;
}

h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 40px
}

h4 {
	font-size: 24px;
	font-weight: 700;
	color: red;
}

label {
	text-align: left !important;
}

sup {
	color: red;
}

hr {
	margin-top: 30px;
	border-top: 1px solid #00457c;
}

button {
	transition: all 0.3s ease 0s;
}


/* Radio button */
.radio1 {
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
}

.radio1:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align:middle;
	background-color: #fff;
	color: #f3f3f3;
	text-align: center;
	font-size: 32px;
	border-radius: 10px;
	border: 1px solid #c08328;
    margin-right: 10px;
}

input[type=radio] {
	display: none;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #c08328;
    font-size: 32px;
    text-align: center;
    line-height: 12px;
}
/* End radio button */

/* Checkbox */

/* End Checkbox */

.title_btn {
	background: #FFF;
	color: #00457c;
	font-weight: 700 !important;
}

.btn1 {
	background: #00457c;
	padding: 5px 30px 5px 30px;
	color: #fff;
	font-size: 20px;
}


.btn2 {
	background: #aa002d;
	padding: 5px 30px 5px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	width: 280px;
}

.btn3 {
	background: #00457c;
	padding: 5px 30px 5px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	width: 280px;
}


.btn4 {
	background: #bbb;
	padding: 5px 30px 5px 30px;
	color: #333;
	font-size: 20px;
	border: 1px solid #999;
}

.btn1:hover, .btn3:hover,
.btn1:focus, .btn3:focus {
	color: #fff;
	background: #00345e;
}

.btn2:hover,
.btn2:focus {
	color: #fff;
	background: #860023;
}

.title_btn:hover,
.title_btn:focus {
	color: #fff !important;
	background: #00345e;
}

.input_style {
	border: 1px solid #c08328;
}

.container {
	width: 980px;
}

#header {
	margin-top: 30px;
}

#logo {
	z-index: 12345;
}

#title {
	background: #00457c;
	height: 100px;
	margin-top: 35px;
	padding-left: 60px;
    padding-top: 10px;
}

.top_btn {
	background: #00457c;
	height: 100px;
	display: inline-block;
    padding: 12px;
    margin-top: 35px;
}

#right_btn {
	display: inline-block;
	margin-top: 20px;
	margin-right: 10px;
	float: right;
	z-index: 13145;
}

/* span */
.red {
	color: red !important;
}

.thx {
	color: #00457c;
	font-size: 35px;
	font-weight: 700;
}

.donation {
	color: #333;
	font-size: 25px;
	font-weight: 700;
}

/* End span */

.greylabel {
	color: #DDD !important;
}

.col-sm-7 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Donation use for */
.dropdown1 {
	width: 440px;
}

/* Donation Amount $ */
.dropdown2 {
	width: 100px;
	display: inline-block;
}

/* Donor Info $ */
.dropdown3 {
	width: 125px;
	display: inline-block;
	margin-right: 10px;
}

/* General Input */
.input1 {
	width: 265px;
}

/* Name Input */
.input2 {
	width: 125px;
	display: inline-block;
	margin-right: 10px;
}

/* Donation Amount Input */
.input3 {
	width: 320px;
	display: inline-block;
	margin-left: 10px;
}

/* Donor Radio */
.donor_radio {
	font-size: 16px;
	color: #c08328;
}

/* Address Textarea */
.textarea1 {
	width: 265px;
}

footer {
	background: #00457c;
	color: #fff;
	padding: 40px;
}

footer a,
footer a:hover {
	color: #fff;
}

.jquery-valid-error {
	border: 1px solid #F00;
	box-shadow: 0 0 5px rgba(255,0,0,0.5), inset 0px 0px 7px rgba(255,0,0,0.5);
	color: #f00;
}

.jquery-valid-success {
	border: 1px solid #c08328;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.row-margin {
	margin: 20px 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #c08328;
}
