#my_profile_page
{
	overflow:hidden;
}
#my_profile_page form
{
	overflow:hidden;
	margin:0px;
	padding:0px;
	margin-right:10px;
}
#my_profile_page .sub_title
{
	height:40px;
	line-height:40px;
	font-size:20pt;
	color:black;
	border-bottom:1px solid #56D5FF;
	margin-top:20px;
}
#my_profile_page .details_area
{
	overflow:hidden;
}
#my_profile_page .details_area input[type=text],
#my_profile_page .details_area .upload_box
{
	display:inline-block;
	float:right;
	margin-left:30px;
	margin-top:25px;
	background-color:white;
	border:1px solid #56D7FF;
	border-radius:5px;
	color:black;
	font-size:20pt;
	width:430px;
	height:60px;
	line-height:60px;
	text-indent:10px;
	overflow:hidden;
}
#my_profile_page .details_area input[type=text].last,
#my_profile_page .details_area .upload_box.last
{
	margin-left:0px;
}

#my_profile_page .details_area .upload_box span
{
	display:inline-block;
	float:right;
	border:0;
	height:60px;
	line-height:60px;
	color:#787878;
	font-size:20pt;
}
#my_profile_page .details_area .upload_box span.desc
{
	width:270px;
}
#my_profile_page .details_area .upload_box span.btn
{
	width:160px;
	text-align:center;
	background-color:#56D7FF;
	color:white;
}
#my_profile_page .details_area .upload_box input[type=file]
{
	clear:both;
	float:right;
	width:860px;
	height:60px;
	line-height:60px;
	position:relative;
	top:-60px;
	right:-430px;
	cursor:pointer;
	border:0;
}
#my_profile_page .details_area .upload_box iframe
{
	clear:both;
	float:right;
	width:430px;
	height:60px;
	line-height:60px;
	position:relative;
	top:-60px;
	right:0px;
	cursor:pointer;
	border:0;
	opacity:0;
}


#my_profile_page textarea
{
	display:inline-block;
	margin-top:25px;
	background-color:white;
	border:1px solid #56D7FF;
	border-radius:5px;
	color:black;
	font-size:20pt;
	width:100%;
	height:210px;
	line-height:normal;
	text-indent:0px;
	padding:5px 10px;
	overflow:hidden;
}

#my_profile_page input[type=submit]
{
	display:inline-block;
	float:right;
	margin:40px 0px;
	background-color:#56D7FF;
	border:0;
	border-radius:5px;
	color:black;
	font-size:20pt;
	width:330px;
	height:70px;
	line-height:70px;
	text-align:center;
	overflow:hidden;
}
#my_profile_page input[type=submit]:hover
{
	background-color:#2196F3;
}

#my_profile_page .confirm_area
{
	display:inline-block;
	float:right;
	margin:40px;
	margin-left:0;
	width:540px;
	height:70px;
	overflow:hidden;
}
#my_profile_page .confirm_area .checkbox_icon
{
	display:inline-block;
	float:right;
	margin-top:10px;
	width:25px;
	height:24px;
	background-image:url('../images/checkbox icon.png');
}
#my_profile_page .confirm_area .confirm_desc
{
	display:inline-block;
	float:right;
	width:500px;
	margin-top:10px;
	margin-right:10px;
	line-height:20px;
	font-size:14pt;
	color:black;
}















