/*****************************************************************
 * 搜索控件风格
 * 名称：CDMODSearchOneTypeControl
 ******************************************************************/
/*================================================================*/
/*风格一：简单模式
  cdmodsearchonetype_one
=========================================================
*/

.cdmodsearchonetype_one
{
 font-size:14px; font-weight:bold; color:#014E9C; margin-left:20px;
}
.cdmodsearchonetype_one .titleinput{ float:left}
.cdmodsearchonetype_one .text_css{ padding-left:10px;}
.cdmodsearchonetype_one input{ width:220px;height:18px;padding:1px; background-color:#fff;
	border:1px solid #B0ABA5; }
.cdmodsearchonetype_one .button input
{
	background-image:url(/_skins/dnw/images/ksss.gif);
	border-width:0px;margin-left:10px; margin-top:2px;
	background-color:Transparent;
	width:92px;
	height:20px;
	cursor:hand;
}


/*================================================================*/
/*风格二：（待完善）
  datetime_two
=========================================================
*/

.cdmodsearchonetype_two
{
 font-size:12px; font-weight:bold;  margin-left:20px; margin-top:5px;
}
.cdmodsearchonetype_two .titleinput{ float:left}
.cdmodsearchonetype_two .text_css{ padding-left:10px;}
.cdmodsearchonetype_two input{ width:170px;height:16px;padding:1px; background-color:#fff;
	border:1px solid #7E9DB9; }
.cdmodsearchonetype_two .button input
{
	background-image:url(/_skins/dnw/images/zwss.gif);
	border-width:0px;margin-left:10px; margin-top:0px;
	background-color:Transparent;
	width:69px;
	height:22px;
	cursor:hand;
}

/*================================================================*/
/*风格三：（待完善）
  datetime_three
=========================================================
*/

.cdmodsearchonetype_three
{
 font-size:12px; font-weight:bold;  margin-left:10px; margin-top:5px;
}
.cdmodsearchonetype_three .titleinput{ float:left}
.cdmodsearchonetype_three .text_css{ padding-left:10px;}
.cdmodsearchonetype_three input{ width:150px;height:16px;padding:1px; background-color:#fff;
	border:1px solid #FEB872; }
.cdmodsearchonetype_three .button input
{
	background-image:url(/_skins/dnw/images/zwss.gif);
	border-width:0px;margin-left:150px; margin-top:10px;
	background-color:Transparent;
	width:69px;
	height:22px;
	cursor:hand;
}
/*================================================================*/
/*自定义风格；
  datetime_yourname
=========================================================