h3{
	margin-top: 0px;
}
.tt input{
	width: 100%;
	line-height: 40px;
	margin-bottom: 10px;
}
.payment-option{
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    font-family: sans-serif;
    text-align: left;
}

.payment-item{
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #ccc;
}

.payment-item:last-child{
    border-bottom: none;
}

.payment-item input[type="radio"]{
    margin-right: 12px;
}
.total{
	width: 100%;
	margin-top: 15px;
	border-top: 1pt solid #CCC;
}
.total span{
	padding: 0px;
}
.left, .right{
	line-height: 40px;
	width: 50%;
	float: left;
}
.right{
	text-align: right;
}
.left a{
	text-decoration: none;
	font-size: 11pt;
	color: #2A9DCC;
}
.right button{
	line-height: 36px;
	width: 120px;
	background-color: #367FBD;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.place{
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
}
textarea{
	width: 100%;
	height: 100px;
}
.tt input, select, textarea{
	border: 1pt solid #CCC;
	border-radius: 5px;
}