	body{
		font-family:sans-serif;height: auto;width: auto;
	}
	#wrapper{
		width: 75%;margin: auto;background: #45FFFF;border: 1px solid black;height: auto;width: auto;
	}
	#content{
		width: 99%;margin: auto;background: #45FFFF;border: 1px solid black;height: auto;width: auto;
	}
	#registration{
		width: 462px;margin: 10px auto;height: 330px;border: 0px solid gray;padding: 5px;border-radius: 7px;top: 20%;position: absolute;left: 5%;
	}	
	#registration input, select{
		background: #FFF none repeat scroll 0% 0% !important;box-shadow: 4px 4px 10px #666 inset;font-size: 20px;border-radius: 4px;font-family: Myriad Pro;font-style: italic;padding: 0px 10px;border: medium none;line-height: 31px;width: 275px;height: 35px;color: #485B00;margin: 2px;text-align: center;float: none;border: 1px solid #000013;
	}
	#registration select{
		width: 297px;
	}
	#registration input:hover{
		background: #78FFE4;width: 250px;
	}
	#registration select:hover{
		background: #78FFE4;width: 272px;
	}
	#registration img{
		height:60%;width:95%;padding: 2px;border-radius: 35px;border: 2px solid gray;margin:auto;margin-bottom: 0px;
	}
	#registration h5{
		text-align: center;font-size: 15px;margin: 0px auto 5px;
	}
	.bio_data_div{
		height:300px;width:300px;float: left;text-align: center;
	}
	.passpord_image_div{
		width: 150px;height: 250px;float: left;margin:3px auto auto 10px;overflow: hidden;overflow: hidden;border-radius: 10px;		float: left;text-align: center;
	}
	.registration_photo_button{
		cursor:pointer;width: 80px;height: 30px;color: yellow;margin: 2px;text-align: center;float: none;border: 1px solid blue;border-radius: 5px;background: transparent;box-shadow: 2px 10px 10px 0px #078 inset;
	}
	.register_button{
    	padding: 6px;border: 1px solid #240091;font-size: 17px;width: 134px;border-radius: 5px;color: beige;margin: 10px auto 5px 5px;font-family: Arial,sans-serif;background: transparent linear-gradient(#DADADA, #0D4646) repeat scroll 0% 0%;cursor: pointer;
	}
	.registration_title{
		border: 1px solid gray;border-radius: 9px;padding: 3px;box-shadow: 2px 2px 13px #666 inset;
	}
	#registration .success1{
		height:255px;width:98%;padding: 2px;border-radius: 5px;border: 2px solid #8B8B8B;margin:auto;margin-bottom: 0px;
	}
	#registration .success2{
		color:green;text-align: center;font-family: helvetica;font-size: 16px;font-weight: lighter;
	}
	#head_div{
  		position: fixed;
  		z-index: 99998;
  		width: 100%;
  		background: url(../images/bodyBG.jpg) repeat;
	}