@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
.keyword {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#CC0000;
font-weight:bold;
}
.button {
background-color:#006699;
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
border:thin;
height:30px; 
-webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
border-radius: 8px !important;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
text-shadow: rgba(0,0,0,.4) 0 1px 0 !important;
color: white !important;
}

.button:hover {
   border-top: 1px solid #4f220d !important;
   background:#036 !important;
   color: #FF !important;
   text-decoration: none !important;
   margin: 0 !important;
   }
.button:active {
   border-top: 1px solid #261105 !important;
   background: #261105;
   }
.button:visited:before, .button:visited:after {
    content: "" !important;
}   
.tb1 {
font-size:16px;
font-weight:bold;
border:solid 1px #999999;
}
.suggestionsBox {
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 400px;
    background-coloR:#0066CC;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #0066CC;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color:#003366;
}
.book {
background-image:url(images/book.jpg);
background-repeat:no-repeat;
padding-left:30px;
height:20px;
width:120px;
margin-left:10px;
position:inherit;
}
#logout {
	height: 28px;
	width: 93px;
	padding-top:10px;
}
div.main{margin:5px auto; width:100%;}
table.sortable{border:0; padding:0; margin:0; width:100%;}
table.sortable td{padding:3px; border-bottom:solid 1px #DEDEDE;}
table.sortable th{padding:3px;}
table.sortable thead{background:#e3edef; color:#333333; text-align:left;}
table.sortable tfoot{font-weight:bold; }
table.sortable tfoot td{border:none;}
.top { font-size: 1.2em; }
.box {
    margin: 0px 5px;
    padding: 5px;
    border: 5px dotted black;
}
.txt-properties {
    display: none;
}
.title{
width:250px;
margin-left:80px;
margin-bottom:20px;}
.pub {
width:250px;
float:right;
margin-right:20px;
margin-bottom:20px;
}
.author{
width:250px;
float:left;
margin-left:20px;
margin-bottom:20px;
}
.pubyear {
width:250px;
float:left;
margin-right:20px;
margin-bottom:20px;
}
.background_top {
	background-image:url(/library/images/table_top.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:24px;
}
.label {
width:150px;
height:20px;
}
.box {
width:600px;
height: 400px;
float:inherit;
}
.searchbox {
	height: 345px;
	width: 618px;
	background-image:url(images/searchbkg.jpg);
	background-repeat:no-repeat;
}
.adminlogin {
width: 324px;
width: 41px;
background-image:url(images/adminlogin.jpg);
background-repeat:no-repeat;
}
.top { font-size: 1.2em; }
.box {
    margin: 0px 5px;
    padding: 5px;
    border: 1px dotted black;
}
.txt-properties {
    display: none;
}
 Test CSS code 

#mainPan{ 
		width:691px; 
		position:absolute;
		margin:0 auto; 
		clear:both;
		padding:0px;}
.textbox_new {
border:thin;
border-color:#333333;
border-bottom-style:dotted;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#006699;
font-stretch:extra-expanded;
font-weight:bold;
padding:3px;
}
input, select {
	padding:5px;
	border:solid 1px #999999;
}
.table_iom {
	border:1px solid black;
	border-collapse:collapse;
}
#footer {background-color:#069; height:30px;}
#menu {
/*	height:20px;
background: #4f85bb;
background: -moz-linear-gradient(top, #4f85bb 0%, #4f85bb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f85bb), color-stop(100%,#4f85bb)); 
background: -webkit-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); 
background: -o-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); 
background: -ms-linear-gradient(top, #4f85bb 0%,#4f85bb 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); 
background: linear-gradient(top, #4f85bb 0%,#4f85bb 100%);
margin-top:10px;*/
}
#homesearch {
	background: rgb(247,251,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,251,252,1) 0%, rgba(217,237,242,1) 40%, rgba(173,217,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,252,1)), color-stop(40%,rgba(217,237,242,1)), color-stop(100%,rgba(173,217,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* W3C */
margin:15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
min-height:250px; }
a.admin {color:#FFF; font-size:12px;background-color:#069;}
a.backlink {color:#FFF; font-size:12px; background-color:#930; padding:5px;}
#wrapper{margin:10px;width:auto;}
#leftcol {width:150px; margin:10px; float:left;}
#main {margin:10px 10px 10px 30px; float:left;
padding:0px 0px 0px 0px; width:750px;
}
#titlenew {
	background: rgb(96,108,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
width:auto; padding:5px; color:#FFF;
}
h1, h2, h3, h4, h5 {
	margin:0px 0px 5px 0px;
	color:#069;
}
#lbox {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* W3C */
border:solid 1px #CCC; padding:5px;}
li #lbox {
	list-style:none;
	list-style-type:none;
}
