body, html, div {
	border: 0;
	color: #444;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	outline: none;
	padding: 0;
}
/*Color Palette
#00ccff - primary blue
#bbeefb - nav background
#7ce2fc - main header background
#f9f9f9 - body background grey
#332d29 - primary brown / sidebar h2 background
#7ce2fc - tables - th border
#baedfb - tables - td border
#00a5d0 - link color
#ffff00 - yellow highlight
*/


body, html {
	background-color: #fdfdfd;
}
/* @group Page Layouts */

#c {
	margin: 0 auto;
	position: relative !important;
	width: 960px;
}
#c2 {
	margin: 0;
	padding: 0;
}


a {
	color: #006;
}
a:hover {
	color: blue;
}
a:active {
	color: orange;
}
a:focus {
	outline: none;
}
img {
	background-color: transparent !important;
	border: 0 solid transparent !important;
}



#h {
	float: left;
	margin: 15px 0 0;
	padding: 0;
	padding-bottom: 10px;
	width: 100%;
}
#b {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#main, #sidebar {
	float: left;
}
#main {
	margin-right: 10px;
	width: 630px;
}
#sidebar {
	background-color: #efefef;
	width: 320px;
}
#sidebar .pdr {
	padding: 10px;
}
#f {
	border-top: 1px solid #baedfb;
	clear: left;
	float: left;
	font-size: 80%;
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
}


div.cols-2, div.cols-3, div.cols-4 {
	float: left;
	width: 100%;
}
div.cols-2 div.col { 
/* this is for two equal columns */
	float: left;
	margin: 0 1%;
	padding: 0;
	width: 46% !important;
}
div.cols-3 div.col { 
/* this is for three equal columns */
	float: left;
	margin: 0 1%;
	padding: 0;
	width: 31% !important;
}
div.cols-4 div.col { 
/* this is for four equal columns */
	display: inline;
	float: left;
	margin: 0 1%;
	padding: 0;
	width: 24%;
}
div.cols-4 div.first, div.cols-4 div.last {
	margin: 0;
}
em.clr {
	clear: both;
	display: block;
	font-size: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
}
br.clr {
	clear: both;
	display: block;
	font-size: 1px;
	margin: 0;
	padding: 0;
	width: 100%;
	
}
/* @end */

/* @group Site Header */
div#h {
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Verdana, Arial, sans-serif;
}
#logo {
	height: 29px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 85px;
}

#phonenumber {
	color: #443;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 5px;
}

/* @group Site Nav */
ul#nav {
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 0;
	text-align: right;
}
ul#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav li a {
	color: #333;
	font-size: 13px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
ul#nav li a:hover {
	border-bottom: 4px solid #069;
	color: #069;
	padding-bottom: 2px;
}

/* @end */



/* @end */

/* @group Tables */

table {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 30px 0;
	padding: 0;
}
th, td {
	margin: 0;
	padding: 10px;
}
th {
	border-bottom: 2px solid #7ce2fc;
	font-size: 12px;
	padding: 10px 10px 2px 10px;
	text-align: center;
	vertical-align: bottom;
}
th.projectName {
	text-align: left;
}
th.reportsLabel {
	font-weight: normal;
	text-align: right;
}
td {
	text-align: center;
}
td.projectName {
	border-left: 0;
	text-align: left;
}
td.projectName p {
	margin: 0;
	padding: 0;
}
.rowtitle {
	border-left: 0;
	text-align: left;
}
td.left, th.left {
	text-align: left;
}

tr.alt, tr.alt td {
	background-color: #f4f4f4;
}
#sidebar th, #sidebar td {
	border-color: #fff !important;
}
/* @end */

/* @group Highlights, Bolds, etc. */

