﻿body{
 
  font-family:Book Antiqua 
 
}
 
.box{
  width:70%;
  max-width:400px;
  height:auto ;
  margin:0 auto;
  margin-top:25px;
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}

.boxs{
  width:70%;
  max-width:100%;
  height:auto ;
  margin:0 auto;
  margin-top:25px;
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}
 
.content{
  width:69%;
  height:auto;
 
  margin:0 auto;
  padding:30px 0px;
  
  text-align:center;
}
 
.content h1{
  font-size: 20px;
  font-weight:200;

  letter-spacing:0.110em;
  text-align:center;
}
 
.field{
  width:80%;
  margin:5px auto;
  padding:5px;
  
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
 
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}
 
 
::-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{
  width:100%;
  margin:10px auto;
  padding:10px;  
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
 
  font-weight:700;
  letter-spacing:0.125em;
  text-align:center;

}
 
.btn:hover{
  background:#FFBF00;
  color:#333;
}
 
.btn:active{
  background:#FACC2E;
  color:#333;
}
.AgnL

{
	text-align :left 
	
}

.AgnR

{
	text-align :right  
	
}