#plate{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
	border-color:black;
	/* border: 1px solid #666666; */
	border-style:outset;
	
}

#plate p{
	height: 100%;
	border: 1px solid #666666;
}

#row{
	 display: inline-flex; 
	 margin-bottom: 10px;
}

#top p{
	color: green;
	text-align: center;
}

fieldset {
	border: 1px solid silver;
}

h1 {
	text-align: center;
}

#center{
	/* text-align:justify; */
	text-align: center;
}

.center{
	/* text-align:justify; */
	text-align: center;
}

mandatory {
	color: red;
}

#admin_table_div table {
	width: 100%;
	
	border: 1px solid black;
}

#admin_table_div td, th{
	border: 1px solid black;
}

#info_table, #info_table td , #info_table th {
	margin-left:auto;
	margin-right:auto;
	/* width: 100%; */
	border: none;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
	padding-bottom: 15px;
}

#info_table th{
	font-weight:bold;
	padding-bottom: 15px;
	

}


div.beta {
    background: url("../img/beta.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    top: 0;
    display: block;
    height: 148px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    width: 148px;
}

