body {
	margin: 0px;
	padding: 0px;
	background: #99b3cc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#mainBox {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 371px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}

#mainBoxTop {
	position: absolute;
	top: 0px;
	height: 81px;
	width: 371px;
	z-index: 105;
	background: url('/images/ui/mainBoxTop.png') no-repeat;
}
#mainBoxFill {
	position: absolute;
	top: 81px;
	bottom: 126px;
	width: 371px;
	z-index: 105;
	background: url('/images/ui/mainBoxFill.png') repeat-y;
}
#mainBoxBottom {
	position: absolute;
	bottom: 45px;
	height: 81px;
	width: 371px;
	z-index: 105;
	background: url('/images/ui/mainBoxBottom.png') no-repeat;
}

#contentBox {
	padding: 15px;
	position: relative;
	z-index: 110;
}

#affiliateBox {
	height: 35px; 
	margin: 5px 22px;
	position: relative;
	z-index: 110;
}

#banner {
	width:300px;
	height: 250px;
	margin: 5px 10px;
	position: relative;
	z-index: 115;
}

#affiliateBox img {
	border: none;
}

#logoDiv {
	margin-bottom: 14px;
	margin-top: 9px;
	text-align: center;
}
#logoDiv a img{
	border: medium none;
}
#createLogoDiv {
	margin-top: 12px;
	text-align: center;
}

#infoBox {
	display: none;
	position: absolute;
	top: 10px;
	left: 391px;
	z-index: 5;
}


fieldset {
	border: none;
	text-align: center;
	padding: 0px;
}

input.text {
	width: 311px;
	height: 19px;
	padding: 6px;
	background: transparent url('/images/ui/inputLargeOutline.png') no-repeat center top;
	border: none;
}

input.search {
	background: transparent url('/images/ui/inputSearch.png') no-repeat center top;
}

input.button {
	margin: 10px 3px 0px 3px;
	padding: 0px;
	height: 23px;
	border: 0;
	cursor: pointer;
	cursor: hand;
}

input.btnShowResults {
	width: 85px;	
	background: transparent url('/images/ui/buttonShowResults.png') no-repeat center top;
}
input.btnShowResults:hover {
	background: transparent url('/images/ui/buttonShowResultsActive.png') no-repeat center top;
}
input.btnShowRoute {
	width: 85px;
	background: transparent url('/images/ui/buttonShowRoute.png') no-repeat center top;
}
input.btnShowRoute:hover {
	background: transparent url('/images/ui/buttonShowRouteActive.png') no-repeat center top;
}
input.btnShowPrintRoute {
	width: 132px;
	background: transparent url('/images/ui/buttonRouteDesc.png') no-repeat center top;
}
input.btnShowPrintRoute:hover {
	background: transparent url('/images/ui/buttonRouteDescActive.png') no-repeat center top;
}
input.btnShowAddressSearch {
	width: 85px;
	background: transparent url('/images/ui/buttonFindCompany.png') no-repeat center top;
}
input.btnShowAddressSearch:hover {
	background: transparent url('/images/ui/buttonFindCompanyActive.png') no-repeat center top;
}
input.btnPrint {
	width: 85px;
	background: transparent url('/images/ui/buttonPrint.png') no-repeat center top;
}
input.btnPrint:hover {
	background: transparent url('/images/ui/buttonPrintActive.png') no-repeat center top;
}
input.btnSignup {
	width: 305px;
	height: 23px;
	background: transparent url('/images/ui/signupCompanyBlue.png') no-repeat center top;
}
input.btnSignup:hover {
	background: transparent url('/images/ui/signupCompanyBlueActive.png') no-repeat center top;
}
input.btnDoSignup {
	width: 100px;
	height: 24px;
	background: transparent url('/images/ui/buttonSignup.png') no-repeat center top;
}
input.btnDoSignup:hover {
	background: transparent url('/images/ui/buttonSignupActive.png') no-repeat center top;
}

