body { 
background:#fdea98;
background-image:url('b.jpg');
text-align:left; 
color:#444;
font-size:12pt;
font-family:arial;
}

textarea, select, input { color:#444; border:1px solid #555; background:transparent; margin:3px; background:#fefefe; }
textarea:focus, button:focus, select:focus, input:focus { border:2px solid #507dfc; }
input { height:22px; width:200px; margin:3px; background:#fefefe; }
textarea { height:120px; width:320px; margin:3px; }
input[type="checkbox"] { width:14px; height:14px; border:0; }	
input[type="submit"], input[type="button"] { width:100px; height:27px; color:#3399ff; border:1px solid #3399ff; font-weight:bold;}
input[type="password"] { width:200px; height:22px; margin:3px; }	
input[type="radio"] { width:18px; height:18px; margin:3px;}	

hr {border:0; border-top:1px solid #dedede;margin:5px;}
a img { border:0; }

a, a:link, a:visited, a:hover, a:active{
  color:#666;
}

#rmenu, #rmenu a,
#rmenu a:link, #rmenu a:visited, #rmenu a:hover, #rmenu a:active
 { font-size:8pt; color:#ffffff; display:inline;}
 
#menu{
  margin-left:10px;background:red;background-image:url('m.jpg');float:left;width:200px;height:250px;display:inline;z-index:999;
}

#prop {font-size:10pt;}
#prop th { font-size:10pt;padding-bottom:5px;font-weight:bold; text-align:left;}

#blk { 
position:absolute;top:0;left:0;background:#000000;width:100%;height:100%;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
display:none;
}

#enquiry{
position:absolute;top:0;left:0;background:transparent;width:100%;height:100%;
display:none;
}