html, body
{
    height: 90%;
}

body
{
    /*font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;*/
	font: 12px "Times New Roman", Times, serif;    
    margin: 0;
    background: url(images/bg.png) repeat; 
}

a.linkG
{	
	position: absolute;
	right: 15px;
	top: 15px;
	font: 15px/1 "Courier New", Courier, monospace;
	color: #666;
}

a.linkF
{	
	position: absolute;
	left: 15px;
	top: 15px;
	font: 15px/1 "Courier New", Courier, monospace;
	color: #666;
}

/*--------------------*/

#login
{

  	margin: -150px 0 0 -230px;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2);
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

/*--------------------*/

h1
{
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);*/
    /*text-transform: uppercase;*/
    text-align: center;
    color: #666;
    margin: 5px 0 30px 0;
    letter-spacing: 4px;
    /*font: normal 20px/1 Verdana, Helvetica;*/
	font: bold 20px/1 "Times New Roman", Times, serif;
    position: relative;
}

.h_head_cont
{
   text-align: center;
   font: 20px/1 "Courier New", Courier, monospace;
   color: #666;
   padding-bottom: 0px; 
}

.h_cont
{
   
   text-align: center;
   font: 15px/1 "Courier New", Courier, monospace;
   color: #666;
   padding-bottom: 0px;
}

.h2
{
   text-align: center;
   font: 20px/1 "Courier New", Courier, monospace;
   color: #666;
   padding-bottom: 150px; 
}

.lock
{
	height: 50%;
	text-align: center;
}

.table
{	
	background-color: #999999;
	width: 900px;
	text-align:center;
	font: 15px "Times New Roman", Times, serif;
}

.table th
{
	background-color: #E2E2E2;
}

.table td
{
	padding: 5px;
	background-color: #ffffff;
}

.table_data
{
	background-color: #999999;
	width: 900px;
	text-align:left;
	font: 15px "Times New Roman", Times, serif;
}

.table_data td
{	
	padding: 2px;
	background-color: #ffffff;
	text-align: center;
}

.table_data th
{
	background-color: #E2E2E2;
	text-align:center;
}

.table_data_pass
{
	background-color: #999999;
	width: 300px;
	text-align:left;
	font: 15px "Times New Roman", Times, serif;
}

.table_data_pass td
{	
	width: 150px;
	padding: 2px;
	background-color: #ffffff;
	text-align: left;
}

.table_data_pass th
{
	background-color: #E2E2E2;
	padding-left: 15px;
	width: 150px;
	text-align: left;
}

.font1
{
	margin-left: -14px;
	margin-right: -14px;
	width: 180px;
	background-color: #fddb6f;
	font: bold 15px "Times New Roman", Times, serif;
	text-align: center;
}

.table_end
{
	font: 20px/1 "Courier New", Courier, monospace;
	padding: 120px 0 0 0;
}
/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
    background: #f1f1f1 url(images/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 5px 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions
{
    margin: 20px 0 0 135px;
}

#submit
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    float: center;
    height: 30px;
    padding: 0;
    width: 110px;
    cursor: pointer;
    font: bold 14px Arial, Helvetica;
    color: #8f5a0a;
}

#submit:hover,#submit:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

/*--------------------*/

#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}

#footer 
{
 height: 50px;
 position: absolute;
 bottom: 0;
 color: #666;
 font: bold 15px/1 "Courier New", Courier, monospace;
 text-align:center;
 width: 100%;
}