

/* form contest ugc */
div.UGC_Contest .UGC_header {
	display: block;
}
div.UGC_Contest .steps {
	display: block;
	clear: both;
	width: 640px;
	font-family: Arial, sans-serif;
}
div.UGC_Contest .steps li span.num {
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	position: relative;
	border-radius: 5px;
	background: #fff;
	color: #D6D7D9;
	font-size: 18px;
}
div.UGC_Contest .steps li.selected span.num {
	color: #26B1E0;
}
div.UGC_Contest .steps li {
	display: block;
	float: left;
	width: 180px;
	height: 21px;
	padding: 5px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	position: relative;
	z-index: 10;
}
div.UGC_Contest .steps li span.label {
	font-size: 13px;
	padding: 3px 0px 0px 0px;
	display: block;
	float: left;
}
div.UGC_Contest .steps li.upload {
	z-index: 9;
	margin-left: -5px;
	padding-left: 10px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
div.UGC_Contest .steps li.end {
	z-index: 8;
	margin-left: -5px;
	padding-left: 10px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
div.UGC_Contest .steps li {
	/* rgb(215, 216, 218) */
	background-color: #D6D7D9;

	/* gradient: rgb(235, 235, 237) - rgb(201, 201, 203) */
	background-image: linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);
	background-image: -o-linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);
	background-image: -moz-linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);
	background-image: -webkit-linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);
	background-image: -ms-linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);

	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBEBEB, endColorstr=#C9C9CB)"; */

}
div.UGC_Contest .steps li.selected {
	/* rgb(38, 177, 224) */
	background-color: #26B1E0;

	/* gradient: rgb(95, 194, 233) - rgb(38, 158, 223) */
	background-image: linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);
	background-image: -o-linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);
	background-image: -moz-linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);
	background-image: -webkit-linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);
	background-image: -ms-linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);

	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5FC2E9, endColorstr=#269EE9)"; */
}

div.UGC_Contest fieldset {
display: block;
float: left;
width: 578px;
padding: 10px 0px 0px 0px;
border: 0px;
}

.UGC_Contest .field {
display: block;
float: left;
}
.UGC_Contest .field label {
display: block;
float: left;
width: 578px;
margin: 0px 0px 10px 0px;
}


.UGC_Contest .field label span{
display: block;
float: left;
width: 578px;
font-size: 14px;
color: #4d4d4d;
margin: 0px 0px 2px 0px;
text-align: left;
}


.UGC_Contest .field.mandatory label span{
display: block;
float: left;
width: 560px;
font-size: 14px;
color: #4d4d4d;
margin: 0px 0px 2px 0px;
padding: 0px 0px 0px 18px;
background: url(/dl/NuoviTalenti/images/ico_request.gif) 0px 3px no-repeat;
}


.UGC_Contest div.buttons,
.UGC_Contest div.field,
.UGC_Contest div.captcha {
  display: block;
  padding: 0px 0px;
  clear: both;
  width: 100%;
}

.UGC_Contest div.captcha{
	padding:20px 0 20px 0;
}

.UGC_Contest label input,
.UGC_Contest label textarea {
display: block;
float: left;
width: 307px;
padding: 2px;
font-weight: normal;
}
.UGC_Contest .disclaimer .field.mandatory {
padding: 0px 0px 0px 17px;
background: url(/dl/NuoviTalenti/images/ico_request.gif) 0px 3px no-repeat;
}
.UGC_Contest .disclaimer .field.mandatory label {
width: 25%;
margin: 0px;
}
.UGC_Contest .disclaimer .field.mandatory label span {
	width: auto;
	padding-left: 0px;
	background-image: none;
}
.UGC_Contest .disclaimer label input {
display: block;
float: left;
width: 18px;
padding: 2px;
font-weight: normal;
}
.UGC_Contest .disclaimer textarea {
display: block;
float: left;
width: 307px;
height: 60px;
padding: 2px;
margin: 15px 0px 5px 0px;
font-weight: normal;
max-width:580px;
}
.UGC_Contest div.field a.remove {
  display: block;
  width: 15px;
  height: 12px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 0px 3px 0px;
  border: 2px dotted;
  border-color: #ccc;
  float: left;
  margin: 3px 0px 0px 5px;
}
.UGC_Contest div.field a.remove:hover {
  border-style: solid;
  border-color: #aaa #aaa #666 #666;
}
.UGC_Contest div.field a.remove:active {
  border-color: #666 #666 #aaa #aaa;
}


.UGC_Contest .ht5ifv-monitoring {
  border: 1px solid #333333;
  background-color: #FFFFFF;
  font-weight: normal;
}

.UGC_Contest .ht5ifv-show-valid {
  border: 1px solid #006633;
  background-color: #CCFFCC;
  font-weight: normal;
  color: #006633;
}

