﻿body
    {
        padding: 0;
        margin: 0;    
    }
#logindiv
    {
        background-color: #CCCCCC;
        width: 300px;
        height: 150px;
        position: absolute;
        top: 100px;
        left: 300px;
        border: solid 1px #000000;
        overflow: auto;
    }    
    #maindiv
    {
		background-color:#CCCCCA;
		width: 200px;        
        position: relative; /*absolute;*/
        top: 100px;
        left: 300px;
        border: solid 1px #000000;
        overflow: hidden;
    }
    #mainmsgDiv
    {
		width: 190px;	
		position :relative;		
    }
    h3
    {
		position:relative ;
		left: 50px;
    }
    #enquirytbl
    {
		background-color:#CCCCCA;
		position: relative;
		top: 50px;
		left: 300px;
		width: 500px;
		border: none;		
    }
    td
    {
		border:none;
    }
     #enquirytbl .leftText
     {
		width: 200px;
		text-align: right;
     }
     #feedOuter
     {
		position:relative;
		margin:50px auto;
		width: 300px;
		background-color :#CCCCCA;	
		border: solid 1px #000000;
     }
     #Content
     {
		overflow: auto;
		width: 300px;
     }
     .leftDiv
     {
		width: 100px;
		height: 10px;
		float: left;	
		text-align: right;	
     }
     .right
     {
		width: 200px;
		height: 10px;
		float: right;	
     }
     #finalDiv
     {
		width: 100%;		
		height: 100%;
		overflow:auto;
		border: solid 1px #000000;		
     }
     #finalspan
     {
		padding-top: 500px;
		color: Silver;
		text-align: center;
		font-size: xx-large;
		height: 10px;		
     }
     #rdList
     {
		list-style: none;
		margin:0;
		padding:0;	
		display:inline;	
		list-style-type:none;
     }   
      /*-----------CSS for newsdetails-------*/
      