/* CSS Document */
@charset "UTF-8";


body {

	width: auto;	
	height: auto;
	background-color: #F0F0F0;
	}
		
.discleimerBox {
	
	width: 340px;
	height: 400px;
	margin: 20px 20px 20px 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: lightgray;
	padding-top: 0pt;
	padding-left: 10pt;
	margin-left: 200px;
	background-color: white; /*#E1E1E1;*/
box-shadow:10px 10px 10px #BABABA;
		-moz-box-shadow: 10px 10px 10px #BABABA;
		-webkit-box-shadow: 10px 10px 10px #BABABA;
		font-family: Calibri,'Arial', Gill Sans, Gill Sans MT, sans-serif;
	float: center;
	}