.roundtop {
	border-topleft-radius:12px;
	border-topright-radius:12px;
}
.roundbottom {
	border-bottomleft-radius:12px;
	border-bottomright-radius:12px;
}
.roundtop20 {
	border-topleft-radius:20px;
	border-topright-radius:20px;
}
.roundbottom20 {
	border-bottomleft-radius:20px;
	border-bottomright-radius:20px;
}
.roundtiny {
	border-radius:3px;
}
.roundsmall {
	border-radius:8px;
}
.roundmed {
	border-radius:20px;
}
.roundleftsmall {
	border-topleft-radius:8px;
	border-bottomleft-radius:8px;
}
.grey-frame {
	border:5px solid #eee;
	border-radius:8px;
}
.grey-frame-inner {
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:25px;
}
.grey-frame-narrow {
	width:550px;
	margin:0 auto;
}
.grey-box {
	background-color:#f3f3f3;
	padding:20px;
}
.noscript {
	margin:0 !important;
	padding:20px 40px !important;
}
.avatar-large {
	background-color:#eee;
	width:175px;
	height:150px;
}
.avatar-icon {
	border:1px solid #dadac5;
	margin-top:-1px;
}
a.icon_button img {
	vertical-align:middle;
	margin-right:5px;
}
a.button, input.button {
	cursor:pointer;
	border:0;
	font-weight:700;
	background-color:#098dd2;
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
	white-space:nowrap;
	padding:5px 15px;
}
a.inline_button, input.inline_button, a.inline_button_disabled {
	border:0;
	font-weight:700;
	color:#fff;
	white-space:nowrap;
	margin:2px 10px 0 0;
	padding:5px 3px;
}
a.inline_button, input.inline_button {
	background-color:#15CE4B;
	cursor:pointer;
}
a.inline_button_disabled {
	background-color:#c5c5c5;
	color:#666;
}
input {
	vertical-align:text-top;
	margin:0;
}
.ta-squeezer {
	margin-right:12px;
}
textarea {
	width:100%;
	font-size:12px;
	height:15em;
	padding:5px;
}
input.text:focus, textarea:focus {
	background-color:#F3FCFF;
}
input.checkbox, input.radio {
	margin-right:0.5em;
}
label.checkbox, label.radio {
	display:inline;
	font-weight:400;
}
.fieldWithErrors textarea, .fieldWithErrors input.text, .fieldWithErrors input.checkbox, .fieldWithErrors input.password {
	border:2px solid #CE443B;
}
.b-card {
	width:278px;
	border:5px solid #eee;
}
.b-card-inner {
	border:1px solid #ddd;
	height:400px;
	position:relative;
	padding:5px;
}
.b-card-inner h3 {
	margin-bottom:0;
	padding-bottom:0;
	font-size:1.25em;
}
.b-card-inner .top, .b-card-inner .middle, .b-card-inner .bottom {
	font-size:12px;
	margin:0 5px;
}
.b-card-inner .bottom {
	width:255px;
	position:absolute;
	bottom:5px;
}
.b-card-inner .middle {
	line-height:1.5em;
	height:200px;
	font-size:11px;
	overflow:hidden;
	clear: both;
}
#bcards-little .b-card {
	width:212px;
}
#bcards-little .b-card .project-foot {
	font-size:11px;
}
#bcards-little .b-card .bottom {
	width:200px;
	text-align:right;
}
#bcards-little .b-card .bottom a {
	font-weight:700;
	color:red;
}
#bcards-little .b-card .grey-frame-inner {
	height:280px;
}
table#bcards.little td {
	width:250px;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
	margin-bottom:1.4em;
	width:100%;
}
a img {
	border:none;
	margin-right:5px;
}
body, textarea, input {
	line-height:1.4;
	font-family:Helvetica, Arial, sans-serif;
}
p {
	font-size:100%;
	margin:0 0 1em;
}
ul, ol {
	margin:0 1.5em 1.5em;
}
ul {
	list-style-type:square;
}
ol {
	list-style-type:decimal;
}
th, thead {
	font-weight:400;
	background:#666;
	color:#fff;
}
td.sep {
	padding:2px 0;
}
caption {
	background:#eee;
}
.plain {
	font-size:12px;
	font-weight:400;
	line-height:1;
	font-family:Helvetica, Arial, sans-serif;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
body#projects_edit .errors {
	background-color:#fdd;
}
body#projects_edit object.swfupload {
	float:left;
	margin-top:0.5em;
}
body#projects_edit .upload-limits {
	margin-top:15px;
	margin-left:185px;
	color:#333;
	font-size:12px;
}
body#projects_edit .upload {
	margin-top:0.5em;
	clear:both;
}
body#projects_edit .upload img {
	vertical-align:middle;
}
body#projects_edit .upload a.remove {
	font-weight:700;
	margin-left:0.5em;
}
body#projects_edit ol.rewards li.reward {
	background-color:#f7f7f7;
	border:10px solid #d6d6d6;
	margin-bottom:1em;
	padding:1em;
}
body#projects_edit ol.rewards li.reward .summary {
	cursor:pointer;
}
body#projects_edit ol.rewards li.reward .keep-or-delete {
	margin-bottom:1.25em;
}
body#projects_edit ol.rewards li.reward .keep-or-delete a {
	padding-left:20px;
	background:url(/images/icons/x_red_small.gif) no-repeat left center;
	font-weight:700;
	font-size:80%;
	cursor:pointer;
}
body#projects_edit ol.rewards li.reward .limit {
	float:left;
	margin-left:50px;
}
body#projects_edit ol.rewards li.reward .description {
	clear:both;
}
body#projects_edit ol.rewards li.reward .description textarea {
	height:3em;
	width:520px;
}
body.backers .bigbacker {
	background-color:#fbfcd6;
	margin:0 0 20px;
}
body.backers .bigbacker .meta {
	margin-left:90px !important;
}
#projects_start #get-started {
	display:block;
	text-align:center;
	font-size:1.25em;
}
#projects_start #jump-in {
	background-color:#262626;
	width:200px;
	float:right;
	margin:20px 0 25px;
	padding:20px;
}
#projects_start #jump-in h3 {
	color:#fff;
	font-weight:lighter;
}
#projects_start #ksr-amzn-you {
	background-color:#E1F4FD;
	float:left;
	width:580px;
	font-size:1.1em;
	padding:20px;
}
body .col0, body .col1, body .col2, body .col3 {
	float:left;
	width:222px;
	margin-right:20px;
}
body .col3 {
	margin-right:0;
}
body h1 .small {
	font-size:14px;
	color:#888;
}
body .rightcol {
	width:320px;
}
body .leftcol {
	width:550px;
}
body #search-box {
	width:280px;
	border:1px solid #EEEDE9;
	padding:5px;
}
body #search-box small {
	color:#888;
	font-size:12px;
}
body #search-box input.text {
	width:205px;
}
#projects_new h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:2em;
	font-weight:700;
}
#projects_new #project_submit {
	font-size:1.25em;
	display:block;
	margin:20px auto;
}
#projects_new input.text {
	font-size:2em;
	width:480px;
}
#projects_new #project_tag_list {
	width:480px;
}
.projects #ready-to-launch {
	border-top:3px solid #333;
	border-bottom:3px solid #333;
	padding:1em 0;
}
.projects .see-all {
	float:left;
	padding-left:10px;
}
.projects #recentbackers {
	margin-top:20px;
	padding-top:15px;
}
.projects #recentbackers ol li {
	border-bottom:1px solid #F6F4EE;
	margin:0 0 10px;
	padding:0 0 10px;
}
.projects #recentbackers ol li >img {
	float:left;
	margin-right:10px;
}
.projects #recentbackers .location {
	float:left;
	font-size:0.9em;
}
.projects #recentbackers .location .name {
	font-weight:700;
	font-size:1.1em;
}
.projects #project-by {
	margin-top:20px;
	padding-top:5px;
}
.projects #project-by h3 {
	margin-bottom:1em;
}
.projects #project-by #avatar {
	border:1px solid #EEEFE4;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}