input.btnNext {
	width: 100px;
	height: 24px;
	background: transparent url('/images/ui/buttonNext.png') no-repeat center top;
}
input.btnNext:hover {
	background: transparent url('/images/ui/buttonNextActive.png') no-repeat center top;
}
input.btnPrevious {
	width: 100px;
	height: 24px;
	background: transparent url('/images/ui/buttonBack.png') no-repeat center top;
}
input.btnPrevious:hover {
	background: transparent url('/images/ui/buttonBackActive.png') no-repeat center top;
}

#addressSearchDiv {
	margin: 10px 0px 10px 0px;
}
#addressResultsDiv {
	display: none;
	overflow: hidden;
}
#addressResultsDivTpl, #addressResultsDivTplEmpty {
	display: none;
}

#addressResultsDiv .scroll {
	overflow: hidden;
	position: relative;	
}

div.resultPage {
	float: left;
	padding: 0px 10px;
	position: relative;
	width: 323px;
}

div.addressResultBox {
	float: left;
	width: 323px;
}
/*
div.addressResultBox .main {
	left: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
}
*/
div.addressResultBox .top {
	background: url('/images/ui/innerBoxLargeTop.png') no-repeat center top;
	height: 9px;	
	width: 323px;
}
div.addressResultBox .mid {
	background: url('/images/ui/innerBoxLargeFill.png') repeat-y center top;
	width: 323px;
}
div.addressResultBox .bottom {
	background: url('/images/ui/innerBoxLargeBottom.png') no-repeat center top;
	height: 9px;
	width: 323px;
}
/*
div.addressResultBox .content {
	bottom: 0px;
	padding: 10px 5px;
	position: relative;
	top: 0px;
	z-index: 120;
}
*/

div.addressResultBox .website {
	border-right:2px solid black;
	float:left;
	margin: 0 10px;
	padding:0 5px 0 0px;
	width:100px;
}
div.addressResultBox .website img {
	border: medium none;
	height: 74px;
	width: 98px;
}

div.addressResultBox .addressInfo {
	display: inline;
	line-height:150%;
	width:190px;
}
div.addressResultBox .addressInfo .resultCID {
	display: none;
}
div.addressResultBox .emptyInfo {
	line-height:150%;
	padding: 10px;
}

#routeSearchDiv {
	display: none;
	margin: 10px 0px 10px 0px;
}

#routeResultsDiv {
	display: none;
}
#routeResultsDiv .main {
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
	margin: 0px 9px 0px 9px;
	padding: 0px;
}
#routeResultsDiv .top {
	position: absolute;
	top: 0px;
	width: 323px;
	height: 9px;
	z-index: 115;
	background: url('/images/ui/innerBoxLargeTop.png') no-repeat center top;
}
#routeResultsDiv .mid {
	position: absolute;
	top: 9px;
	bottom: 9px;
	width: 323px;
	height: 282px;
	
	z-index: 115;
	background: url('/images/ui/innerBoxLargeFill.png') repeat-y center top;
}
#routeResultsDiv .bottom {
	position: absolute;
	bottom: 0px;
	width: 323px;
	height: 9px;
	z-index: 115;
	background: url('/images/ui/innerBoxLargeBottom.png') no-repeat center top;
}

#routeResultsDiv .googlePlayground {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 304px;
	height: 250px;
	padding: 0px;
	z-index: 120;
	overflow: auto;
}
#routeResultsDiv .printBox {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 311px;
	height: 30px;
	padding: 0px 10px 10px 0px;
	z-index: 120;
	line-height: 150%;
	text-align: right;
}

#contentBox label {
	display: none;
}

#registerDiv {
	display: none;
	overflow: hidden;
}

#registerDiv input.text {
	margin: 3px 0px;
}

#registerDiv .scroll {
	overflow: hidden;
	height: 310px;
	position: relative;
}

#registerDiv .scrollContainer {
	overflow: hidden;
	height: 310px;
	width: 327px;
}

#registerDiv .registerPage {
	float: left;
	position: relative;
	margin: 0px 6px;
	padding: 0px 6px;
	height: 310px;
	width: 327px;
}

#btnRegister2Previous {
	display: none;
}
#btnRegister2Next {
	display: none;
}
#btnRegister3Previous {
	display: none;
}

