@font-face {
    font-family: 'genevaregular';
    src: url('fonts/geneva-webfont.eot');
    src: url('fonts/geneva-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geneva-webfont.woff') format('woff'),
         url('fonts/geneva-webfont.ttf') format('truetype'),
         url('fonts/geneva-webfont.svg#genevaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.purplefeedspage{
	font-family: 'genevaregular';
	font-weight: normal;
}

.purplefeedspage select{
	-webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;
}

.purplefeedspage .cat-feeds-xml{
	display: inline-block;
	text-decoration: none;
	text-indent: -9999px;
	width: 154px;
	height: 37px;
	background: url('img/btn-getfeed.jpg');
	border: none;
	vertical-align: 8px;
	margin-left: 25px;
}

	.purplefeedspage .attributes-mapping{
	}

		.purplefeedspage .attributes-mapping .left{
			width: 260px;
			float: left;
		}
		
			.purplefeedspage .attributes-mapping .left h2{
				font-family: 'genevaregular';
				font-size: 19px;
				font-weight: normal;
			}
		
			.purplefeedspage .attributes-mapping .left .title{
				font-family: 'genevaregular';
				font-size: 13px;
				font-weight: normal;
			}
		
			.purplefeedspage .attributes-mapping .left #submit{
				display: block;
				text-decoration: none;
				text-indent: -9999px;
				width: 154px;
				height: 37px;
				background: url('img/btn-save.jpg');
				border: none;
				margin-bottom: 50px;
			}
			
			.purplefeedspage .attributes-mapping .left #submit:hover{
				cursor: pointer;
			}

		.purplefeedspage .attributes-mapping .right{
			width: 750px;
			float: left;
			margin-left: 80px;
			padding-top: 7px;
		}
		
			.purplefeedspage .attributes-mapping .right .item{
				margin-top: 19px;
			}
		
			.purplefeedspage .attributes-mapping .right .label{
				font-family: 'genevaregular';
				font-size: 19px;
				font-weight: normal;
				display: inline-block;
				width: 239px;
			}
		
			.purplefeedspage .attributes-mapping .right select{
			}
		
	.purplefeedspage .extra-feeds{
		padding-bottom: 35px;
	}
	
		.purplefeedspage .extra-feeds h3{
			font-size: 19px;
			font-weight: normal;
		}
	
		.purplefeedspage .extra-feeds select{
		}
	
		.purplefeedspage .extra-feeds .cat-feeds-xml{
		}