strong {
	background-color: #ffff00;
}
.report_warning, .note {
	color: #777;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
.delete {
	color: #930;
	font-weight: normal;
	text-decoration: none;
}
.delete:hover {
	background-color: red;
	color: #fff;
}
/* @end */

/* @group Headers */
h1,h2,h3,h4,h5, h6 {
	margin: 0;
	padding: 0 0 5px;
}
h1, h2, h3 {
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
}
h4, h5, h6 {
	font-weight: normal;
}


h1 {
	color: #222;
	font-size: 35px;
	margin: 10px 0 10px 0;
	padding: 5px 5px;
}
h2 {
	padding-top: 10px;
}
h2.with_line {
	font-size: 29px;
	background: url(/images/bg-h2.gif) repeat-x left 28px;
	margin-bottom: 5px;
	padding-bottom: 0;
	text-indent: 10px;
}
h2.with_line span {
	background-color: #fdfdfd;
	padding: 0 5px;
}

h3 {
	font-size: 17px;
	margin: 10px 0 0 0;
	padding: 0;
}
h4 {
	color: #2E2825;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
}
h5 {
	color: #676767;
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 0;
}
/* @end */

/* @group Text */
ul {
	margin: 0;
	padding: 5px 0 5px 15px;
}
li {
	list-style-image: url(/images/bullet.gif);
	padding-bottom: 5px;
}
.slug {
	margin-top: 0;
	padding-top: 0;
}
p {
	margin: 0;
	padding: 5px 0 5px 0;
}
em {
	font-weight: bold;
	font-style: normal;
}
/* @end */

/* @group pagination */

div.pagination {
    background-color: #f7f7f7;
    margin: 10px 0;
    padding: 10px 0;    
    text-align: center;
    width: 100%;
}
div.pagination span, div.pagination a {
    padding: 5px;
}
div.pagination .disabled {
	color: #ddd;
}
div.pagination .prev_page {}
div.pagination .next_page {}
div.pagination .current {}
div.pagination .gap {}

/* @end */

/* @group Errors */

.errorExplanation {
	color: red;
}
div.fieldWithErrors {
	background-color: #ffe1de;
	color: red;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}
div.fieldWithErrors input {
	background-color: transparent !important;
}
/* @end */

/* @group Forms */
.required {color: red;}
textarea {
	font-size: 97%;
}
.formhelp {
	color: #999;
	display: block;
	font-size: 80%;
	font-style: italic;
}

/* @end */

/* @group Homepage */

/* @group The Data */
#theData {
	background: url(/images/bg-thedata.gif) repeat-y;
	margin-bottom: 20px;
}
#theData #box1 {
	margin: 0 5px 0 0 !important;
	padding: 10px !important;
	width: 455px !important;
}
#theData #box2 {
	margin: 0 0 0 5px !important;
	padding: 10px !important;
	width: 455px !important;
}
#getData {
	margin-left: 10px;
}
/* @end */

.try_it_free {
	clear: left;
	font-size: 25px;
	padding-top: 20px;
}
h1#home {
	background: url(/images/h1_underline.gif) no-repeat 260px bottom;
	padding-bottom: 7px;
}
#offer {
	text-align: center;
}
#offer span {
	background-color: #fefe90;
	font-weight: normal;
	font-size: 19px;
	padding: 6px 10px;
}
#offer a {
	font-size: 19px;
	margin: 0 0 0 -5px;
}

#home #homepage_feature_2010 {
	background-image: url(/images/homepage_feature.gif);
	background-repeat: no-repeat;
	height: 326px;
	text-indent: -7000px;
	width: 940px;
}
#homepage_feature_2010 li {
	list-style: none;
}

/* @end */

/* @group Data Report Landing Pages */
#reportLandingPageSlug {
	font-size: 15px;
	margin-top: -15px;
	padding-left: 5px;
	padding-top: 0;
	width: 650px;
}
#dataDescription {
	background-color: #f8f8f9;
	float: left;
	padding: 10px;
}
#projectmap, #dataSources {
	float: left;
	width: 330px;
}
#projectdata, #stackOfReports {
	float: left;
	margin-left: 10px;
	width: 600px;
}
#downloadASample {
	background-color: #eeeef2;
	clear: left;
	padding: 20px;
}
#downloadASample a {
	font-size: 19px;
}
#offer {
	margin-bottom: 20px;
	margin-top:20px;
}
#stackOfReports {
	position: relative;
}
#stackOfReports p.note {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 120px;
}
.next {
	float: right;
	font-weight: bold;
}

/* @end */



/* @group Page - EJ Estimate */
#ejreport .col {
	float: left;
	text-align: center;
	width: 45%;
}


/* @end */

/* @group Page - Homepage OLD */

/* @group My Group */

#kcs_project_feature {
	background: url(../images/kc_nightmare_project/story_right.jpg) no-repeat right top;
	float: left;
	height: 290px;
	margin: 10px 0 10px;
	padding: 0 !important;
	width: 960px;
}

#kcs_project_feature #feature_content {
	background: url(../images/kc_nightmare_project/story_left.gif) no-repeat left top;
	float: left;
	height: 290px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 960px;
}


/* @end */

/* @group How Cubit Works */
#how_feature {
	background: url(../images/kc_nightmare_project/how_bottom.gif) no-repeat right bottom;
	float: left;
	height: 474px;
	margin: 10px 0 20px;
	padding: 0 !important;
	width: 960px;
}

