

	body {
		background-color: #fff;
		margin: 0;
		font: 13px/20px normal, sans-serif;
		color: #4F5155;
	}

	

	#body{
		position:relative;
		width: 90%;
		margin-left: auto ;
  		margin-right: auto ;
	}
	
	p.footer{
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}
	
	#border{
	margin: auto;
	box-shadow: 0px 0px 4px rgb(0,0,0,0.1);
	max-width:300px; 
	width: 300px;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
		-webkit-box-shadow: 0 0 8px #D0D0D0;
				border: 1px solid #D0D0D0;
				    behavior: url("border-radius.htc");

} 
	
	#container{ 
	margin : inherit;
	width: inherit;
	border-top: inherit;
	border-bottom: inherit;
	margin: auto;
	box-shadow: 0px 0px 4px rgb(0,0,0,0.1);
	max-width:300px; 
	width: 300px;
		    background-image: -moz-linear-gradient(top,
  #cccccc 0%, #FFFFFF 95%
	) ;
	background-image: -webkit-linear-gradient(top,
  #cccccc 0%, #FFFFFF 95%
	);
	
	filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc' 0%, endColorstr='#FFFFFF' 95%);
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc' 0%, endColorstr='#FFFFFF' 95%)"; 
   
    
	background: -linear-gradient(top,
  #cccccc 0%, #FFFFFF 95%
	);
		    
		
	}
	
	#header{ 
    margin: 10px auto 0;	
		width:300px; 		
	}
	#footer{ 
	margin: auto;
		max-width:300px;
		width:300px; 		
	}
	
	#success_head
	{
		line-height: 1;
	}
	
	#red_border td:first-child
	{
	border-top: 2px solid #ED008C;
	border-bottom: 2px solid #ED008C;
	border-left: 2px solid #ED008C;
	padding: 2px 2px 2px 2px;
	
	}
	
	#red_border td:first-child+td
	{
	border-top: 2px solid #ED008C;
	border-bottom: 2px solid #ED008C;
	border-right: 2px solid #ED008C;
	padding: 2px 2px 2px 2px;
	
	
	}
	
	.select_border{border-radius: 5px;
	     
	}
	
	
	#border_report{
	margin: auto;
	box-shadow: 0px 0px 4px rgb(0,0,0,0.1);
	max-width:420px; 
	width: 420px;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
		-webkit-box-shadow: 0 0 8px #D0D0D0;
				border: 1px solid #D0D0D0;
				    behavior: url("border-radius.htc");

} 
	
	#container_report{ 
	margin : inherit;
	width: inherit;
	border-top: inherit;
	border-bottom: inherit;
	margin: auto;
	box-shadow: 0px 0px 4px rgb(0,0,0,0.1);
	max-width:420px; 
	width: 420px;
		    background-image: -moz-linear-gradient(top,
  #cccccc 0%, #FFFFFF 95%
	) ;
	background-image: -webkit-linear-gradient(top,
  #cccccc 0%, #FFFFFF 95%
	);
	
	filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc' 0%, endColorstr='#FFFFFF' 95%);
     -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc' 0%, endColorstr='#FFFFFF' 95%)"; 
   
    
	background: -linear-gradient(top,
  #cccccc 0%, #FFFFFF 95%
	);
		    
		
	}
	
	#footer_report{ 
	margin: auto;
		max-width:420px;
		width:420px; 		
	}