div.object-left, div.imageleft {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}
div.object-left p, div.object-right p {
	margin: 0;
	padding: 0;
}
div.object-right, div.imageright {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
}

a.submit,
input.submit{
	width:142px;
	border:none;
	height:36px;
	float:left;
	margin:0 0 0 10px;
	font-weight:bold;
	color:#fff;
	font-size:19px;
	cursor:pointer;
	padding:0 0 4px;
	line-height:36px;
	position:relative;
	background:url(../images/bg-submit.gif) repeat-x;
}
a.submit:hover,
input.submit:hover{background:url(../images/bg-submit-hover.gif) repeat-x;}
.submit-holder{
	width:100%;
	margin:0 0 9px;
}
a.submit {width: auto  !important; padding: 0 20px !important; text-decoration: none;}
.submit-holder:after{
	content:"";
	display:block;
	clear:both;
}
p.ttl {font-weight: bold; padding: 3px 0 5px;}

a.submit,
input.submit{
	-moz-box-shadow: 0 0 8px #909090;
	-webkit-box-shadow: 0 0 8px #909090;
	box-shadow:0 0 8px #909090;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	text-shadow: 1px 1px 1px #723a1b;
}

/* nivo slider: fix to prevent images flashing before the page is done loading */
#slider {
	position:relative;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
}


/* ensuring that the price bomb stays on top when new images are loaded in the slider */
.screen-slide .item {
	z-index: 100;
}

.video-block .lightbox strong{
	position:absolute;
	width:76px;
	left:60px;
	top:37px;
	height:76px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/play_icon.png) no-repeat;
}

/* Fix signup box */
.signup-form label {
	display: block; left: 26px; 
}

#footer p {
	margin: 10px 130px 0 0;
}

/* NyroModal */
div#nyroModalLoading, div#nyroModalLoading.error {
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/ajaxLoader.gif) no-repeat;
	background-position: center;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}

div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}

div#nyroModalWrapper {
	background: none;

}

a#closeBut {
	position: absolute;
	display: block;
	top: -20px;
	right: -20px;
	width: 34px;
	height: 34px;
	text-indent: -9999em;
	background: url(../images/btn-close.png) no-repeat;
	outline: 0;
}

div#nyroModalContent {
}

div.wrapper div#nyroModalContent {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}

/* Pricing page */
.box-wrap {
	padding-top: 5px; padding-bottom: 5px;
}

/* Frontpage new box - Wizard, firststep */
.front-campaign-wrapper {
	margin: 36px 0px 30px 30px;
	float: right;
}

.wizard-firsstep {
	background-image: url(../images/frontpage-background.png);
	width: 404px;
	height: 325px;
	position: relative;
}

.wizard-firsstep-content {
	width: 374px;
	height: 292px;
	position: absolute;
	top: 14px;
	left: 12px;
}

.wizard-firsstep-content h2 {
	font: bold italic 30px/48px "Trebuchet MS", Helvetica, sans-serif;
	color: #d36919;
	display: block;
	height: 50px;
	text-align: center;
	background-image: url(../images/frontpage-stroke.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.wizard-firsstep-content h3 {	
	color: #4D4D4D;
	margin: -10px 0 0 0;
	font: bold 13px/18px Arial, Helvetica, sans-serif;	
	text-align: center;
}

.wizard-firsstep-content fieldset {
	border: none;
}

.wizard-firsstep-content fieldset .frontpageform {
	position: relative;
}

.wizard-firsstep-content fieldset .form-field {
	background-image: url(../images/frontpage-form-field.png);
	width: 291px;
	height: 33px;
	border: none;
	background-color: none;
	margin: 10px 0px 0px 30px;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #4D4D4D;	
	padding: 4px 10px 0px 10px;
}

.wizard-firsstep-content fieldset #nameandproject label {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #999;
	position: absolute;
	top: 18px;
	left: 40px;
}

.wizard-firsstep-content fieldset .btn-next {
	background-image: url(../images/frontpage-btn-next.png);
	width: 174px;
	height: 52px;
	border: none;
	background-color: none;
	cursor: hand;
	color: #FFF;
	font: bold 28px/22px Arial, Helvetica, sans-serif;
	text-shadow:-1px 0px 2px #333333;
	position: absolute;
	bottom: 17px;
	right: 24px;
}
	
.wizard-firsstep-content fieldset #currency {
	padding-left: 27px;
	padding-top: 28px;
}

.wizard-firsstep-content fieldset #currency label {
	font: 12px/14px Arial, Helvetica, sans-serif;		
	padding-left: 2px;
	color: #7b8488;
}

.new-frontpage-content {
	padding-top: 40px !important;
}

#new-header-section {
	padding-bottom: 2px;
}