#how_feature h1 {
	background: url(../images/kc_nightmare_project/how_top.gif) no-repeat left top;
	float: left;
	height: 83px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 960px;
}
#how_feature p.p1 {
	background: url(../images/kc_nightmare_project/how_left.jpg) no-repeat left top;
	float: left;
	height: 349px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 480px;
}
#how_feature p.p2 {
	background: url(../images/kc_nightmare_project/how_right.jpg) no-repeat left top;
	float: left;
	height: 349px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 480px;
}
#products_subnav, #products_subnav li {
	list-style: none;
}

#products_subnav li {
	display: inline;
}
#products_subnav a {
	border: 1px solid #ddd;
	border-right: 0;
	color: #111;
	display: block;
	height: 50px;
	float: left;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 19%;
}
#products_subnav a.last {
	background-color: #fe6500;
	border: 1px solid #ddd;
}

#products_subnav a:hover {
	background-color: #ddd;
}

#products_subnav a span {
	color: #999;
	font-size: 11px;
}
#products_subnav a:hover span {
	font-size: 11px;
}
#products_subnav a.last span {
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding-top: 0px !important;
}
#products_subnav a.last:hover, #products_subnav a.last:hover span {
	background-color: #fe6500;
	color: #fff;
	font-size: 1.1em;
}
/* @end */


#feature {
	background: url(../images/kc_nightmare_project/home_right.jpg) no-repeat right top;
	float: left;
	height: 397px;
	margin: 10px 0 10px;
	padding: 0 !important;
	width: 960px;
}


#feature a:hover {
	background-color: transparent;
}
#feature #feature_content {
	background: url(../images/kc_nightmare_project/home_left.png) no-repeat left top;
	float: left;
	height: 397px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	text-indent: -5000px;
	width: 960px;
}



p.quote_attr {
	text-align: left;
}
p.date {
	font-size: 80%;
	font-style: italic;
	margin-bottom: 0;
	margin-top:0;
	padding-bottom: 0;
	padding-top:0;
}
ul.follow li {
	padding: 2px 0;
}

/* @end */

/* @group Page - Projects */
/* @group Zero State */

#zero_state_projects {
	text-align: center;
}
#zero_state_projects #new_project_promo {
	padding-top: 85px;
	width: 300px;
}
#zero_state_projects #new_project_movie {
	text-align:center;
	width: 640px;
}
#zero_state_projects #set_default_state_promo {
	background-color: #eee;
	clear:left;
	font-weight: bold;
	margin-top: 10px;	
	padding: 20px;
}
/* @end */


table#projects, table#reports {
	width: 100%;
}
	
	
	#quickstartguide {
		background-image: url('/images/project_quick_start_guide.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #eee;
		border: 1px solid #ddd;
		height: 328;
		margin-bottom: 10px;
		padding: 5px 10px;
	}
	#quickstartguide ul {list-style: none;}
	.h2note {
		font-size:0.8em;
		font-style:italic;
		font-weight:normal;
		margin-left:10px;
}
	#map {
		height: 400px; 
		margin: 0 auto;
		width: 600px;
}
	#linedata {
		padding-left:20px;
}
	#projects label {
		font-weight: bold;
		font-size: 1.2em;
}
/* @group Custom columns for projects */

	/*body#projects #sidebar {
		width: 316px;
	}
	body#projects #main {
		margin-right: 10px;
		padding-right: 0px;
		width: 618px;
	}

	body#projects #main .pdr {
		padding: 0 10px 10px;
	}*/
	body#projects li span.note {display:block;text-decoration: none !important;border: 0;}
	body#projects a.all_projects {
		float: right;
	}
	body#projects #ejestimateimages img {
		margin: 0 10px 10px;
		width: 80%;
	}
	body#projects #ejestimateimages div {text-align: center;}
	h2 span.instructions {
	 font-size: 70%;
}
	#reportbtn {
		margin-left: 10px;
}
	#reportslist {
		background-color: #ddd;
}
	#reportslist li {
		padding-bottom: 5px;
	}
	#reportslistclosebtn {
		position: relative;
		text-align: right;
}
	#editprojectbtn {
	margin-top: -15px;
	padding: 5px 5px 10px;
}
	#editprojectbtn a {
		background-image: url(/images/btn-edit-project.png);
		display: block;
		height: 25px;
		text-indent: -5000px;
		width: 107px;
	}

/* @end */
#maplegend {
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 10px;
	width: 100%;
}
#maplegend li {
	color: #777;
	float: left;
	font-size: 10px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 5px;
	width: 170px;
}
h3.maplegend {
	font-size: 12px;
	margin-left: 10px;
}
/* @end */

