/* index.php page */
body{
	margin: 1%;
	font-family: Segoe UI;
	color: #035726;

}


table.one{
	margin-top: 5px;
}


input.fone{
	width: 173px;
	font-family: Segoe UI;
}

input.fone:focus{
	border: 2px solid #0C0A85;
}
output.tone{
	width: 173px;
	font-family: Segoe UI;
}

output.tone:focus{
	border: 2px solid #0C0A85;
}

input.submit:focus{
	border: 2px solid #0C0A85;	
}

input.reset{
	border:2px solid #0C0A85;
}

textarea.fone{
	font-family: Segoe UI;	
	width: 170px;
}

textarea.fone:focus{
	border: 2px solid #0C0A85;	
}
select.fone{
	font-family: Segoe UI;	
	width: 176px;	
}

select.fone:focus{
	border: 2px solid #0C0A85;		

}

/* index.php page end */

/* controlpanel.php page */


div.photo{
	width: 100%;
	hight: 100%;

}

img.photo{

	width: 100%;
	border-radius: 20%;
}

a.bodymenu{
	text-decoration: none;
	color: white;
	font-family: Segoe UI;	
	font-size: 20px;
	padding: 2px;
	border:1px solid #5E61FE ;
	border-radius: 4px;
}

a.bodymenu:hover{
	background-color: #020066;
	color: #ffffff;

}

iframe.iframeone{
	background-color: #00CCFF;
	width: 1310px;

}

.footer {
   position: fixed;
   margin:0.1%;
   left: 0;
   bottom: 0;
   hight: 1%;
   width: 100%;
   /*background-color: transparent;*/
   color: red;
   text-align: center;
   border-radius: 5%;
}

h2.one{
	margin:0px;
}
p.one{
	margin:0px;	
}



/* controlpanel.php page end*/

/* Member Ship page */
h2.one{
	margin: 0px;
}
hr.one{

	width:1200px;
	margin:0%;
}

select.ftwo{
	width: 50px;
}
select.fthree{
	width: 60px;
}

/* Member Ship page  end*/

