#send_form {
	background-repeat:no-repeat;
	background-position:center center;
	height: 480px;
	width: 800px;
	margin: 0 auto;
	z-index:0;
}

#send_form.male {
	background-image:url('../assets/send_form/male/bg_form.png');	
}

#send_form.female {
	background-image:url('../assets/send_form/female/bg_form.png');	
}

.form_div {
	position: relative;
}

.form_div.intro {
	/*top: 144px;*/
	top: 123px;
	width: 100%;
}

.form_div.intro.ipad_form {
	top: 122px;
	width: 100%;
}

.form_div.game.ipad_form {
	top: 120px;
	width: 100%;
}


.form_div.game {
	/*top: 130px;*/
	top: 125px;
}

#FName2 {
	position: relative;
	height: 26px;
}

#EMail3 {
    position: relative;
    height: 29px;
}

#PhoneNo4 {
	position: relative;
	height: 29px;

}

input {
	height: 12px;
	width: 498px;
	font-size: 18px;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	margin-bottom: 2px;
	margin-top: 11px;
	font-family: ReformaNarrowRegular;
	
}

input.iphone_input {
	width: 480px;
	margin-top: 8px;
	margin-bottom: 0px;
}

textarea {
	font-size: 18px;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	resize:none;
	height: 26px;
	width: 492px;
	font-family: ReformaNarrowRegular;
}

#confirm_send_text img {
	visibility:hidden;
}

#send_form_title {
	top:75px;
	position:relative;
	z-index: 1;
	text-align: center;
	font-size: 21px;
}

#form1 {
	text-align: left;
	left: 90px;
	position: relative;
}

#form_btn {
    clear: both;
    text-align: left;
	padding-top: 10px;
	
}

#bottom_form {
	position: relative;
	padding-top: 8px;
}

#bottom_form.android_bottom_form {
	top: -30px;
}


#form_error {
	clear: both;
	width: 201px;
	position: relative;
	color: red;
	font-size: 20px;
	margin: 0 auto;
	text-align: right;
	float: right;
	right:300px;
}

#takanon {
    float: left;
	position: relative;
    width: 211px;
    /*bottom: 8px;*/
}

#takanon_link {
	width: 41px;
	height:15px;
	/*background: rgba(0, 0, 0, 0.16);*/
	cursor:pointer;
	float: left;
}

#takanon_check_box {
	position: relative;
	width:30px;
	height:30px;
	/*background:yellow;*/
	/*visibility: hidden;*/
}


#check_box{
	width: 100%;
}
