﻿body {
    height: 1800px;
    background-color: #c3c3c3;
}

#Label2
   {
font-family: Arial !important; 
    font-weight: 400;
   	display: none;
font-size: 20px;
   	color: #ead18f;
   	background-color: #1c1c1c;
   	border: solid 3px #ead18f;
   	padding: 4px 4px 4px 4px !important;
   	margin: 4px 4px 10px 4px !important;
	border-radius:5px;
	b-webkit-box-shadow:  3px 3px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  3px 3px 3px 2px rgba(0, 0, 0, 0.3);
    width: auto;	
   }

input:-webkit-autofill { 
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ead18f;
}

input:-webkit-autofill:focus {
     -webkit-border: 1px solid #ead18f !important;
}
   
.textbox { 
    font-family: Arial !important; 
    font-weight: 400;
    background: #1c1c1c; 
    color: #ead18f; 
    border-bottom: 1px solid #ead18f !important; 
    border-color: transparent;
    padding: 2px 4px 2px 2px !important;
    line-height: 1; 
    width: 275px; 
    height:20px; 
    font-size: 16px;
  } 

.style2 {
    font-family: Arial !important; 
    font-size: 16px;
    font-weight: 400;
    background: #1c1c1c; 
    color: #ead18f;
}

.textbox:hover { 

  } 

.textbox:focus { 
 border: 2px solid #ead18f !important;
 background-color: #7f7d7e; 
} 
  
body
    {
    	text-align: center;
    }
        
.mainTable
	{
		width: 350px; 
		background-color: #1c1c1c;
		clip: rect(auto, 50%, auto, auto);
		overflow: auto;
		border-radius:5px;
		padding: 0px;
		border:5px solid #ead18f;
		b-webkit-box-shadow:  3px 3px 3px 2px rgba(0, 0, 0, 0.3);
		box-shadow:  3px 3px 3px 2px rgba(0, 0, 0, 0.3);
	}
#divTable
	{
		 -moz-box-shadow:
		0px 5px 8px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0);
		-webkit-box-shadow:
		0px 5px 8px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0);
		box-shadow:
		0px 5px 8px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0);
	}

.myButton {
	border-radius:0px;
        background-image: linear-gradient(to right, #e3ca88 , #c29d57) ;
	display:inline-block;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	width: 90%;
}
.myButton:hover {
background-image: linear-gradient(to right, #c29d57, #e3ca88 ) ;
}
.myButton:active {
	position:relative;
	top:1px;
}
.style4
	{
		width: 100%;
	}
.style5
	{
		text-align: left;
		font-size: xx-small;
	}