﻿











.BPSEnquirytable
	{		
		border: thin solid blue;
	    width:470px;
		border-collapse: collapse;
		padding:5px;
		background-color:#EFF3FB;	
			
	}
	
	.BPSEnquirytd{
	border: thin dotted gray;	
 }
 
 .BPSEnquiryth
 {
	/*border: thin dotted gray;*/	
	padding:5px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:white;		
	background-color:#507CD1;
	text-align:center;		
 } 
 
 .mainDiv
 {
	padding:50px 0 20px 15px;
	float:left;
	width:978px;
 }
 .subDiv
 {
	float:left;
	width:475px;
 }
 .subDiv2
 {
	float:right;
	width:475px;
 }

