@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	list-style:none;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
	 border:1px solid #cbcbcb;
	 background:#fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {

}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.red{color:#f00;}

/*-输入框样式-*/
.inputmember{border:1px solid #bbb;height:18px;line-height:18px;padding:0 4px;}
.selectmember{border:1px solid #bbb;height:18px;line-height:18px;padding:0 0;}
/*输入框*/
.inputgeneral{border:1px solid #999;height:18px;vertical-align:middle;}
.inputgeneral2{border:1px solid #54a2cd;height:24px;vertical-align:middle;
font-weight:bold;font-size:16px;padding-left:4px;}
select{vertical-align:middle;}

input.default_b {
    background: url("../img/btn-overlay.png") repeat-x scroll 0 0 #fff !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px 4px 4px 4px;
    color: #777777 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px;
    position: relative;
    min-width:70px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}	
.fontblue14{ font-size:14px; color:#004B91; font-weight:bold;}