.projects #project-by p {
	font-size:1em;
}
.projects #project-by #biography {
	color:#333;
	font-size:1.25em;
}
.projects #project-by #contactme img {
	vertical-align:middle;
	margin-right:8px;
}
div.jGrowl {
	position:absolute;
	z-index:999;
}
div.ie6 {
	position:absolute;
}
div.ie6 .bottom-right {
left:expression( ( 0 - jgrowl.offsetwidth + ( document.documentelement.clientwidth ? document.documentelement.clientwidth : document.body.clientwidth ) 0 ( ignoreme2 = document.documentelement.scrollleft ? document.documentelement.scrollleft : document.body.scrollleft ) ) 0 'px' );
top:expression( ( 0 - jgrowl.offsetheight + ( document.documentelement.clientheight ? document.documentelement.clientheight : document.body.clientheight ) 0 ( ignoreme = document.documentelement.scrolltop ? document.documentelement.scrolltop: document.body.scrollTop ) ) 0 'px' );
}
div.ie6 .ie6.center {
left:expression( ( 0 + ( ignoreme2 = document.documentelement.scrollleft ? document.documentelement.scrollleft: document.body.scrollLeft ) ) 0 'px' );
top:expression( ( 0 + ( ignoreme = document.documentelement.scrolltop ? document.documentelement.scrolltop: document.body.scrollTop ) ) 0 'px' );
	width:100px;
}
body > div.jGrowl {
	position:fixed;
}
body > div.jGrowl.bottom-right {
	right:0;
	bottom:0;
}
body > div.jGrowl.center {
	top:40%;
	width:50%;
	left:25%;
}
div.center, div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left:auto;
	margin-right:auto;
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	opacity:.95;
	filter:alpha(opacity = 95);
	zoom:1px;
	width:400px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	text-align:left;
	display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:20px 25px;
}
div.jGrowl div.jGrowl-notification {
	min-height:40px;
}
div.jGrowl div.jGrowl-notification div.header {
	font-weight:700;
	font-size:16px;
	text-transform:capitalize;
}
div.jGrowl div.jGrowl-notification div.close {
	float:right;
	font-weight:700;
	font-size:25px;
	cursor:pointer;
	margin:-18px -12px 0 0;
}
div.jGrowl div.jGrowl-closer {
	height:15px;
	padding-top:4px;
	padding-bottom:4px;
	cursor:pointer;
	font-size:18px;
	font-weight:700;
	text-align:center;
}
div.jGrowl div.success {
	border:10px solid #6FC848;
	background-color:#fff;
	color:#222;
}
div.jGrowl div.notice {
	border:10px solid #666;
	background-color:#fff;
	color:#222;
}
div.jGrowl div.error {
	border:10px solid #911;
	background-color:#000;
	color:#fff;
}
ul#flashes, h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, body #search-box label, body#projects_show .share-container table, #new_comment h4 {
	margin:0;
}
a.icon_button, strong {
	font-weight:700;
}
a.button:hover, input.button:hover, a.inline_button:hover, input.inline_button:hover {
	background-color:#098dd2;
	color:#fff;
}
a.button:focus, input.button:focus, a.inline_button:focus, input.inline_button:focus {
	color:#fff;
}
a.inline_button_disabled:hover, del {
	color:#666;
}
.center, .projects #video-section {
	text-align:center;
}
.address li, .progressWrapper .progressContainer {
	overflow:auto;
	zoom:1; /*hasLayout*/
}
.progressWrapper .progressName, #running-board-nav li, .left, body#projects_edit ol.rewards li.reward .minimum {
	float:left;
}
#running-board-nav li.right, .right {
	float:right;
}
.b-card-inner .top, .menu_explore h5 {
	margin-bottom:.5em;
	color:#2f3192;
}
em, dfn, address, tfoot {
	font-style:italic;
}
body#projects_edit ol.rewards li.reward .minimum .text, body#projects_edit ol.rewards li.reward .limit .text {
	width:50px;
}
body.backers .bigbacker .meta h2, .projects #project-by #name {
	margin-bottom:0;
}
.page-navigation {
	font-size:10px;
	padding-top:25px;
}
.page-navigation a {
	color:#7b94af;
	text-decoration:none;
}
.page-navigation a:hover {
	background-color:#6e6e6e;
	color:#FFF;
}
.page-navigation span {
	color:#7b94af;
}
.page-navigation span.copy {
	padding:0 6px;
}

.searchFields h2 {
  color:#7B94AF;
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
}

.searchFields h3 {
  color:#7B94AF;
  font-size:16px;
  font-weight:bold;
  margin:7px 0 0;
}
.searchFields h5 {
  color:#7b94af;
  font-size:12px;
  font-weight:bold;
}

.search_multiple_select {
	background:#FFF none repeat scroll 0;
	color:#333;
	font-size:10px;
	height:80px;
	width:180px;
}
#premium-search > div {
  width: 600px;
  height: 150px;
}
#premium-search > div > ul {
  display: none;
}