/* @group Page - Tours */

div.movie_box {
	margin: 15px auto;
	text-align:center !important;
	width: 640px;
}
p.movie_nav {
	text-align: center;
}

/* @end */

/* @group Page - Buzz */
ul.buzzlist {
	margin: 0;
	padding: 0;
}
.buzzlist li {
	background: #ededed url(/images/bg-quote-tail.gif) no-repeat left bottom;
	float: left;
	font-size: 1.2em;
	list-style: none;
	margin: 18px;
	padding: 10px 10px 29px;
	width: 40%;
}
.quote {
	background: #ededed url(/images/bg-quote-tail.gif) no-repeat left bottom;
	font-size: 1.2em;
	margin: 0px;
	padding: 18px 18px 37px;
	
}

/* @end */

/* @group Orders */
#order_summary th, #order_summary td {
	border-color: #ddd;
	border-width: 1px;
	font-size: 0.9em;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	width: 50%!important;
}
#order_summary th {
	text-align: right;
}
#order_summary tr.total th, #order_summary tr.total td {
	border-top: 2px solid #baedfb;
	font-weight: bold;
	}

/* @end */

/* @group Report Previews */

.reportinfo {
	background-color: #eee;
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 0 auto;
	padding: 10px;
	width: 938px;
}
.reportinfo p {
	float:left;
	font-size: 0.9em;
	margin-top: 0; 
	padding-top: 0;
	width: 50%;
}
.reportinfo div {
	float:right;
}
.reportinfo span {
	display:block;
	font-size:10px;
	width: 200px;
}


div#report {
	border: 1px solid #ddd;
	padding: 20px;
	margin: 0 auto;
}
div.short {
	border: 20px solid #ddd !important;
	height: 450px;
	overflow: auto;	
}
div.previewtabs {
	height: 50px;
	margin: 0 auto 20px;
	padding: 4px 0 0 5px;
	position: relative;
	text-align: left;
	background: #fff url(../images/bg_breadcrumb_panel.png) repeat-x left top;
}
div.previewtabs span.tabs a, div.previewtabs span.tabs a:hover {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: normal;
	padding: 13px 25px 10px 10px;
	position: relative;
	text-decoration: none;
	background: url(../images/bg_breadcrumb.png) no-repeat right center;
}

div.previewtabs span.tabs a.active {
	font-weight: bold;
}
div.previewtabs span.tabs a.active, div.previewtabs span.tabs a:hover {
	background: url(../images/bg_breadcrumb_hover.png) no-repeat right center;
	color: #333;
}
a#purchase_link {
	display: block;
	float:left;
	height: 32px;
	margin-right: 10px;
	margin-top: 0 !important;
	width:213px;
}

/* @group tables */
#report table {
	border-collapse: collapse !important;
	border: 1px solid #999 !important;
	font-size: 0.8em !important;
	margin: 0 !important;
}
#report table#incomeData, #report table#transportationData, #report table#popProjections {
	width: 100% !important;
}
#report table caption {
	font-size: 16px; 
	text-align: left;
}

#report table td, #report table th {
	border: 1px solid #999 !important;
	padding: 3px 6px;
}
#report table tr.toprow th, #report .toprow {
	border-bottom: 2px solid #333 !important;
}

#report table#adultSpeakers td, #report table#adultSpeakers th, #report table#top5Languages td {
	text-align: center;
	width: 16% !important;
}
#report table#minorityRaces td, #report table#minorityRaces th, #report table#populationTrends td, #report table#populationTrends th, #report table#incomeData td, #report table#incomeData th, #report table#transportationData td, #report table#transportationData th, #report table#popProjections th, #report table#popProjections td, #report table#incomeData2 td {
	text-align: center;
}
#report td.geoName {
	width: 250px !important !important;
}
#report table th.left, #report table td.left {	
	text-align: left !important;
}
#report table th.right {
	text-align: right;
}

table.fullwidth {
	border-color: red;
	width: 100% !important;
}



/* @end */

