<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size:13px;
	line-height:1.5em;
}
.textInput{
	font-size:13px;
	padding:5px 10px;
	border:1px solid #BBB;
	position:absolute;
	left:200px;
}
label{
	position:relative;
	display:block;
	line-height:35px;
}
select{
	font-size:13px;
	padding:5px 10px;
	border:1px solid #BBB;
}
#submit{
	border:solid 1px #666;
	background-color:#CCC;
	padding:25px 100px;
	font-size:24px;
	border-radius:3px;
	cursor:pointer;
}
#submit:hover{
	background-color:#AAA;
}</pre></body></html>