table {
	width: auto;
	overflow: auto;
	margin:auto;
	margin-top: 3%;
}

td{
	text-transform: uppercase;
	}
	td > input[type='email','password']{
	text-transform: normal;
	}
	input[type='password']{
	width: 200px;
	
	box-sizing: border-box;
	transition: .3s;
	border-radius: 4px;
	outline: none;
	border: 2px solid #aaa;
	margin: 4px 0;
	padding: 8px;
	-moz-border-radius:5px
	-webkit-border-radius:5px;
	font-family: "Time New Romans", sans-serif;
	-webkit-border-radius: 5px
	}
	input[type='text']{
	width: 200px;
	/*height: 27px;
	text-transform: lowercase;*/
	box-sizing: border-box;
	transition: .3s;
	border-radius: 4px;
	outline: none;
	border: 2px solid #aaa;
	margin: 4px 0;
	padding: 8px;
	/*-webkit-box-shadow:0 0 10px;
	 For I.E 
	-moz-box-shadow:0 0 10px;*/
	-moz-border-radius:5px
	-webkit-border-radius:5px;
	font-family: "Time New Romans", sans-serif;
	-webkit-border-radius: 5px;
	}
	input[type=text]:focus{
		border-color: dodgerBlue;
		box-shadow: 0 0 8px 0 dodgerBlue;
	}
	input[type=password]:focus{
		border-color: dodgerBlue;
		box-shadow: 0 0 8px 0 dodgerBlue;
	}
	input[type=submit]{
    width: 100px;
     box-sizing: border-box;
     /*background: #09c;
     background: #e7e7e7;
      color: #fff;*/
     padding: 8px;
     font-family: tahoma,geneva,algerian;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 4px;
     border: 1px solid #999;
             }
	fieldset{
	/*background: coral;*/
	background: rgba(255,255,255,.2);
	}
	.form{
	width: 100%;
	margin: auto;
	height: 50%;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     font-family: "Times New Roman", Times, sans-serif;
     opacity: 0.5;
  	filter: alpha(opacity=50);

	}

	.form:hover {
	  opacity: 1.0;
	  filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	/*.form1{
		font-family: "Times New Roman", Times, sans-serif;
		/*background: rgb(245,245,245);
		background: #eef1f7;
		background: white;*/
		/*opacity: 0.7;
  		filter: alpha(opacity=50);
  		background: rgba(76, 175, 80, 0.3);

	}*/

	.form1{
		font-family: "Times New Roman", Times, sans-serif;
		margin: 30px;
  		background-color: #ffffff;
  		background: rgba(255,255,255,0.7);
  		/*border: 1px solid black;*/
  		opacity: 10;
  		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	/*.form1{
		background:rgb(0, 0, 0);
    background:rgba(0, 0, 0, 0.6);
    background:transparent\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}*/
	.form1 p{
		margin: 5%;
  font-weight: bold;
  color: #000000;
	}
	textarea{
	font-size: 12px;
	color: black;
	resize: none;
	scroll-behavior: none;
	}
	.h4{
		padding: 10px;
	}
	.h3{
		font-size:12px;
	}