﻿
input[type="text"] 
{
     	
	width:95%;
	height:10px;
	text-align:center;
	margin-left:auto;
	
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
	
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
  
    
	  padding: 10px;
	  border: none;
	  border-bottom: solid 1px Green;
	  transition: border 0.3s;
	  text-align:center;
	  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
}
input[type="text"]:focus,
input[type="text"].focus {
  border-bottom: solid 2px #969696;
}
input[type="Password"] 
     {
	
	width:95%;
	height:35px;
	text-align:center;
	margin-left:auto;
	
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
	
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px #e3f1f1;
  
    
	  padding: 10px;
	  border: none;
	  border-bottom: solid 1px Red;
	  transition: border 0.3s;
	  text-align:center;
	  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	  background-color:#32CD32;
	  -moz-placeholder-color:red;
}
input[type="Password"]:focus,
input[type="Password"].focus {
  border-bottom: solid 2px #969696;
}

.divmid
{
	background-color:#0A4BA1;
	border:0px solid #e3e3e3;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    min-width:95%;
    min-height:100%;
    position:relative;
    
    min-height:30px;padding:5px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;
    border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    margin-top:5.5%;
    
    
}
   .ddl
   {
   	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 20px;
	padding: 2px;
	width: 98%;
	cursor: pointer;
	
	padding: 0 18px;
  Height:25px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  
  border-bottom: 1px solid Red;
  border-top:0px;
  outline: 0;
 background-color:whitesmoke;
  
   } 
   .lbtn
   {
  position: relative;
  vertical-align: top;
  width:100%;
  height: 50px;
  padding: 0;
  margin-left:0px;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #13B4F0;
  border: 0;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #e2b607;
  box-shadow: inset 0 -2px #e2b607;
  
   background-color:#13B4F0;
  font-weight:bolder;
   }
   
    .divfooter
    {
		width:auto;
		padding: 0;
		position:fixed;
		bottom:0px;
		left: 0px;		
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.9;
		width: 100%;
		background-color:#13B4F0;
	}

	.divtop
	{
		padding: 0;
		background-color:#9BC125;
		padding:0px;
		margin-left:0px;
		margin-top: 0px;		
		width: 100%;
		height:160px;
	}
	.divhead
	{
		color:#000080;
		text-align:center;
		width:auto;
		padding: 0;
		position:fixed;
		top:100px;
		left: 0px;		
		width: 100%;
	}
	
	
	.centerdiv 
	{
	border:1px solid #ccc;border-radius:5px;
    background-color:White;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0 1em gold, 0 0 1em #333; position:absolute;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em;	
	}
	
	
	
