@charset "UTF-8";
/* CSS Document */
a {
	color:#ee1d22;
	font-family:true_boldregular !important;
	}
.tmu_aircard {
	width:988px;
	height:448px;
	background-image:url(../images/tmu_aircard/tmu_aircard_bg.jpg);
	margin:0 auto;
	margin-top:20px;
	}
.aircardright_content {
	width:450px;
	height:auto;
	float:right;
	margin-right:50px;
	}

.aircardright_content b  {
	font-family:true_boldregular !important;
	font-weight:normal;
	}
.aircardright_content .title {
	text-align:center;
	margin-top:30px;
	font-family:true_boldregular !important;
	font-size:30px;
	line-height:45px;
	}
.aircardright_content .form_tandc {
	width:410px;
	height:170px;
	background-color:#ececec;
	background-color:rgba(236,236,236,0.7);
	border-radius:5px;
	box-shadow:inset #FFF 0px 0px 0px 1px,inset rgba(0,0,0,0.1) 0px 0px 10px;
	margin-top:20px;
	text-align:left;
	padding:20px;
	overflow:auto;
	font-family:"true_mediumregular";
	}
.btn {
	text-align:center;
	font-family:"true_boldregular";
	font-size:14px;
	margin-top:20px;
	}
.btn .btn_red {
	display:inline-block;
	}
.btn .btn_red a {
	display:block;
	background: #eb1c23; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb1c23 0%, #bf0006 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb1c23), color-stop(100%,#bf0006)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eb1c23 0%,#bf0006 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eb1c23 0%,#bf0006 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eb1c23 0%,#bf0006 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eb1c23 0%,#bf0006 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c23', endColorstr='#bf0006',GradientType=0 ); /* IE6-9 */
	padding:7px 20px 7px 20px;
	border-radius:5px;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.3) 1px 1px 2px;
	box-shadow:inset #c00007 0px 0px 0px 1px, rgba(0,0,0,0.2) 1px 1px 2px, inset rgba(255,255,255,0.3) 0px 2px 1px;
	}
.btn .btn_gray {
	display:inline-block;
	}
.btn .btn_gray a {
	display:block;
	background: #c5c5c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #c5c5c5 0%, #a6a6a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c5c5), color-stop(100%,#a6a6a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c5c5c5 0%,#a6a6a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c5c5c5 0%,#a6a6a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c5c5c5 0%,#a6a6a6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c5c5c5 0%,#a6a6a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#a6a6a6',GradientType=0 ); /* IE6-9 */
	padding:7px 20px 7px 20px;
	border-radius:5px;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.3) 1px 1px 2px;
	box-shadow:inset #a6a6a6 0px 0px 0px 1px, rgba(0,0,0,0.2) 1px 1px 2px, inset rgba(255,255,255,0.3) 0px 2px 1px;
	}	
.aircardright_content .form_register {
	border-top:#828282 1px solid;
	border-bottom:#828282 1px solid;
	margin-top:15px;
	padding:15px 0px 10px 0px;
	}
.aircardright_content .form_register * {
	font-family:"true_mediumregular";
	}
.aircardright_content .form_register .register_title {
	font-family:"true_boldregular";
	font-size:14px;
	margin-bottom:15px;
	}
.aircardright_content .form_register input {
	border-radius:5px;
	border:#dedede 1px solid;
	height:27px;
	width:100%;
	font-size:12px;
	box-shadow:inset rgba(0,0,0,0.1) 1px 1px 3px;
	padding:0px 5px 0px 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	font-family:"true_mediumregular";
	}
.aircardright_content .form_register .form_left {
	width:190px;
	height:45px;
	float:left;
	font-size:12px;
	}
.aircardright_content .form_register .form_right {
	width:240px;
	height:45px;
	float:right;
	}
.aircardright_content .form_error {
	border-top:#828282 1px solid;
	border-bottom:#828282 1px solid;
	margin-top:15px;
	padding:80px 0px 80px 0px;
	}
.aircardright_content .form_error * {
	font-family:"true_mediumregular";
	text-align:center;
	font-size:14px;
	}