body{
 background:#F2F3F4; 
 /*background:##3AC0F2;*/
  color:#888;
  font-family: 'Ubuntu Mono', sans-serif;
  /*text-transform:uppercase;*/
}
 body1{
 background:#3AC0F2; 
 /*background:##3AC0F2;*/
  color:#888;
  font-family: 'Ubuntu Mono', sans-serif;
  /*text-transform:uppercase;*/
}
.img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.box{
  width:90%;
  max-width:450px;
  height:auto;
  margin:0 auto;
  margin-top:100px;
  background:#F2F3F4;
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}
.logo  
{
	background: url("../images/logo.png") no-repeat; 
	width: 300px; 
	height: 100px; 
	display: block; 
	
}  
.top_links 
{	width:80%; 
	height:21px; 
	font-family: 'Ubuntu Mono', sans-serif; 
	font-size:18px;
	color:#6D6E71; 
	text-align:right;
	margin-top:-20px;
	}
	.top_links_btn a{color:#3091D5; text-decoration:none;}
 
.menubar_bg 
{
	float:left; 
	width:100%; 
	height:3px; 
	background-color:#30FFFF;
}
 .row
 {
 	padding-top:10%;
 	border:1px: solid;
 	width:auto; 	
 }
 
 .grdvw
 {
 	margin-top:15%;
 	vertical-align:middle;
 
 }
  .tblBody
 {
 	padding-top:1%;
 	border:5px: green solid;
 	width:auto;
 	
 }

.width150px
{ width: 20%; 
  font-size: 15px;
  font-weight:400;
  color:#FFBFSS;
  font-weight:bolder; 
  
  }
  .width50px
{ width: 10%; 
  font-size: 15px;
  font-weight:400;
  color:#FFBFSS;
  font-weight:bolder; 
  
  
}
	
.tbl
{
	width:85%;
	height:60%;
	margin:0 auto;
	padding:30px 30px;
	margin-top:2%;
	text-align:center;
	
	}
.tblMain
{
	margin: auto;
	margin-top:1%;
	width:85%;
	border: solid red 0px;
	text-align:center;
	
	}
	
.Divcenter
{
	margin: auto;
	margin-top:2%;
	border: solid black 0px;
	width:80%;
	
	}
 
.content{
  width:75%;
  height:auto;
  position:;
  margin:0 auto;
  padding:20px 20px;
  background:;
  text-align:center;
}
 
 .pnl{
  width:80%;
  height:auto;
  position:10;
  margin:0 auto;
  padding:10px 0px;
  text-align:center;
  height:auto;
  margin:0 auto;
  background:#222;
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}
 .headline{
  font-size: 30px;
  font-weight:400;
  color:#FFBF00;
  letter-spacing:0.125em;
  text-align:center;
  margin-bottom:3%;
}

 .notification{
	font-size: 30px;
	font-weight:400;
	color:#FFBF00;
	letter-spacing:0.125em;
	text-align:center;
	margin-top:10%;
	margin-bottom:10%;
	background:#222;
}

 .header{
  font-size: 15px;
  font-weight:200;
  letter-spacing:0.125em;
  text-align:center;
  margin-bottom:100px;
  
}
 .header1{
  font-size: 15px;
  letter-spacing:0.125em;
  text-align:center;
  margin-bottom:100px;
  
}
.validatecrtl
{
	width:20%;
}
.Reqvalidator
{
	font-size: 2px;
	font-weight:100;
	color:#FFBF00;
	margin:auto;
  
}

.content h1{
  font-size: 24px;
  font-weight:400;
  color:#FFBF00;
  letter-spacing:0.125em;
  text-align:center;
}
 
.field{
  width:95%;
  margin:10px 0px;
  padding:10px;
  background:#2c2c2c;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#FFBF00;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
.btn{
  width:100%;
  margin:10px 0px;
  padding:10px;
  background:#E74C3C;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:white;
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  vertical-align:middle;
  text-transform:uppercase;
  text-decoration: none;
}
 .btn1{
  width:50%;
  margin:0px 0px;
  padding:3px;
  background:#E74C3C;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:5px;
  outline:none;
  color:white;
  font-weight:600;
  letter-spacing:0.1em;
  text-align:center;
  vertical-align:top;
  text-transform:uppercase;
  text-decoration: none;
}

.btn1:hover{
  background:#FFBF00;
  color:#333;
}
 
.btn1:active{
  background:#FACC2E;
  color:#333;
}
 
::-webkit-input-placeholder{ /* WebKit browsers */
  color:#5A5A5A;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  color:#5A5A5A;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
  color:#5A5A5A;
}
:-ms-input-placeholder{ /* Internet Explorer 10+ */
  color:#5A5A5A;
}
 
 
.btn:hover{
  background:#FFBF00;
  color:#333;
}
 
.btn:active{
  background:#FACC2E;
  color:#333;
}

.btnD {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 20px 16px;
    font-size: 60px;
    cursor: pointer;
    width:105%;
    
	margin:20px;
	padding:10px;
	border:none;
	box-shadow: 5px 5px 5px 5px #111;
	border-radius:100px;
	outline:none;
	font-weight:700;
	letter-spacing:0.125em;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	
}

.btnD2 {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 20px 16px;
    font-size: 200px;
    cursor: pointer;
    width:105%;
    
	margin:20px;
	padding:10px;
	border:none;
	box-shadow: 5px 5px 5px 5px #111;
	border-radius:100px;
	outline:none;
	font-weight:700;
	letter-spacing:0.125em;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	
}
.btnD2:hover {
    background-color: RoyalBlue;

/* Darker background on mouse-over */
.btnD:hover {
    background-color: RoyalBlue;
}