body{	max-width:600px;
	margin:0 auto;
	padding:4px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #a6a6a6;
	background:#f1f4f9;
	}
  
a{
	text-decoration: none; 
	color: blue;
}  
.box2 {
  	border: 2px dotted #d30000;
  	max-height: 400px;
  	max-width: 400px;
  	background-color:#fff;
  	font-size: 15px;
}
.box {
  	border: 2px solid #adadad;
  	background-color:#fff;
  	max-height: 400px;
  	max-width: 400px;
 	font-size: 17px;
  	padding: 4px;
}	
.announce{
        color:red;
}
input[type=text],textarea,select,input[type=file]{
	width: 150px;
	margin-top: 0px;
	height: 40px;
	background: #fff;
	border: 1px solid #25a154;
	border-radius: 7px;
	color: #2f3432;
	padding:8px;
	display: block;
}	
table {
	border-collapse: collapse;
	font-family: Calibri;
	border-radius:4px;
	height: 50px;
  	vertical-align: center;
}

th, td {
  	padding: 5px;
  	text-align:center;
	height: 50px;
  	vertical-align: middle;
}

form {
overflow: hidden; display: inline-block;
}

.button {
  	display: inline-block;
  	background-color: #04AA6D;
  	color: #FFFFFF;
  	text-align: center;
  	font-size: 14px;
  	padding: 10px;
  	width: 70px;
  	cursor: pointer;
  	margin: 4px;
	border-radius: 8px;
	border-bottom: 2px solid red;
}
