﻿.buttonorange
{
	display:block;
	background-color:#cc6600;
	color:White;
	border:none;
	line-height:20px;
	margin:20px 10px 10px 0px;
	font-size:12px;
	font-weight:bolder;
	cursor:pointer;
	font-family:Arial;
}

.buttonorange_nomargin
{
	background-color:#cc6600;
	color:White;
	border:none;
	line-height:19px;
	font-size:12px;
	font-weight:bolder;
	cursor:pointer;
}

.buttonorange_smallmargin
{
	background-color:#cc6600;
	color:White;
	border:none;
	line-height:19px;
	font-size:12px;
	font-weight:bolder;
	cursor:pointer;
	margin:5px 5px 10px 0px;
	font-family:Arial;
}

.listingfeatures
{
	margin:10px 40px 10px 30px;
}

.listingfeatures li
{
	line-height:16px;
}

.searchbox
{
	padding:10px;
	background-image:url("../images/topgrad_searchbox.png"); 
	background-position:top left;
	background-repeat:repeat-x; 
	border:solid 1px #CCCCCC; 
	font-family:Arial;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
}

.tdheader
{
	width:100px; 
	text-align:right; 
	font-weight:bold;
	vertical-align:top;
	padding-top:5px;
	color:#333333;
}

.valcallout
{
	font-family:Arial;
	font-size:8px;
	line-height:12px;
}
