body {
	background: #F8F8F8;
	text-align: center;
	font-family:sans-serif;
	font-size:12px;
	color:#404040;
}


table.data_entry{
	margin:10px;
}

table.data_entry td:first-child{
	text-align: right;
	padding-right: 5px;
	white-space:nowrap;
}
table.data_entry td:first-child::after{
	content: ":"
}

table.data_entry td.required::before{
	content: "* "
}

table.data_entry td:nth-child(2){
	text-align: left;
	padding-left: 5px;
	white-space:nowrap;
}
table.data_entry tr.spaced td{
	padding-top: 20px;
}

table.data_entry input{
	width:300px;
	background: #F8F8F8;
	border-style: none;
	border-bottom: 1px solid black;
}

table.data_entry textarea{
	background: #F8F8F8;
	border-style: none;
	border: 1px solid black;
}

table.data_entry textarea.address{
	width:300px;
	height:80px;
}

table.data_entry input.postal{
	width:100px !important;
}

table.data_entry input.phone{
	width:160px !important;
}

table.data_entry input.email{
	width:300px !important;
}

.red { color:red; }
.blue { color:blue; }
.green { color:green; }
.em { font-weight: bold;}
