#div_user{
	margin:0px -8px 0px -8px;
	border:none;
}
body{
	background:white;
	
}

#details2{
	box-shadow:rgba(1,1,1,.5) 10px 10px 5px inset;
	border-radius:20%;
}



#details2 p {
	font-size:18px;
}

#details2 input{
	border-radius:10px 29% 10px 10px;
	padding:5px;
	box-shadow:black 2px 2px 5px inset;
}




#profile_table{
	padding:10px;
	
}

 
#profile_table td{
	
	padding:10px;
	border-right:3px solid rgb(210,210,210);
	border-top-right-radius:80%;
	border-left:4px solid rgb(100,100,190);
	border-top-right-radius:80%;
	box-shadow:rgba(1,1,1,.5) 2px 2px 1px;
}


#check_update{
	float:right;
	background:silver;
	margin-top:-250px;
	margin-right:50px;
}

#check_update p{
	margin:10px;
	background:white;
	border-radius:1px 10px 1px 10px;
}

#change_password{
	float:none;
	
}


#next_div{
	overflow:hidden;
border:5px solid silver; float:right; clear:both;
box-shadow:silver 5px 5px 20px inset;
border:10px 50px 10px 50px;
width:75%;
border-radius:10px 50% 10px 50%;
padding-bottom:150px;
}


#next_div h2{
	padding-left:20px;
	color:rgb(100,100,100);
	
}


#bank_details{
	background:silver;
	padding:20px;
	color:#333366;
	font-size:20px;
}

#sub_bank_details{
	padding-left:50px;
}

form#bank_form input{
	padding:8px;
	border-radius:5px 25% 5px 25%;
}