#terms {
	height: 300px;
	overflow: auto;
	padding: 40px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	font-size: 13px;
}

#terms h1 {
	margin: 0 0 1.5em;
	font-size: 18px;
}


#agree_button {
	display: block;
	width: 440px;
	height: 47px;
	margin: 30px auto 0;
	padding: 13px 0 0;
	background: #339999;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#agree_button:hover {
	background: #83B81A;
}



#terms_button {
	display: block;
	width: 180px;
	height: 23px;
	margin: 25px auto 0;
	padding: 12px 0 0;
	border: none;
	border-radius: 30px;
	background: #339999;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#terms_button:hover {
	background: #83B81A;
}



/** Form
-----------------------------------------*/
#header_message {
	margin: 0 0 20px;
}



#form_table {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
}
#form_table th,
#form_table td {
	padding: 15px;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 14px;
}
#form_table th {
	width: 150px;
}

#form_table .cap {
	margin: 5px 0 0 30px;
	font-size: 13px;
	color: #999;
}

#form_table tr.error th,
#form_table tr.error td {
	background: #FFFBE6;
}
#form_table .alert {
	display: block;
	margin: 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 5px solid #ff0000;
	color: #ff0000;
}

#form_table label {
	display: inline-block;
	width: 2.2em;
	margin: 0 5px 0 0;
	text-align: right;
}
#form_table input {
	width: 140px;
	height: 18px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#form_table input.email {
	width: 390px;
	ime-mode: disabled;
}

#submit_button {
	display: block;
	width: 440px;
	height: 60px;
	margin: 30px auto 0;
	border: none;
	background: #339999;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#buttons {
	margin: 30px 0 100px;
	text-align: center;
}
#edit_button {
	display: inline-block;
	width: 160px;
	height: 60px;
	margin: 0 10px;
	border: none;
	background: #eee;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #339999;
	cursor: pointer;
}
#payment_button {
	display: inline-block;
	width: 320px;
	height: 47px;
	margin: 0 10px;
	padding: 13px 0 0;
	border: none;
	background: #339999;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}


/** Error
-----------------------------------------*/
.content.error h2 {
	margin: 50px 0 0;
	text-align: center;
}
#error_back_button {
	display: block;
	width: 320px;
	height: 37px;
	margin: 50px auto 10px;
	padding: 13px 0 0;
	border: none;
	background: #339999;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}