.id-product-infobox{
    padding: 10px;
    font: 13.34px helvetica,arial,freesans,clean,sans-serif;
	background-color: #eef1f9;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	color: #000;
	-webkit-box-shadow: #333 0 2px 3px; -moz-box-shadow: #333 0 2px 3px; box-shadow: #333 0 2px 3px;
}

#poweredbyID span a {
	color: #333;
	background: transparent url(http://ignitiondeck.com/id/skyscraper-poweredbyID.png) no-repeat center center;
}

.id-product-infobox input {
	color: #333;
}

.main-btn {
	background-color:transparent;
	color: #333 !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*IE DOES NOT SUPPORT BORDER RADIUS*/
	background-image: -moz-linear-gradient(top, #b0d839, #88c238);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b0d839), to(#88c238));
	background-image: -o-linear-gradient(top, #b0d839, #88c238);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d839', endColorstr='#88c238');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d839', endColorstr='#88c238')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #b0d839, #88c238);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-shadow: #cce589 1px 1px 1px;
}
a.main-btn:link {
	color: #333;
}
a.main-btn:hover,a.main-btn:active {
	color: #2a6993;
	box-shadow: #000 0 0 10px; -webkit-box-shadow: #000 0 0 10px; -moz-box-shadow:  #000 0 0 10px;
}

/* Button for mini widget */
.learn-more-button {
	background-color:transparent;
	color: #333 !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*IE DOES NOT SUPPORT BORDER RADIUS*/
	background-image: -moz-linear-gradient(top, #b0d839, #88c238);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b0d839), to(#88c238));
	background-image: -o-linear-gradient(top, #b0d839, #88c238);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d839', endColorstr='#88c238');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d839', endColorstr='#88c238')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #b0d839, #88c238);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	text-shadow: #cce589 1px 1px 1px;
}
a.learn-more-button:link {
	color: #333;
}
a.learn-more-button:hover,a.learn-more-button:active {
	color: #2a6993;
	box-shadow: #000 0 0 10px; -webkit-box-shadow: #000 0 0 10px; -moz-box-shadow:  #000 0 0 10px;
}

.id-product-infobox .main-btn:hover{
    
}
#button_pay {
	color: #333;
}

.product-wrapper a {
	color: #333;
}
.product-wrapper a:hover {
	color: #333;
}
.product-wrapper h2.id-product-title {
	font: bold 18px/18px helvetica,arial,freesans,clean,sans-serif;
	color: #000;
}
.id-product-description {
	background-color: #40abc7;
}

.id-buy-box {
	background-color: #333;
	-webkit-box-shadow: #47B5FF 0 0 12px; -moz-box-shadow: #47B5FF 0 0 12px; box-shadow: #47B5FF 0 0 12px;
}
.id-product-price {
	color: #C1D8F7;
}

.pay-form-wrapper td.field input, .pay-form-wrapper td.field textarea, .pay-form-wrapper td.field select {
	border: 1px solid #D8DEE2;
	background-color: white;
}

#fancybox-content {
	background-color: #333;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	color: #c3dcfd;
	-webkit-box-shadow: #398ac1 0 0 30px; -moz-box-shadow: #398ac1 0 0 30px; box-shadow: #398ac1 0 0 30px;
}

.progress-wrapper{
	background-color: #dddddd;
	background: url(images/progressbar.png) repeat-x center;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	border: 3px solid #333;
}
.progress-bar{
	background: #87c442 url(images/progressbar_fill.png) repeat-x center;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: #27687A 0 0 4px;
}

.progress-percentage{
	text-shadow: 0px 0px 6px #0A445B;
	color: #f0f0f0;
}


#share-with-wording{
    color: #00ADEF;
}


/* Project Widget */


.id-product-infobox .id-product-levels .id-level-title {
	color: #8cc63b;
	font-weight: normal;
	text-shadow: 1px 1px 1px #ffffff;
}
.id-product-infobox .id-product-levels .id-level-title span {
	color: #636161;
}
.id-product-infobox .id-product-levels .id-level-desc {
	color: #6d6d6d;
	font-weight: normal;
}

.id-product-infobox .id-product-proposed-end {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: transparent;
    border-radius: 5px 5px 5px 5px;
    color: #0b0c0b;
    text-shadow: none;
	text-align: center;
}

.id-product-infobox .id-earliest-buyers .id-earliest-buyers-heading {
	color: #000000;
}

.id-product-infobox .id-btn-ask-question a {
	color: white;
}

.id-buy-form-currency {
	color: #FFFFFF;
    text-shadow: 0 0 5px #000000;
}