/* CSS Document */

#modForm	{
	text-align: center;
}

#modForm strong	{
	
}

#modForm input:hidden	{
	display: none;
}

#modForm input,textarea	{
	background-color: #333333;
	border: none;
	border-bottom: 1px dotted #ffcc66;
	border-left: 1px dotted #ffcc66;
	display: block;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 3px;
	width: 98%;
}

button	{
	background-color: #ffcc66;
	width: 30%;
	font-size: 11px;
}

#modNewEntry	{
	display: block;
	text-align: right;
	color: #666666;
	margin-bottom: 3px;
	padding-right: 5px;
}
	