.UGC_Contest .ht5ifv-show-invalid , .UGC_Contest .regex-invalid {
  border: 1px solid #dd0000;
  background-color: #ff9999;
  color: #dd0000;
}
.UGC_Contest .disclaimer .ht5ifv-show-invalid,
.UGC_Contest .disclaimer .ht5ifv-show-required {
  border: 1px solid transparent;
  background-color: #FFFFFF;
  font-weight: normal;
}
.UGC_Contest .disclaimer .ht5ifv-show-invalid label {
  border: 1px solid #ff9999;
  background-color: #ff9999;
  color: #dd0000;
}
.UGC_Contest .disclaimer .ht5ifv-show-required label {
	/*
	border: 1px solid #888;
  background-color: #eee;
  */
}
.UGC_Contest .ht5ifv-show-required {
border: 1px solid #888;
  background-color: #eee;
}
.UGC_Contest .ht5ifv-show-min {

  background-color: #FF9999;
}
.UGC_Contest .ht5ifv-show-max {
  background-color: #FF99CC;
}
.UGC_Contest .ht5ifv-show-pattern {

  background-color: #FFCCFF;
}
.UGC_Contest .ht5ifv-show-type {

  background-color: #FFCC99;
}



.UGC_Contest .userMenu a {
display: block;
float: left;
width: auto;
padding: 3px 5px;
font-size: 12px;
font-weight: bold;
color: #00a0e1;
margin: 10px 0px 0px 0px;
}

.UGC_Contest .userMenu a:hover{
color: #999;
}

.UGC_header {
display: block;
float: left;
width: 580px;
padding: 0px 0px 10px 0px;
}

.UGC_header h2 {
display: block;
float: left;
width: 580px;
color: #25447d!important;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px!important;
}

.UGC_header .disclaimer {
display: block;
float: left;
width: 580px;
color: #000;
font-size: 14px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}


input::-webkit-input-placeholder {
color: rgba(0,0,0,1); /* white color with alpha = 1 (alpha = opacity varies on a scale of 0 to 1 with decimal values in between) */
}
input::-moz-placeholder {
color: rgba(0,0,0,1);
}
input:-ms-input-placeholder {
color: rgba(0,0,0,1);

}



/* form contest ugc */
div.UGC_Contest .UGC_header {
	display: block;
}
div.UGC_Contest .steps {
	display: block;
	clear: both;
	width: 640px;
	font-family: Arial, sans-serif;
}
div.UGC_Contest .steps li span.num {
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	position: relative;
	border-radius: 5px;
	background: #fff;
	color: #D6D7D9;
	font-size: 18px;
}
div.UGC_Contest .steps li.selected span.num {
	color: #26B1E0;
}
div.UGC_Contest .steps li {
	display: block;
	float: left;
	width: 180px;
	height: 21px;
	padding: 5px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	position: relative;
	z-index: 10;
}
div.UGC_Contest .steps li span.label {
	font-size: 13px;
	padding: 3px 0px 0px 0px;
	display: block;
	float: left;
}
div.UGC_Contest .steps li.upload {
	z-index: 9;
	margin-left: -5px;
	padding-left: 10px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
div.UGC_Contest .steps li.end {
	z-index: 8;
	margin-left: -5px;
	padding-left: 10px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
div.UGC_Contest .steps li {
	/* rgb(215, 216, 218) */
	background-color: #D6D7D9;

	/* gradient: rgb(235, 235, 237) - rgb(201, 201, 203) */
	background-image: linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);
	background-image: -o-linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);
	background-image: -moz-linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);
	background-image: -webkit-linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);
	background-image: -ms-linear-gradient(bottom, #C9C9CB 10%, #D6D7D9 55%, #EBEBEB 78%);

	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EBEBEB, endColorstr=#C9C9CB)"; */

}
div.UGC_Contest .steps li.selected {
	/* rgb(38, 177, 224) */
	background-color: #26B1E0;

	/* gradient: rgb(95, 194, 233) - rgb(38, 158, 223) */
	background-image: linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);
	background-image: -o-linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);
	background-image: -moz-linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);
	background-image: -webkit-linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);
	background-image: -ms-linear-gradient(bottom, #269EE9 10%, #26B1E0 55%, #5FC2E9 78%);

	/* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5FC2E9, endColorstr=#269EE9)"; */
}

div.UGC_Contest fieldset {
display: block;
float: left;
width: 578px;
padding: 10px 0px 0px 0px;
border: 0px;
}

.UGC_Contest .field {
display: block;
float: left;
}
.UGC_Contest .field label {
display: block;
float: left;
width: 578px;
margin: 0px 0px 10px 0px;
}


