*{
	margin: 0;
	padding: 0;
}
body {
	font-size:12px;
	background: #FFFFFF;
}
p {
	margin-bottom: 1em;
}
table  { 
	width: 570px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0 0 15px 0;
}
table th,
table td { 
	width:419px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px 10px;
}
table th {
	width: 108px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	background: #EEEEEE;
} 
table th span {
	color: #990000;
}
table input.up {
	margin-bottom: 5px;
}
.sendButton {
	width: 570px;
	text-align: center;
}

table#tblError  { 
	border: 1px solid #CCCCCC;
	margin: 0 0 15px 0;
}

table#tblError td {
	width: 550px;
	padding: 10px;
	color: #CC0000;
	border: none;
} 

.dlMenu {
	height: 300px;
}