﻿@charset "utf-8";
 /*Design and Css 9874262726 create by Shubhransu */
/*---------- CSS RESET -----------*/


body 
{
    background:#808080;
}
#main
{
    width:1250px;
    height:auto;
    margin:auto;
    position:relative;
   
   
}
#header
{
   width:1250px;
    height:100px;
    background:#FFFFFF;
}
#logo
{
    float:left;
    width:110px;
    height:90px;
    padding-left:10px;
    padding-top:10px;
}
#name
{
     float:left;
    width:722px;
    height:90px;
    padding-left:10px;
    padding-top:10px;
}
#menu
{
    width:1255px;
    height:40px;
    background-color:Black;
}
#content
{
    width:1255px;
   
    background:#F5F5F5;
    
}
#footer
{
    width:100%;
    height:50px;
     background:#FFFFFF;
}

/*      print bill    */
#mainbody
{
     margin:auto;
     width:900px;
    position:relative;
}
#printheader
{
    width:100%;   
}
#printlogo
{
    width:100px;
    float:left;
    margin-left:20px;
}
#printname
{
    width:563px;
    float:left;
}
#printcontent
{
    width:100%;   
}


a{text-decoration:none; padding:0; margin:0;}

.clear{
	line-height:0px;
	font-size:0px;
	clear:both;
	border:0;
	}
.body-area{
	width:980px;
	padding-top:40px;
	}






	
/************************************ Login Box Css **************************************/
/*-------------- Add this css and html and  4 images (loginbox-topbg.jpg, loginbox-bottombg.jpg, login-icon.png and submit_button1.gif )---------------------------*/
.loginbox{
width:529px;
margin-left:40px;
}
.loginbox-topbg{
	background:url(../img/loginbox-topbg.jpg) 0 0 no-repeat;
	width:529px; height:12px;
	}
.loginbox-bottombg{
	background:url(../img/loginbox-bottombg.jpg) 0 0 no-repeat;
	width:529px; height:27px;
	}
.loginbox-bg{
	width:479px; background-color:#e8e6e6;
	padding:10px 25px;
	}
.loginbox-bg h2{
	font:normal 28px/48px Arial, Helvetica, sans-serif;
	color:#000;
	padding-bottom:10px;
	text-shadow: 0 1px 0 #9b9a9a;
	text-align:left;
	padding-left:48px;
	background:url(../img/login-icon.png) left top no-repeat;
	}

 .login{
  clear: left;
  display: block;
  width: 470px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 0px;
  }

 .login label {
  display: block;
  float: left;
  width: 120px;
  padding: 0px 0px;
  margin: 0 10px 5px 0;
  text-align: left;
  font:bold 12px/28px Arial, Helvetica, sans-serif;
  color:#013d74;
  }

 .textbox1{
	width:218px; height:20px;
	border:#c3c3c3 1px solid;
	background:#ffffff;
	padding-top:2px;
	padding-left:5px;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#000;
	}

 .login input {
  width: 250px;
  float:left;
  }

 .login input.login_button {
  background:url(../images/submit_button1.gif) 0 0 no-repeat;
  color: #fff;
  width: auto;
  padding:0px 0px;
  margin: 0;
  /*border:#a2721a 1px solid;*/
  cursor:pointer;
  text-align:center;
  font:bold 12px Arial, Helvetica, sans-serif;
  border:0;
  width:64px; height:24px;
  padding-bottom:1px;
  }
 
 .login input.login_button:hover{color:#000;
	background-position: 0 -24px;}

