/*#############################################################
Name: The Hobbit
Date: 2010-02-01
Description: Submission for OWD template contest "Favourite Book".
Author: Hami Web Nwtwork
URL: http://www.hamiweb.com
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #006600;}

a:hover {color: #F77121;}

body {
	background: #4E5D3C;
	color: #444444;
	font: normal 9pt Tahoma,"Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}
.loading-invisible{
    display:none;
}
.loading-visible{
    display:block;
    position:absolute;
    top:270px;
    left:0;
    width:100%;
    text-align:center;
    background:#E9EDD2;
    border-top:12px solid #9DAD7E;
    border-bottom:12px solid #9DAD7E;
    z-index: 100;}