/* CSS Document */
/*============body==============*/
.red{color:#F00;}
#sregister{font-size:14px; font-family:Verdana, Geneva, sans-serif; color:#090;}
#fregister{font-size:14px; font-family:Verdana, Geneva, sans-serif; color:#900;}
.warn{border:#EE0B5A 1px solid; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#871834; padding:5px; text-align:center; margin:20px 40px 10px 40px; display:block; letter-spacing:1px; background:url(../images/alert.gif) #FDEEF0 left no-repeat ; background-position:15px 3px;} /* added to show the warning message at the top of the form in if block, by deepak */
.successmssg{border:#498D38 1px solid; font:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#498D38; padding:5px; text-align:center; margin:20px 40px 10px 40px; display:block; letter-spacing:1px; background: #E8FDEB left no-repeat; line-height:20px;} /* added to show the success message at the top of the form, by deepak */


.srchbtn{background:url(../images/srch/btnbg.gif) repeat-x;border:solid 1px #c27d16;background-color:#c27d16;font-size:14px;padding:3px;font-weight:bold;color:white;width:auto;overflow:visible;}

/* stylesheet for the popup starts here */
#blanket {
background-color:#111;
opacity: 0.25;
filter:alpha(opacity=25);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:600px;
height:270px;
z-index: 9002;
}

.popupwindow tr td .srchbtn{background:url(../images/btnbg.gif) repeat-x;border:solid 1px #c27d16;background-color:#c27d16;font-size:14px;padding:3px;font-weight:bold;color:white;width:auto;overflow:visible;}
a img{border:none;}
 a{font-size:11px; color:#0000ff; font-family:Verdana, Geneva, sans-serif;}
.popupwindow{font-size:12px; font-family:Verdana, Geneva, sans-serif; color:#303030; line-height:150%;}
.popupwindow input[type="text"],input[type="password"]{width:150px; height:20px;}
/* stylesheet for the popup ends here */
blue{color:#09F;}
active{color:#093; font-weight:bold;}
h3{ font-size:14px; height:20px; background:#d8effd; display:block; padding:5px;}
black{color:#000;}

<!-- these styles adjust the look of the paginating links at the bottom added by deepak-->
.plinks{background-color:#FFF; color:#31B4DF; text-align:center;width:500px;margin-left:100px;font-weight:bold;border-bottom:#999 groove;}
.plinks a:link{margin-left:15px; text-decoration:none; color:#000;}
.plinks a:visited{margin-left:15px; text-decoration:none; color:#000;}
.plinks a:hover{color:#FFD297;}
.plinks a:active{margin-left:15px; text-decoration:none; color:#31B4DF;}
.uhlmargin{margin-left:15px; color:#F3C;font-weight:bold; background:#FFF;}
.totlabel{padding:3px; font-size:11px; color:#000; font-family:Verdana, Geneva, sans-serif; background:#FFF; margin-left:20px;}
<!-- added by deepak paginating style ends here -->
