/* This file styles the outer layout of the index.php. It styles the body, the page border color and the menu-back color */

/* The Thin border of the main index page */
.pageborder
{
	background-color:#FFFF66;
}

/* The body styling of index page. Margins define the white space to be of contant size */
body
{
	background-color:#FFFFFF;
	margin:20px 75px 20px 75px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/* The Top menu styling and back color */
.topmenu{
background-color:#000000;
text-align:center;
padding-left:15px;
}
.thecontentarea{
}
<!-- edited by ak sinha on 12th aug 2011 -->
.input-box{float:left;font-size:12px;padding:2px 2px;border:solid 1px #c6c5b1;width:130px;margin:2px 0 2px 0px;background-color:#F9F9F9;}
#loader-circle{ position:absolute; top:50%; left:30%; display:none; font-size:18px; font-weight:bold; text-align:center; color:#A21C13;}
