@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	background-image: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
html {
	background-color: #FFFFFF;
}

body {
	font-size:11px;
	color: #666666;
	width: 1004px;
}
.F_12 {
	font-size: 12px;
}
.F_12 * {
	font-size: 12px;
}
ul,ol {
	list-style-type: none;
}
td {
	line-height: 20px;
}


a {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}
a:link {
	color: #666666;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	height: 16px;
	line-height: 16px;
	color: #666666;
}
input.Red {
	border: 1px solid #FF0000;
}

/*
input.text {
	border: 1px solid #CCCCCC;
	line-height: 18px;
	height: 16px;
	background-color: #FFFFFF;
	overflow: hidden;
}
input.text_focus {
	border: 1px solid #999999;
	line-height: 18px;
	height: 16px;
	background-color: #EFEFEF;
	overflow: hidden;
}
input.password {
	border: 1px solid #CCCCCC;
	line-height: 14px;
	height: 16px;
	background-color: #FFFFFF;
}
input.password_focus {
	border: 1px solid #999999;
	line-height: 14px;
	height: 16px;
	background-color: #EFEFEF;
}
input.button {
	border: 1px solid #CCCCCC;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	height: 20px;
	text-transform: capitalize;
}
input.button_focus {
	border: 1px solid #999999;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 2px;
	background-color: #EFEFEF;
	height: 20px;
	text-transform: capitalize;
}
input.submit {
	border: 1px solid #CCCCCC;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	height: 20px;
	text-transform: capitalize;
}
input.submit_focus {
	border: 1px solid #999999;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 2px;
	height: 20px;
	background-color: #EFEFEF;
	text-transform: capitalize;
}
input.reset {
	border: 1px solid #CCCCCC;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 2px;
	height: 20px;
	background-color: #FFFFFF;
	text-transform: capitalize;
}
input.reset_focus {
	border: 1px solid #999999;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 2px;
	height: 20px;
	background-color: #EFEFEF;
	text-transform: capitalize;
}
input.checkbox {
	background-color: #FFFFFF;
}
input.checkbox_focus {
	background-color: #FFFFFF;
}
input.radio {
	background-color: #FFFFFF;
}
input.radio_focus {
	background-color: #FFFFFF;
}
input.file {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
input.file_focus {
	border: 1px solid #999999;
	background-color: #EFEFEF;
}
input.images {
	border: none;
}
input.images_focus {
	border: none;
}
textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 16px;
	width: 90%;
}
textarea.textarea {
	border: 1px solid #CCCCCC;
}
textarea.textarea_focus{
	border: 1px solid #999999;
	background-color: #EFEFEF;
}
*/
select {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	line-height: 16px;
	color: #666666;
}
select.select {
}
select.select_focus {
	background-color: #EFEFEF;
	border: 1px solid #999999;
}
option {
	line-height: 16px;
	text-indent: 5px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0066CC;
}