#btnDoRegister {
	display: none;
}

#registerLogoDiv {
	text-align: center;
}

#registerCompleteDiv {
	display: none;
}

#dlgSelectPreview {
	display: none;
}

#keywordsBox {
	position: relative;
	top: 0px;
	left: 0px;
	height: 290px;
	margin: 5px 2px 0px;
	padding: 0px;
}
#keywordsBox .top {
	position: absolute;
	top: 0px;
	width: 323px;
	height: 9px;
	z-index: 115;
	background: url('/images/ui/innerBoxLargeTop.png') no-repeat center top;
}
#keywordsBox .mid {
	position: absolute;
	top: 9px;
	bottom: 9px;
	width: 323px;
	height: 272px;
	
	z-index: 115;
	background: url('/images/ui/innerBoxLargeFill.png') repeat-y center top;
}
#keywordsBox .bottom {
	position: absolute;
	bottom: 0px;
	width: 323px;
	height: 9px;
	z-index: 115;
	background: url('/images/ui/innerBoxLargeBottom.png') no-repeat center top;
}

#keywordsBox .content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	z-index: 120;
}
#keywordsBox .headDescription {
	display: block;
	font-size: 10pt;
	padding: 5px 0px;
}

#previewDiv {
	height: 112px;
	left: 90px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 138px;
}
#previewDiv .top {
	position: absolute;
	top: 0px;
	width: 151px;
	height: 6px;
	z-index: 115;
	background: url('/images/ui/innerBoxSmallTop.png') no-repeat center top;
}
#previewDiv .mid {
	position: absolute;
	top: 6px;
	bottom: 6px;
	width: 151px;
	height: 100px;
	
	z-index: 115;
	background: url('/images/ui/innerBoxSmallFill.png') repeat-y center top;
}
#previewDiv .bottom {
	position: absolute;
	bottom: 0px;
	width: 151px;
	height: 6px;
	z-index: 115;
	background: url('/images/ui/innerBoxSmallBottom.png') no-repeat center top;
}

#previewDiv .content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	z-index: 120;
}

#previewDiv img.webpic {
	margin: 5px 10px;
}

input.inpNewCategory {
	left: 8px;
	position: absolute;
	top: 87px;
}

input.btnSelectPreview {
	background: transparent url('/images/ui/buttonUrl.png') no-repeat center top;
	display: none;
	height: 24px;
	left: 8px;
	position: absolute;
	top: 130px;
	width: 153px;
}
input.btnSelectPreview:hover {
	background: transparent url('/images/ui/buttonUrlActive.png') no-repeat center top;
}
input.btnUploadPreview {
	background: transparent url('/images/ui/buttonNewImg.png') no-repeat center top;
	display: none;
	height: 24px;
	left: 8px;
	position: absolute;
	top: 165px;
	width: 153px;
}
input.btnUploadPreview:hover {
	background: transparent url('/images/ui/buttonNewImgActive.png') no-repeat center top;
}

input.smalltext {
	width: 135px;
	height: 16px;
	border-style: none none solid;
	border-width: 1px;
	border-color: grey;
	margin: 0px;
	padding: 0px;
}

div.conditionsBox {
	background: transparent url('/images/ui/inputLargeOutline.png') no-repeat center top;
	width: 323px;
	height: 31px;
	margin: 115px 0px 0px;
	position: absolute;
	top: 148px;
	left: 8px;
}

#conditionsDesc {
	color: black;
	display: inline;
	font-size: 10pt;
	position: relative;
	top: 5px;
}
#conditionsDesc a {
	color: black;
}
#conditionsDesc a:visited {
	color: black;
}
#conditionsDesc a:hover {
	color: grey;
}

#conditionsDesc input.checkbox {
	top: 5px;
}

#compcategory {
	/* background: transparent url('/images/ui/inputLargeOutline.png') no-repeat center top; */
	background: white none repeat scroll 0 0;
	border: 1px solid grey;
	position: relative;
	top: 5px;
	width: 323px;
}

#mapDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}


