@charset "UTF-8";
/* CSS Document */

 .template {
	position: relative;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	background: url("../images/create/create_bg.png");
	color: #fff;
 }
 
 .heading {
	position: absolute;
	width: 210px;
	height: 86px;
	background: url("../images/create/heading.png");
	top: 90px;
	left: 380px;
 }
 
 .wish_input {
	position: absolute;
	width: 863px;
	height: 177px;
	background: url("../images/create/input_box.png");
	top: 270px;
	left: 75px;
 }
 
 .wish_input input {
	 display: block;
	 margin: 8px 0 0 85px;
	 width: 695px;
	 height: 160px;
	 font-size: 18px;
	 background-color: transparent;
	 color: #fff;
	 border: 0;
	 overflow: hidden;
	 resize: none;
	 letter-spacing: 4px;
	 text-align: center;
 }
 
 .wish_input input:focus {
	 outline: 0;
 }
 
 .btn_confirm {
	position: absolute;
	width: 182px;
	height: 49px;
	background: url("../images/create/btn_confirm.png");
	top: 560px;
	left: 50%;
	margin-left: -100px;
 }
 
 .step {
	 position: absolute;
	 width: 200px;
	 height: 25px;
	 top: 630px;
	 left: 50%;
	 margin-left: -100px;
 }
 
 .step li {
	 display: inline-block;
	 margin-left: -10px;
 }
 
 .dot_active {
	 width: 26px;
	 height: 25px;
	 background: url("../images/create/dot.png");
	 vertical-align: middle;
 }
 
 .line_active {
	 width: 71px;
	 height: 18px;
	 background: url("../images/create/line.png");
	 vertical-align: middle;
 }
 
  .dot_unactive {
	 width: 26px;
	 height: 25px;
	 background: url("../images/create/undot.png") center center no-repeat;
	 vertical-align: middle;
 }
 
 .line_unactive {
	 width: 71px;
	 height: 18px;
	 background: url("../images/create/unline.png") center center no-repeat;
	 vertical-align: middle;
 }
 
 .video {
	 position: absolute;
	 top: 185px;
	 left: 50%;
	 margin-left: -350px;
	 width: 640px;
	 height: 480px;
 }
 
 .btn_share {
	position: absolute;
	width: 183px;
	height: 49px;
	background: url("../images/create/btn_share.png");
	top: 560px;
	left: 50%;
	margin-left: -100px;
 }
 
 .info_box {
	 position: absolute;
	 width: 700px;
	 height: 343px;
	 top: 200px;
	 left: 50%;
	 margin-left: -350px;
 }
  
 .info_box li {
	float: left;
	margin-top: 30px;
 }
 
 .info_box li select{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: -2px;
	width: 150px;
	height: 26px;
	border: 0;
	background: transparent;
	color: #fff;
	letter-spacing: 5px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("../images/create/dropdown.png") right center no-repeat;
	text-indent: 0.01px;
    text-overflow: "";
	font-family: inherit;
	font-size: 14px;
	padding-left: 20px;
 }
 
 select option {
    color: #000;
 }
 
 .info_box li select:focus{
	outline: 0;
 }
 
 .title {
	font-size: 24px;
	font-style: italic;	 
	text-align: center;
	font-weight: 500;
	letter-spacing: 7px;
	margin-bottom: 10px;
	
 }
 
 .info_box .text {
	text-align: center;
	font-size: 15px;
	letter-spacing: 3px;
 }
 
 .info_box label {
	 font-size: 15px;
 }
  
 .lab1 {
	 letter-spacing: 45px;
	 margin-right: 10px;
 }
 
 .lab2 {
	 letter-spacing: 8px;
 }
 
 .lab3 {
	 letter-spacing: 6px;
 }
 
 .lab4 {
	 letter-spacing: 5px;
 }
  
.textbox {
	 width: 200px;
	 height: 27px;
	 background: url("../images/create/input_bg.png") center center no-repeat;
	 padding: 0px 20px 0 15px;
	 border: 0;
	 font-size: 15px;
	 color: #fff;
	 letter-spacing: 3px;
	 margin-left: -30px;
 }
 
 .textbox:focus {
	 outline: 0;
 }
 
 .textbox_mail {
	 width: 606px;
	 height: 27px;
	 background: url("../images/create/mailinput_bg.png") center center no-repeat;
	 padding: 0px 20px 0 75px;
	 border: 0;
	 font-size: 15px;
	 color: #fff;
	 letter-spacing: 0px;
	 margin-left: -40px;
 }
 
 .textbox_mail:focus {
	 outline: 0;
 }
 
 .members {
	 margin: 0 20px 20px 5px;
 }
 
 .checkbox {
	 display: inline-block;
	 vertical-align: middle;
	 width: 18px;
	 height: 18px;
 }
 
 .btn_confirm_end {
	position: absolute;
	width: 183px;
	height: 49px;
	background: url("../images/create/btn_confirm_end.png");
	top: 560px;
	left: 50%;
	margin-left: -100px;
 }
