#rfpform {
	margin: 0 0 0 0; padding: 0;
}

#rfpform input, #rfpform select {
	border: 1px inset #999;
	background-color: #f0f6f1;
	font-size: 11px;
}
#rfpform input.required, #rfpform select.required {
	border: 1px inset #666;
}
#rfpform input.radio, #rfpform input.checkbox {
	border: 0;
	background-color: transparent;
}
#rfpform td { padding-top: 3px; }
#rfpform .small { font-size: 10px; color: #797979; padding-left: 4px; }
#rfpform p.small { font-size: 10px; color: #797979; padding-left: 0px; margin:0; }


.tabs { background: #fff url(/findmeeting/images/tab-bkgd.gif) repeat-x; }
.tabs img { border:0; }


#submitbutton { 
	border: 0;
	display: block;
	margin: 1.3em 0 .2em 0;
	padding: 0 0 4px 0;
	width: 186px;
	height: 35px; 
	font-size: 14px; 
	font-weight: bold;
	color: #fff; text-decoration: none; text-align: center;
	background: transparent url(/rfpcontacts/images/btn_big_bkgd.gif) no-repeat;
	
}
#submitbutton:hover, #submitbutton:active { 
	border: 0;
	display: block;
	margin: 1.3em 0 .2em 0;
	padding: 2px 0 2px 0;
	width: 186px;
	height: 35px; 
	font-size: 14px; 
	font-weight: bold;
	color: #fff; text-decoration: none; text-align: center;
	background: transparent url(/rfpcontacts/images/btn_big_bkgd_on.gif) no-repeat;
}


#sendnow { 
	border: 0;
	margin: 1.3em 0 .2em .4em;
	padding: 0 0 4px 0;
	width: 108px;
	height: 27px; 
	font-size: 12px; 
	font-weight: bold;
	color: #fff; text-decoration: none; text-align: center;
	background: transparent url(/rfpcontacts/images/btn_small_bkgd.gif) no-repeat;
	
}
#sendnow:hover, #sendnow:active { 
	border: 0;
	margin: 1.3em 0 .2em .4em;
	padding: 2px 0 2px 0;
	width: 108px;
	height: 27px; 
	font-size: 12px; 
	font-weight: bold;
	color: #fff; text-decoration: none; text-align: center;
	background: transparent url(/rfpcontacts/images/btn_small_bkgd_on.gif) no-repeat;
}
