
/* 
	sign up form
*/
.inner-items{
	position:relative;
}
div.signUp {
	position:absolute;
	top:0;
	right:0;
	
	background: url(../images/header/ticker-background.gif) no-repeat;
	width: 539px;
	height: 127px;
}

div.signUp h6  {
	font-weight: normal;
	padding-left: 32px;
	margin-top: 2px;
}

div.signUp h6 span {
	font-weight: bold;
}

div.signUp form {
	padding-left: 30px;
}

div.signUp ul {
	padding:0;
	margin:0 30px 0 0;
	list-style-type: none;
	background: #fff;
}

div.signUp ul li {
	display: block;
	float: left;
	margin:0;
	padding: 0px;
	line-height: 26px;
	height:auto;
}

div.signUp ul li.column-left {
	width: 250px;
}

div.signUp ul li.column-right {
	width: 190px;
}

div.signUp ul li.column-right label {
	line-height:16px;
	display:block;
	line-height:26px;
}
div.signUp #signUp-name,
div.signUp #signUp-email {
	font-size:13px;
	color: #2e2b2b;
	border: 1px solid #d1d4d5;
	width: 240px;
	padding: 1px 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.signUp .error #signUp-name,
div.signUp .error #signUp-email {
	color:#f00;
}

div.signUp #signUp-submit {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 21px;
	margin-top:2px;
}
div.signUp #signUp-counter{
	clear:both;
}
div.signUp div.counter {
	float:left;
	margin-left:30px;
	padding:2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-op-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background:#000;
}
div.signUp div.counter div.countervalue {
	background:url(../images/bar_background.gif) no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-op-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width:242px;
}
div.signUp div.counter div.countervalue h4 {
	padding:2px 10px;
	margin:0;
	font-size:22px;
	line-height:1;
	color:#000;
}

div.signUp div.counter div.countervalue h4 .cufon {
	margin-top:2px;
}
div.signUp #signUp-counter .target{
	float:left;
	margin-left:5px;
}
div.signUp #signUp-counter .target h4{
	line-height:34px;
	font-size:12px;
}


/*
	Fix for merlin cms styling
*/
div.signUp.cms label input {
	margin:6px 5px 0 0;
}

div.signUp.cms ul li.column-left {
	padding:2px 0;
}
div.signUp.cms #signUp-submit {
	border:0;
}
div.signUp.cms #signUp-counter {
	padding-top:5px;
}