
a:link {
  text-decoration: none;
  color:#000;
}

a:visited {
  text-decoration: none;
  color:#000;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}


.fontBlue 
{
	color: #090;
	font-weight:bold;
}

.fontGreen
{
	color: #0C0;
	font-weight:bold;
}

.fontRed
{
	color: #C00;
	font-weight:bold;
}

label
{
  width:100%;
  font-size:12px;
  padding:-5px 0px 0px 0px;
  text-align:left;
  color:#C30;
  font-weight:bold;
  text-shadow: 2px 2px 8px grey;
  font-variant:small-caps;
}



legend 
{
	 width:100%;
	 padding:-5px 0px 0px 0px;	 
	 text-align:center;	 
     color:Navy;
     font-weight:bold;
     text-shadow: 2px 2px 8px grey;
} 

input[type=text] 
{
  width:100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #555;
  outline: none;
}

input[type=text]:hover 
{
  background-color: lightblue;
}

input[type=text]:focus 
{
  background-color: lightblue;
}


input[name="Qty"]
{
font-size:16px;	
font-weight:bold;
padding-left:20px;
}

input[name="Client_M"]
{
  width:100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #555;
  outline: none;
}


input[name="Client_M"]:focus {
  background-color: lightblue;
}

input[name="Client_M"]:Hover {
  background-color: lightblue;
}

input[type=submit] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #555;
  background: #FC0;
  outline: none;
  font-weight:bold;
  text-shadow: 1px 1px 4px grey;
}

input[type=submit]:hover {
  background-color: Orange;
  border: 1px solid #900 ;
}

input[type=button] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #555;
  background:#6CF;
  outline: none;
}

input[type=button]:hover {
  background-color: lightblue;
  border: 1px solid #900 ;
}


input[type=radio] {
  width:20px;
  height:20px;
}

input[type=checkbox] {
  width:25px;
  height:25px;
  box-sizing: border-box;
  border: 1px solid #555;
}

input[type=checkbox]:hover {
	  background-color: lightblue;
}

input[type=checkbox]:focus {
	  background-color: lightblue;
}

input[type=number] {
  width:100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #555;
  outline: none;
  text-align:right;
}

input[type=number]:focus
{
  background-color: lightblue;
}

input[type=number]:hover
{
  background-color: lightblue;
}


select {
  width:100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #555;
  outline: none;
}

select:hover 
{
  background-color: lightblue;
}
  
div.msg {
  background-color: #FBBDBD;
  text-align:center;  
  display:block;
  margin:0px;
  color: #F00;
  line-height: 30px;
  text-shadow: 1px 1px 8px grey;
  font-weight:bold;
  text-shadow:#666;  	
}

div.title {
  background-color: #D7E9EE;
  alignment-adjust:central;
  padding: 5px;
  text-align:center;
  text-shadow: 2px 2px 4px grey;
  color:#F00;
  font-size:16px;
  font-weight:bold;
}

div.title1 {
  background-color: #FC0;
  alignment-adjust:central;
  padding: 5px;
  text-align:center;
  text-shadow: 2px 2px 4px grey;
  color: #900;
  font-size:16px;
  font-variant:small-caps;
  font-weight:bold;
}


div.title2
{
  background-color: #FC0;
  color:#000;
  alignment-adjust:central;
  padding: 5px;
  text-align:center;
  text-shadow: 2px 2px 4px grey;
  font-size:14px;
  font-variant:small-caps;
  font-weight:bold;
}

div.title3{
  alignment-adjust:central;
  padding: 2px;
  text-shadow: 2px 2px 4px grey;
  text-align:center;
  color:#900;
}








