/* CSS Document */
	/*body container */
	#aw_body_container{
		background-color:#FFF;
		min-height:80vh;
		padding:4px;
		padding-top:0px;
		margin:0px;
		width:1024px;
		border-radius:0px 0px 15px 15px;
	}
	
	.aw_box {
		padding:8px;
		border:1px solid #1d1160;
		border-radius:10px;
	}
	
	.box_w_shadow{
		box-shadow: 3px 4px 6px #452c63;
	}
		.basic_info table th{
    background-color: #8E52A1; 
    color:#FFBFC4; 
    text-align:left;
    box-shadow: 5px 2px 2px #662D91;
}
	/* end of body */
	

