/* CSS Document */
input[type="text"]{width:180px;margin-right:2px;}
select {width:250px;}
input[type="button"], input[type="submit"]{
	background: #005ab8; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#007dff) to(#005ab8)); /*old webkit*/
    background: -webkit-linear-gradient(#007dff, #005ab8); /*new webkit*/
    background: -moz-linear-gradient(#007dff, #005ab8); /*gecko*/
    background: -ms-linear-gradient(#007dff, #005ab8); /*IE10*/
    background: -o-linear-gradient(#007dff, #005ab8); /*opera 11.10+*/
    background: linear-gradient(#007dff, #005ab8); /*future CSS3 browsers*/
	color:#fff;
	border:none;
	width:80px;
	height:20px;
	cursor:pointer;
	float:right;
}
#descsearch {margin-right: 27px;}
#wrapper #contentsArea article table.dataTable01, #wrapper #contentsArea article table.dataTable01 td, #wrapper #contentsArea article table.dataTable01 th {border:none;}
#wrapper #contentsArea article table.dataTable01 tr {border-bottom:1px solid #eee; line-height:2em;}