/************************************************************

Copyright (C), 2006-2009, H3C Technologies Co., Limited.
FileName: Froms.css
Author:jaybird & ANA  Date:2007-11-14

Version: $1.0

Description: 
. form element style initialization
  
History: 
<author> <time> <version > <desc>

David 96/10/12 1.0 build this moudle 

***********************************************************/
@charset "utf-8";


input, select {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inpSearch {
	width: 160px;
	height: 17px;
	border-top: 1px solid #a3b8cb;
	border-bottom: 1px solid #a3b8cb;
	border-left: 1px solid #a3b8cb;
	border-right: 0 solid transparent;
	background: #fff url(../images/button/input_bg.gif) repeat-x top;
}
.inpSearch_s {
	width: 120px;
	height: 17px;
	border-top: 1px solid #a3b8cb;
	border-bottom: 1px solid #a3b8cb;
	border-left: 1px solid #a3b8cb;
	border-right: 0 solid transparent;
	background: #fff url(../images/button/input_bg.gif) repeat-x top;
}
.submitBtn {
	background: transparent url(../images/button/btn1_bg.gif) no-repeat;
	border: 1px solid #a3b8cb;
	width: 56px;
	height: 19px;
	border: 0;
	line-height:19px;
}

.input dl{ width: 500px; }
.input dt{ float: left; width: 155px; text-align: right; padding: 4px; }
.input dd{ margin: 0 0 0 160px; padding: 4px; text-align: left; }
.input img{vertical-align:bottom;}
.inp { width: auto; height: 17px;border: 1px solid #a3b8cb; background: #fff url(../images/button/input_bg.gif) repeat-x top; }
.textarea{ width: 350px; height: 200px; background: #fff url(../images/button/input_bg.gif) repeat-x top; border: 1px solid #a3b8cb; }
.select{ border: 1px solid #a3b8cb; }

.CssSitecheckText {
	font: 11px Arial, Helvetica, sans-serif;
}

.CssSitecheckInput { 
	width: 255px;
	/* background: #FFFFFF url(../../Library/Media/Page/69_blue_sitecheck_input.png) repeat-x center top; */
	border: 1px solid #E0E0E1;
	font: 12px Arial, Helvetica, sans-serif;
	color: #444;
	margin-top: 3px;
	margin-bottom: 8px;
	padding: 2px;
}

.CssSitecheckSubmit {
	width: 160px;
	color: #FFFFFF;
	/* background: transparent url(../../Library/Media/Page/69_blue_sitecheck_submit.png) no-repeat center center; */
	display: block;
	font: bold 11px/10px Arial, Helvetica, sans-serif;
	height: 28px;
	padding: 0px 0px 2px;
	vertical-align: middle;
	border-style: none;
	margin-top: 5px;
	cursor: pointer;
	position: relative;
	left: -2px;
}




* html .CssSitecheckSubmit {
	padding-top: 3px;
}