.UGC_Contest .field label span{
display: block;
float: left;
width: 578px;
font-size: 14px;
color: #4d4d4d;
margin: 0px 0px 2px 0px;
text-align: left;
}


.UGC_Contest .field.mandatory label span{
display: block;
float: left;
width: 560px;
font-size: 14px;
color: #4d4d4d;
margin: 0px 0px 2px 0px;
padding: 0px 0px 0px 18px;
background: url(/dl/NuoviTalenti/images/ico_request.gif) 0px 3px no-repeat;
}


.UGC_Contest div.buttons,
.UGC_Contest div.field,
.UGC_Contest div.captcha {
  display: block;
  padding: 0px 0px;
  clear: both;
  width: 100%;
}

.UGC_Contest div.captcha{
	padding:20px 0 20px 0;
}

.UGC_Contest label input,
.UGC_Contest label textarea {
display: block;
float: left;
width: 307px;
padding: 2px;
font-weight: normal;
}
.UGC_Contest .disclaimer .field.mandatory {
padding: 0px 0px 0px 17px;
background: url(/dl/NuoviTalenti/images/ico_request.gif) 0px 3px no-repeat;
}
.UGC_Contest .disclaimer .field.mandatory label {
width: 25%;
margin: 0px;
}
.UGC_Contest .disclaimer .field.mandatory label span {
	width: auto;
	padding-left: 0px;
	background-image: none;
}
.UGC_Contest .disclaimer label input {
display: block;
float: left;
width: 18px;
padding: 2px;
font-weight: normal;
}
.UGC_Contest .disclaimer textarea {
display: block;
float: left;
width: 307px;
height: 60px;
padding: 2px;
margin: 15px 0px 5px 0px;
font-weight: normal;
max-width:580px;
}
.UGC_Contest div.field a.remove {
  display: block;
  width: 15px;
  height: 12px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 0px 3px 0px;
  border: 2px dotted;
  border-color: #ccc;
  float: left;
  margin: 3px 0px 0px 5px;
}
.UGC_Contest div.field a.remove:hover {
  border-style: solid;
  border-color: #aaa #aaa #666 #666;
}
.UGC_Contest div.field a.remove:active {
  border-color: #666 #666 #aaa #aaa;
}


.UGC_Contest .ht5ifv-monitoring {
  border: 1px solid #333333;
  background-color: #FFFFFF;
  font-weight: normal;
}

.UGC_Contest .ht5ifv-show-valid {
  border: 1px solid #006633;
  background-color: #CCFFCC;
  font-weight: normal;
  color: #006633;
}

.UGC_Contest .ht5ifv-show-invalid , .UGC_Contest .regex-invalid {
  border: 1px solid #dd0000;
  background-color: #ff9999;
  color: #dd0000;
}
.UGC_Contest .disclaimer .ht5ifv-show-invalid,
.UGC_Contest .disclaimer .ht5ifv-show-required {
  border: 1px solid transparent;
  background-color: #FFFFFF;
  font-weight: normal;
}
.UGC_Contest .disclaimer .ht5ifv-show-invalid label {
  border: 1px solid #ff9999;
  background-color: #ff9999;
  color: #dd0000;
}
.UGC_Contest .disclaimer .ht5ifv-show-required label {
	/*
	border: 1px solid #888;
  background-color: #eee;
  */
}
.UGC_Contest .ht5ifv-show-required {
border: 1px solid #888;
  background-color: #eee;
}
.UGC_Contest .ht5ifv-show-min {

  background-color: #FF9999;
}
.UGC_Contest .ht5ifv-show-max {
  background-color: #FF99CC;
}
.UGC_Contest .ht5ifv-show-pattern {

  background-color: #FFCCFF;
}
.UGC_Contest .ht5ifv-show-type {

  background-color: #FFCC99;
}



.UGC_Contest .userMenu a {
display: block;
float: left;
width: auto;
padding: 3px 5px;
font-size: 12px;
font-weight: bold;
color: #00a0e1;
margin: 10px 0px 0px 0px;
}

.UGC_Contest .userMenu a:hover{
color: #999;
}

.UGC_header {
display: block;
float: left;
width: 580px;
padding: 0px 0px 10px 0px;
}

.UGC_header h2 {
display: block;
float: left;
width: 580px;
color: #25447d!important;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px!important;
}

.UGC_header .disclaimer {
display: block;
float: left;
width: 580px;
color: #000;
font-size: 14px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}


input::-webkit-input-placeholder {
color: rgba(0,0,0,1); /* white color with alpha = 1 (alpha = opacity varies on a scale of 0 to 1 with decimal values in between) */
}
input::-moz-placeholder {
color: rgba(0,0,0,1);
}
input:-ms-input-placeholder {
color: rgba(0,0,0,1);

}