/* @group Map Controls */
#mapform h2 {
	padding-bottom: 0;
}
#mapform p {
	padding-left: 20px;
}
#project_name, #project_description {
	border: 1px solid #aaa;
	width: 500px;
}
#mapform #project_buffer,#mapform #project_name {
	font-size: 1.4em;
	padding: 3px;
}
#mapform textarea {
	height: 40px;
	font-size: 0.8em;
}
#mapform #project_name {
	margin-bottom: 10px;
}
#mapform .note {
	color: #111;
}
#project_description_block span {
	color: #999 !important;
}
#project_description_block textarea {
	border-color: #ddd;
	color: #999;
}
.block {
	display: block;
}
#m {
	border: 1px solid #ddd;
	border-width: 0px 1px 1px;
	position: relative;
	margin: 0 7px 0 10px;
	padding: 0 0 5px 0;
}
#mapcontrols {
	background: url('/images/map_toolbar_bg.jpg') top;
	height: 36px;
	margin-bottom: 5px;
}
#mapcontrols a:hover {
	background-color: transparent;
}
a.mapcontrol {
	display: block;
	height: 36px;
	position: absolute;
	text-indent: -50000px;
	top: 0;
}
a#drawline {
	background-image: url('/images/map_toolbar_line.jpg');
	left: 0px;
	width: 89px;
}
a#drawpolygon {
	background-image: url('/images/map_toolbar_polygon.jpg');
	left: 89px;
	width: 116px;
	z-index: 99;
}
a#clearmap {
	background-image: url('/images/map_toolbar_reset.jpg');
	left: 205px;
	width: 109px;
	z-index: 99;
}
a#stopdrawing {
	background-image: url('/images/map_toolbar_stopdrawing.jpg');
	left: 0px;
	width: 205px;
}
#linedata {
	position: absolute;
	top: 46px;
	right: 10px;
}
#geocoder {
	background-color: #fff;
	border: 1px solid #aaa;
	font-size: 10px;
	right: 12px;
	padding: 3px 7px;
	position: absolute;
	top: 69px;
	z-index: 99;
}
#geocoder input {
	width: 170px;
}
input.placeholder { color: #a9a9a9 !important; }

/* @end */



#quote_sarah_itz {
	background-image: url(/images/products/quote_sarah_itz.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: left;
	height: 163px;
	text-indent: -5000px;
	width: 418px;
}


/* @group Try It Free Bar */

#try_it_free {
	background-color: #ddd;
	clear: left;
	padding: 10px;
	margin: 10px 0;
}
#try_it_free .signup {
	background-image: url(/images/btn-get-your-free-acct-blue.png);
	display: block;
	float: right;
	height: 42px;
	margin: 10px 10px 0;
	text-indent: -5000px;
	width: 248px;
}

#try_it_free .demolink {
	background-image: url(/images/btn-try-the-demo-blue.png);
	display: block;
	float: right;
	height: 42px;
	margin-top: 10px;
	text-indent: -5000px;
	width: 203px;

}
#try_it_free p {
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	padding: 0;
}
#try_it_free span {
	display: block;
	font-size: 12px;
}
/* @end */

/* @group Login & Signup */

body #login_signup {
	background-color: #f1f1f1;
	background-image: url(/images/bg_login.gif);
	margin: 0;
	padding: 0;
}
#login_signup #c {
	background-color: #fefefe;
	border: 1px solid #ccc;
	margin: 50px auto;
	width: 500px;
}
#login_signup #c .pdr {
	 padding: 20px;
}
#login_signup .required {
	color: red;
	font-size: 80%;
}
.signup {
	background-image: url('/images/btn_signup_block.png');
	border: 0;
	height: 41px;
	width: 149px;
}
.signup:hover {
	background-image: url('/images/btn_signup_block.png');
	background-position: 0 -41px;
	cursor: hand;
}
#login_signup h1 {
	clear: left;
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 15px;
}
#login_signup #account_or_login_link {
	 float:right;
	 font-size: 85%;
	 margin-top: -87px;
	 text-align:right;
	 width: 200px;
}
#account_or_login_link h2 {
	background-color: transparent;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#demobox p {
	font-size: 1.5em;
	text-align:center;
}
#login_signup p.h1tagline {
	margin-top:0;
	padding-left:5px;
}
#login_signup label {
	display: block;
}
#login_signup .terms {font-size: 80%; width: 50%;}
#login_signup p label {color: #777;}
#login_signup p input {font-size: 17px;}
#login_signup #phonenumber {
	color: #777;
	font-size: 11px;
	top: -20px;
	position: absolute;
	right: 10px;
}
#login_signup #logo {
	left: 10px;
	position: absolute;
	top: 10px;
}
#login_signup #h {
	border-bottom: 1px solid #ddd;
	height: 45px;
	margin: 0 10px;
	padding: 0;
	width: 480px;
}
/* @end */

/* @group Buttons */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	padding: .5em 2em .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttonie {
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	padding: .5em 2em .5em;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.small {
	font: 12px/100% "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	padding: .5em 1em .5em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	color: #fef4e9;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	color: #fef4e9;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #d9eef7;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* @end */



