﻿/*------S_object;------*/
#objectname{
	width:340px;
}
.object_con{
	padding:10px;
	border:1px solid #cccccc;
}
.stylered {color: #FF0000}

.object{
	background-color:#f6f6f6;
	padding:10px;
}
.object th{
	width:90px;
	color:#FFFFFF;
	text-align:right;
	vertical-align:top;
	padding-right:20px;
	background:url(../images/bg/bg_requestitem_m.gif) no-repeat right 1px;
	background-position:right 0;
	font-weight:bold;
	font-size:12px;
}
.object tr{
	height:23px;
}
.object td{
	padding-left:5px;
}
.underline01 {
	border-bottom: 1px dotted #808000;
}

/*------H_adsearch;------*/

.adtitle {
	margin:0px;
}
#adsearch {
	margin:0 0 10px 0;
	padding:10px 20px 10px 20px;
	border:1px solid #E1E1E1;
	background-color: #F6F6F6;
}
.search_tab {
	width:80px;
	height:25px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:top;
	padding-left:0px;
	background:url(../images/bg/bg_requestitem_s.gif) no-repeat right 1px;
	background-position:right 0;
	font-weight:bold;
	font-size:11px;
}

.adsubmit-btn{
	width:151px;	
}
.adsubmit-btn .cancel {
	background: url(../images/btn/btn_requestcancel.gif) no-repeat left top;
	width: 73px;
	height: 22px;
	border: none;
	*text-indent: -9999px;	
	position: absolute;
	margin-right:5px;
	right: 73px;
	/*bottom: 3px;*/
}
.adsubmit-btn input:hover {
	background-position: left -22px;
}
.adsubmit-btn .submit{
	background: url(../images/btn/btn_requestsubmit.gif) no-repeat left top;
	width: 73px;
	height: 22px;
	border: none;
	text-indent: -9999px;	
	position: absolute;
	right: 0px;
	/*bottom: 3px;*/
}
