﻿.digicode {
	/* input */
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	cursor: pointer;
	padding: 0px;
	color: #2D3851;
	background-color: #BECCD4;
	width:22px;
	height:18px;
}

.effdigicode
{	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	cursor: pointer;
	padding: 0px;
	color: #2D3851;
	background-color: #BECCD4;
	width:55px;
	height:18px;
}

.information{font-weight:bolder; font-family:Tahoma; font-size:12px;  color:#2D3851; text-decoration:none}

body{
	background-color: #eee;
	font-family: arial, sans-serif;
	color: #424242;
}

form{
	padding: 30px;
	margin: 40px auto;
	text-align: center;
	width: 100%;
	max-width: 640px;
	background: white
}
form p{
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 30px;
}
td{
	text-align: center;
	font-weight: bold;
}
