﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	color: #333333;
	font-size: 10pt;
	background-color: transparent;
}
html{
	overflow: hidden;
}
a {
	font-size: 9px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
#all {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 300px;
	border: 0px;
}
/*浮動表單位置*/
/*時間*/
#s_time{
	position: absolute;
	z-index: 2;
	top: 85px;
	left: 22px;
	width: 150px;
	float: right;
}
/*所在地*/
#s_add{
	position: absolute;
	z-index: 2;
	top: 186px;
	left: 8px;
	width: 1.708in;
}
/*送出按鈕*/
#b_submit{
	position: absolute;
	z-index: 2;
	top: 245px;
	left: 95px;
	width: 70px;
	height: 20px;
}
select{
	background-color:#FFFFFF; 
	color:#222222; 
	font-size: 8pt;
	height: 18px;
	width: inherit;
	margin: 1px;
}