@CHARSET "UTF-8";

.inputText {
	height: 20px;
	background: url("input_bak.png");
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #6BA0D6;
	line-height: 20px;
	padding: 0px 4px;
}

.imgbutton-s{
	background-image: url("img_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:57px;
	height:23px;
	_height:25px;
	cursor: pointer;
	padding-top:2px;
	font-size: 14px;
	text-align: center;
}
.imgbutton-s-long{
	background-image: url("button_long2.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:90px;
	height:23px;
	_height:25px;
	cursor: pointer;
	padding-top:2px;
	font-size: 14px;
	text-align: center;
}

.imgbutton-ss{
	background-image: url("img_button2.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:57px;
	height:16px;
	_height:20px;
	cursor: pointer;
	padding-top:4px;
	font-size: 12px;
	text-align: center;
}

.imgbuttonhover-s{
	background-image: url("img_button.png");
	background-repeat: no-repeat;
	background-position: 0px -25px;
	width:57px;
	height:23px;
	_height:25px;
	cursor: pointer;
	padding-top:2px;
	font-size: 14px;
	text-align: center;
}

.imgbuttonhover-s-long{
	background-image: url("button_long1.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:90px;
	height:23px;
	_height:25px;
	cursor: pointer;
	padding-top:2px;
	font-size: 14px;
	text-align: center;
}

.imgbuttonhover-ss{
	background-image: url("img_button2.png");
	background-repeat: no-repeat;
	background-position: 0px -20px;
	width:57px;
	height:16px;
	_height:20px;
	cursor: pointer;
	padding-top:4px;
	font-size: 12px;
	text-align: center;
}

p.title{
	text-align: left;
	text-indent: 2em;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

p.bottom{
	text-align: left;
	text-indent: 2em;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color:#666;
}

.textarea {
	color: black;
	border: 1px solid #6BA0D6;
	padding: 3px;
	resize: none;
}

.inputButton {
	height: 22px;
	background: url("input_button.png");
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #6BA0D6;
	cursor: pointer;
	-moz-box-shadow: 3px 3px 6px #DBDBDB;
	-webkit-box-shadow: 3px 3px 6px #DBDBDB;
	box-shadow: 3px 3px 6px #DBDBDB;
}

.inputButton_hover {
	height: 22px;
	background: url("input_button_2.png");
	background-repeat: repeat-x;
	background-position: right bottom;
	border: 1px solid #6BA0D6;
	cursor: pointer;
	-moz-box-shadow: 3px 3px 6px #DBDBDB;
	-webkit-box-shadow: 3px 3px 6px #DBDBDB;
	box-shadow: 3px 3px 6px #DBDBDB;
}
.textarea{
	width:100%;
	height:100px;
	font-size:12px;
	padding:5px;
}

.imgbutton_x{
	background: url("img_button.png") no-repeat 0px -158px;
	width:240px;
	height:35px;
	cursor:pointer;
	padding-top:8px;
	padding-left:40px;
}

.imgbuttonhover_x{
	background: url("img_button.png") no-repeat 0px -158px;
	width:240px;
	height:35px;
	cursor:pointer;
	padding-top:6px;
	padding-left:40px;
}