/*** input form textarea button... ***/
@charset "utf-8";

button { height: 22px;}

input.formButton {}


/*** input box 色設定ほか ***/
input[type="text"],
input[type="password"]{
	padding-left:0.25em !important;
	border-top:1px solid #696969;
	border-left:1px solid #696969;
	border-bottom:1px solid lightgray;
	border-right:1px solid lightgray;
	background-image: url(../../resources/Parts/box/BoxShadow.png) ;
	background-color: #f5effa !important;
}
input[type="text"]:focus,
input[type="password"]:focus{
/*	background-color: #e7defb !important;　色　*/
}
/*** textarea decoration & resize ***/
table.outer td.even textarea,
textarea#item_description{
	padding-left:0.25em !important;
	border-top:1px solid #696969;
	border-left:1px solid #696969;
	border-bottom:1px solid lightgray;
	border-right:1px solid lightgray;
	background:#fffff6 url(../../resources/Parts/box/BoxShadow.png) ;
	width	:95% !important;
}
table.outer td.even{width:auto !important}

/*** login および各部分 inputbox設定 ***/
.blockContent form input#legacy_xoopsform_block_uname,
.blockContent form input#legacy_xoopsform_block_pass,
table.outer input[type="text"],
table.outer input[type="password"]{
	width: 9.5em !important;/*　通常のサイズ　*/
	background-color: #f5effa !important;/*　色　*/
}
.blockContent form input#legacy_xoopsform_block_uname:focus,
.blockContent form input#legacy_xoopsform_block_pass:focus,
table.outer input[type="text"]:focus,
table.outer input[type="password"]:focus{
	background-color: #e7defb !important;/*　色　*/
}


table.outer td.even input[type="text"]{ /* レスタイトルのボックスサイズ */
	width	:95% !important;
}

/* --webphoto inputbox-- */
input[type="text"]#item_title{
	width: 22em !important;
}

input[type="text"]#item_descriptionAddtext,
input[type="text"]#item_external_url{
	width: 35em !important;
}
input[type="text"]#item_descriptionAddtext:focus,
input[type="text"]#item_external_url:focus{
	background-color: #e6eafd !important;
}

/* --webphoto search & tag box-- */
div.webphoto_tagedit_form input[type="text"]:focus,
div.webphoto_search_form input[type="text"]:focus{
	background-color: #ffffe0 !important;
}
div.webphoto_search_form input[type="text"]{
	width:25%;
}






input#legacy_xoopsform_block_submit{
	width:130px;
	height:24px;
}