@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	margin:0;
}

.content {
	background-color:#000;
}


.content img {
	display:block;
	margin:0 auto;
}

.content_input {
	margin:0 auto;
	width:1000px;
	height:952px;
	background-image:url(https://www.mycard520.com.tw/ns_active/web/irunaol_13124/images/input.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.content_message {
	margin:0 auto;
	width:1000px;
	height:800px;
	background-image:url(https://www.mycard520.com.tw/ns_active/web/irunaol_13124/images/message.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.explanation {
	margin:0 auto;
	background:#000;
}

.explanation img {
	display:block;
	margin:0 auto;
}

.big_section {
	margin:460px 0 0 100px;
	width:382px;
	height:185px;
}


#title_message {
	float:left;
	margin:0 0 17px 0;
	*margin:0;
}

.title_left {
	float:left;
	width:22px;
	height:40px;
	background-image:url(https://www.mycard520.com.tw/ns_active/web/irunaol_13124/images/title_left.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#title_message h2 {
	text-indent:0;
	margin:0 0 0 0;
	padding:0 10px;
	font-family:Verdana,"微軟正黑體";
	font-size:18px;
	color:#000;
	text-shadow:1px 1px 1px rgba(255,255,255,0.4);
	background-color:#ffe698;
	height:36px;
	float:left;
	line-height:200%;
}

.title_right {
	float:left;
	width:121px;
	height:40px;
	background-image:url(https://www.mycard520.com.tw/ns_active/web/irunaol_13124/images/title_right.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.message {
	margin:17px 0 0 0;
	padding:8px 0 9px 0;
	clear:both;
	font-family:Verdana,"微軟正黑體";
	font-size:28px;
	color:#FFF;
	text-align:left;
}

.message_red {
	margin:17px 0 0 0;
	padding:8px 0 9px 0;
	clear:both;
	font-family:Verdana,"微軟正黑體";
	font-size:18px;
	color:#e22500;
	text-align:left;
}

.input_body {
	clear:both;
	text-align:left;
	margin:0 0 17px 0;
}

.input_title {
	margin:17px 0 9px 0;
	font-family:Verdana,"微軟正黑體";
	font-size:16px;
	color:#FFF;
	display:block;
}

input {
	width:370px;
	padding:5px;
	font-size:15px;
	border:1px solid #ccc;
	outline: none;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* Opera 10.50 and later (CSS3 standard) */
	-webkit-box-shadow: inset 0 1px 1px #DEDEDE;
	box-shadow: inset 0 2px 2px #DEDEDE;
}

.btn {
	padding:0 0 0 0;
	margin:15px 0 15px 0;
	text-align:left;
	clear:both;
}

/* 黃按鈕 */
.b_yellow {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:Verdana,"微軟正黑體";
	font-size:15px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.b_yellow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.b_yellow:active {
	position:relative;
	top:1px;
}
/* end黃按鈕 */

/* 白按鈕 */
.b_white {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Verdana,"微軟正黑體";
	font-size:15px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.b_white:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
}.b_white:active {
	position:relative;
	top:1px;
}
/* end白按鈕 */
	