/* CSS Document */

form.alcotest
{
	padding:20px;
	width:300px;
	border-bottom:0px solid black;
	border-right:0px solid black;
}
form.alcotest input
{
	margin:0px;
	padding:0px;
}

.button
{
	width:100px;
	clear:both;
	text-align:center;
	display:block;
	background-color:#000000;
	color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0px solid red;
	cursor:pointer;
}

