.abtn {
	text-decoration: none; 
	background-color: gray; 
	color: white; 
	padding: 2px 8px 2px 8px; 
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #333333; 
	border-bottom: 1px solid #333333;	
	border-left: 1px solid #CCCCCC; 
	margin-right: 2em;
}

body {
	background-color:darkblue; 
	color:#BBB;
}

.clear {
	float:left; 
	width:19%;
}

.form { padding-left: 10px; }
.form a, .form a:active:link:visited { 
	text-decoration:none; 
	color:red;
}
.form .form-alarm { 
	display: block; 
	margin-bottom: -5px; 
	color: red; 
	text-align: left; 
}
.form .form-note {
	display: block; 
	margin: 0 135px 5px; 
	text-align: left; 
}
.form input, .form textarea { 
	width:300px; 
	margin:5px 2px 0 3px; 
	float: left;
}
.form input[type=submit], .form input[type=reset] { 
	margin-top: 15px;
	width: auto; 
}
.form label {
	display: block; 
	float: left; 
	clear: both; 
	width: 135px; 
	padding: 0; 
	margin: 5px 0 0; 
}
.form textarea { height:5em; }

h1, h1 .title { 
	font-size: 3em;
	color: white;
	margin: 0em, 0, 2em, 0 ;
}