.left_col{
	width: 600px;
}

.right_col{
	width: 300px;
	margin-top: 41px;
	position: relative;
}

.btn_create_green{
	text-align: center;
}

.btn_create_green a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	display: block;
	text-shadow: -1px -1px 1px #425d1f;
	
	background: #6ABB18; /* Old browsers */
    background: -moz-linear-gradient(top, #85d54d 0%, #6ABB18 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85d54d), color-stop(100%,#6ABB18)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #85d54d 0%,#6ABB18 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #85d54d 0%,#6ABB18 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #85d54d 0%,#6ABB18 100%); /* IE10+ */
    background: linear-gradient(top, #85d54d 0%,#6ABB18 100%); /* W3C */
    -pie-background: linear-gradient(#85d54d 0%,#6ABB18 100%); /*PIE*/
    behavior: url('pie.htc');
    
    border: 1px solid #67922e;
}

.btn_create_disabled a{
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	display: block;
	text-shadow: 1px 1px 1px #FFF;
}

.btn_create_done a{
	color: #666;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	display: block;
}

.btn_create_green a:hover{
	background: #85d54d; /* Old browsers */
	background: -moz-linear-gradient(top, #a8f96f 0%, #85d54d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8f96f), color-stop(100%,#85d54d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a8f96f 0%,#85d54d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a8f96f 0%,#85d54d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a8f96f 0%,#85d54d 100%); /* IE10+ */
	background: linear-gradient(top, #a8f96f 0%,#85d54d 100%); /* W3C */
	-pie-background: linear-gradient(#a8f96f 0%,#85d54d 100%); /*PIE*/
	behavior: url('pie.htc');
	
	border: 1px solid #6ABB18;
}

.license_btn{
	position: relative;
	top: -3px;
	right: -12px;
}

.license_btn a{
	font-size: 12px;
}

.save_now {
	background: #F9CA51 !important;
	text-shadow: -1px -1px 1px #C7BB00;
	
	box-shadow: 0px 0px 10px #FFF;
}

.save_now a:hover{
	background: #FFFFB3 !important;
	color: #F9CA51;
	text-shadow: 1px 1px 1px #FFF;
	
	box-shadow: 0px 0px 10px #FFF;
}

.save_remind{
	margin: 10px 10px 0px 10px;
	font-size: 10px !important;
}

#firsttime_info{
	font-size: 10px !important;
}

.preview_btn a{
	width: 65px;
	text-align: center;
}

.step_box{
	background: #FFFFB3 !important;
	border: 1px solid #C7BB00 !important;
	font-size: 10px;
	padding: 0px 10px;
	line-height: 22px;
}

.info_box{
	background: #FFFFB3 !important;
	border: 1px solid #C7BB00 !important;
	padding: 10px;
}

.btn_holder{
	background: rgba(0,0,0,0.1);
	padding: 10px;
}

.done_btn{
	width: 100px;
	margin-right: 10px;
}

.status_box{
	
}

.status_title a, .status_item_holder a{
	color: #444;
}

.status_fixed{
	position: fixed;
	width: 300px;
	top: 140px;
	z-index: 3;
}

.status_fixed_bottom{
	position: fixed;
	width: 300px;
	bottom: 200px;
	z-index: 3;
}

.status_box_title{
	padding: 5px 15px 5px 15px;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	font-family: avenir, Arial, Helvetica;
}

.status_box_content{
}

.status_title{
	border-bottom: 1px dotted #999;
	padding: 5px;
	background: rgba(0,0,0,0.1);
	font-family: avenir, Arial, Helvetica;
}

.status_title a{
	font-size: 14px;
	line-height: 24px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
}

.status_item_holder{
	padding-bottom: 3px;
	border-bottom: 1px dotted #FFF;
}

.status_item{
	padding: 3px 5px 0px 5px;
}

.status_item a{
	padding-left: 15px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.status_item a:hover, .status_title a:hover{
	background: #ffff94;
}

.status_title span, .status_item span, .affiliate_invalid, .affiliate_valid, .btn_create_done span{
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-right: 5px;
	display: block;
	float: left;
	background: url('../images/nl/general/checkbox_16.png') no-repeat;
}

.check_true span, .affiliate_valid, .btn_create_done span{
	background-position: bottom left;
}

.video_link_check{
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-left: 5px;
	display: block;
	float: right;
	background: url('../images/nl/general/checkbox_16.png') no-repeat;
}

.video_link_check.valid{
	background-position: bottom left;
}

.btn_create_done span{
	margin-top: 0px;
}

.tab_header {
	float: left;
	margin-right: 1px;	
}

.tab_header a{
	display: block;
	padding: 5px 15px;
	font-family: avenir, Arial, Helvetica;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #CCC;
	background: #CCC;
	color: #333;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
}

.tab_header a:hover{
	background: #ffff94;
}


.tab_header.active a{
	border-bottom: 1px solid #FFF;
	background: #FFF;
	color: #333;
	
}

.tab_holder{
	padding: 15px;
	border: 1px solid #CCC;
	margin-top: -1px;
	
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	behavior: url('pie.htc');
}

.license_box{
	/*border: 1px solid #CCC;*/
}

.license_content{
	padding: 15px 15px;
}

.license_bigbutton{
	width: 260px;
	border: 1px solid #999;
	margin-top: 10px;
}

.box:hover{
	-moz-box-shadow: 5px 5px 20px #999;
	-webkit-box-shadow: 5px 5px 20px #999;
	box-shadow: 5px 5px 20px #999;
	behavior: url('pie.htc');
}

.license_bigbutton.active .box_title, .license_bigbutton.active a.link, .license_bigbutton.active li{
	color: #FFF;
}

.license_bigbutton.active a.link:hover{
	color: #007efa;
}

.license_bigbutton.active .btn_create_green{
	display: none;
}

.prize_box.active .box_title, .prize_box.active a.link, .prize_box.active li{
	color: #FFF;
}

.payment_box.active .box_title, .payment_box.active a.link, .payment_box.active div, .payment_box.active label{
	color: #FFF;
}

.box_title{
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	border-bottom: 1px dotted #999;
	background: rgba(0,0,0,0.1);
}

.box_title_bottom{
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	border-top: 1px dotted #999;
	background: rgba(0,0,0,0.1);
}

.license_bb_content{
	
}

.license_bb_content ul{
	padding: 10px 20px 20px 35px;
}

.license_bb_content li{
	padding-top: 10px;
}

.license_bb_content a{
	display: block;
	padding-top: 10px;
}

.validity_box{
	border: 1px solid #999;
	background: #CCC;
}

.validity_content{
	padding: 20px;
}

.prize_holder{
	margin-top: 20px;
}

.prize_box{
	/*border: 1px solid #CCC;*/
}

.prize_box .box_title{
	position: relative;
}

.prize_info{
	line-height: 14px;
}

.prize_content{
	padding: 15px 15px; 
}

.prize_settings{
	width: 265px;
}

.payment_options_title{
	line-height: 20px;
	width: 250px;
}

.payment_options_input{
	width: 256px;
}

.payment_options_valid{
	width: 262px;
}

.payment_options_valid select{
	margin: 1px 0px 0px 0px;
}

.prize_summ{
	width: 260px;
}

.payment_holder{
	margin-top: 20px;
}

.payment_box{
	/*border: 1px solid #CCC;*/
}

.payment_content{
	padding: 15px 15px;
}

.prize_value_holder{
	background: #FFF;
	border: 1px dotted #999;
	padding: 10px 15px;
	font-size: 16px;
}

#prize_value{
	width: 80px;
	margin-left: 5px;
	font-size: 16px;
	border: 0;
}

.prize_status{
	float: right;
}

.prize_value_holder .icon_holder{
	position: relative;
}


#invalid_prize, #low_prize, #ok_prize, #good_prize, #great_prize, #prize_check{
	position: absolute;
	top: 2px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

#prize_check{
	top: 3px;
	right: 0px;
}

#invalid_prize{
	background-image: url('../images/sourcing/createcontest/icon_result_unhealthy.png'); 
}

#low_prize{
	background-image: url('../images/sourcing/createcontest/icon_result_unhealthy.png'); 
}

#ok_prize{
	background-image: url('../images/sourcing/createcontest/icon_result_healthy2.png'); 
}

#good_prize{
	background-image: url('../images/sourcing/createcontest/icon_result_healthy.png'); 
}

#great_prize{
	background-image: url('../images/sourcing/createcontest/icon_result_healthy3.png'); 
}

.prize_status_color_invalid{
	background: #CCC;
	border: 1px dashed #999;
}

.prize_status_color_low{
	background: #FCB;
	border: 1px dotted #C30;
}

.prize_status_color_ok{
	background: #007efa;
	border: 1px solid #007efa;
}

.prize_status_color_great, .prize_status_color_good{
	background: #00c870;
	border: 1px solid #00c870;
}

.prize_status_color_low div{
	color: #C30;
}

.prize_status_color_ok div, .prize_status_color_good div, .prize_status_color_great div{
	color: #FFF;
}

#min_prize, #min_prize span{
	color: #C30;
	font-style: italic;
	text-align: center;
	font-size: 10px;
}

.prize_total{
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #333;
	margin-top: 2px;
	padding-top: 2px;
}

.prize_additional{
	margin-top: 10px;
	/*border: 1px solid #CCC;*/
}

.prize_add_title{
	padding: 5px 15px;
	border-bottom: 1px dotted #999;
	background: rgba(0,0,0,0.1);
}

.prize_add_content{
	padding: 5px;
}

.prize_add_desc{
	line-height: 25px;
	width: 105px;
}


.prize_add_prize{
	width: 140px;
	line-height: 25px;
}

.category_description{
	line-height: 25px;
	width: 260px;
}

#brief_deadline{
	width: 110px;
	margin-top: 3px;
}

.prize_add_prize .btn_hint{
	margin-top: 2px;
}

#prize_multiple_field {
	margin-left: 20px;
}

#winner_count{
	width: 20px;
	text-align: center;
}

/* BRIEF TAB */

.brief_box{
	padding: 0px 0px;
}

.brief_separator{
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

.brief_title{
	width: 150px;
	margin-right: 5px;
	margin-top: 2px;
	float: left;
}

.brief_content{
	width: 400px;
	float: right;
}

.brief_content input[type="text"]{
	width: 320px;
}

.brief_content textarea{
	width: 320px;
	height: 100px;
}

.brief_eg{
	font-size: 10px;
	color: #999;
	margin-top: 3px;
	font-style: italic;
}

.brief_add{
	font-size: 11px;
	line-height: 16px;
}

.brief_add a{
	margin-right: 5px;
}

.maxchar{
	width: 30px !important;
	font-size: 9px !important;
	padding: 2px !important;
	text-align: center;
	margin: 0px;
}

.info{
	
}

.signin_popup_databox{
	padding: 15px;
	background: #CCC;
}

.popup_input_title{
	color: #666;
	text-shadow: 1px 1px 1px white;
	margin-bottom: 3px;
}

.signin_popup_databox input[type="text"], .signin_popup_databox input[type="password"]{
	width: 200px;
}

.affiliate_btn{
	/*width: 190px;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.affiliate_input{
	margin-top: 10px;
	border-top: 1px dotted #CCC;
	padding: 5px 0px 5px 5px;
}

.affiliate_input_field{
	line-height: 30px;
}

.publish_btn{
	margin-right: 10px;
}


.pl_uploader{
	width: 300px;
	margin-right: 10px;
}

.pl_uploaded_file {
	width: 200px;
	text-align: center;
	background: #999;
	padding: 5px;
	border: 1px solid #999;
	margin-right: 10px;
	line-height: 24px;
}

.pl_uploaded_file .title{
	width: 180px;
	color: #FFF;
}

.pl_container{
	width: 170px;
}

.pl_container a{
	color: #FFF;
	display: block;
	
	
	padding: 5px;
	
	
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url('pie.htc');
	text-align: center;
	text-decoration: none;
	line-height: 24px;
}

.pl_container a:hover{
	background: #4D89D6;
}


.pl_upl_file .title{
	text-align: center;
}

.pl_file{
	background: #CCC;
	padding: 5px;
	
	border: 1px solid #999;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url('pie.htc');
}


.pl_file .title{
	font-size: 11px;
	margin-bottom: 5px;
}

.pl_file .progress_back{
	width: 100%;
	height: 5px;
	background: #666;
	border: 1px solid #333;
}

.pl_file .progress_bar{
	width: 0%;
	height: 5px;
	background: #008000;
}

#contest_video{
	width: 330px;
}

#SA_videoplayer_back{
	position: relative;
	width: 330px;
	margin-top: 20px;
}

#SA_videoplayer_holder{
	width: 330px;
	margin: 0px;
	background: #000;
	height: 140px;
}

#SA_sndoverlay{
	position: absolute;
	top: 0px;
	left: 0px;
}

#SA_sndoverlay a{
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#SA_sndoverlay a.paused{
	background-image: url('../images/nl/player/yt_play.png');
}

#SA_sndoverlay a.working{
	background-image: none;
}

#SA_sndoverlay a.paused:hover{
	background-image: url('../images/nl/player/yt_play_hover.png');
}

#SA_sndoverlay a.playing{
	background-image: none;
}

.video_name_long{
	width: 400px;
}

.del_video_button{
	margin-top: 4px;
}

.SA_video_controls{
	background: #444;
	padding: 3px 0px;
	margin-top: 1px;
}

.SA_video_controls_rew a{
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('../images/nl/player/btn_player_bwd.png');
	float: left;
	margin: 8px 0px 0px 5px;
}

.SA_video_controls_rew a:hover, .SA_video_controls_play a:hover{
	background-position: center right;
}

.SA_video_controls_rew a:active, .SA_video_controls_play a:active{
	background-position: bottom right;
}

.SA_video_controls_play a{
	display: block;
	width: 35px;
	height: 35px;
	background-image: url('../images/nl/player/btn_player_play.png');
	float: left;
	margin: 0px 0px 0px 2px;
}

.SA_video_controls_pause{
	background-image: url('../images/nl/player/btn_player_pause.png') !important;
}

#SA_video_controls_timeline{
	float: left;
	width: 200px;
	height: 20px;
	background-color: #FFF;
	margin-top: 8px;
	margin-left: 5px;
}

#SA_video_controls_timeline_played{
	width: 0%;
	height: 20px;
	background: #007EFA;
}

.SA_video_preload{
	width: 180px;
	padding: 10px;
	color: #FFF;
	padding: 5px;
	position: absolute;
	top: 35px;
	left: 15px;
	
	z-index: 5;
	background: rgba(0,0,0,0.6);
}

.contest_reference_link{
	float: left;
	line-height: 20px;
	margin-bottom: 5px;
}

.contest_reference_remove{
	float: right;
}

.reference_items{
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.image_preview_holder{
	width: 128px;
	height: 128px;
	overflow: hidden;
}

.image_upload_btn_holder{
	width: 128px;
}

.sep_top{
	margin-top: 5px;
}

.picture_frame{
	margin-bottom: 10px;
}

/* -- */

.infobox{
	text-align: justify;
}

.infobox_column{
	width: 270px;
}

.infobox_header{
	font-size: 18px;
	border-bottom: 1px solid #999;
	padding-top: 20px;
	margin-bottom: 10px;
}

.infobox_subheader{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.infobox_subheader span{
	background: #999;
	color: #FFF;
	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	behavior: url('pie.htc');
	padding: 4px 11px;
}


.infobox_content {
	padding-top: 10px;
}

.infobox_inset{
	padding: 0px 0px 10px 20px;
}

.create_contest_instructions{
	height: 100px;
	background: url('../images/nl/create_contest/create_contest_instructions.png') no-repeat;
	margin-top: 10px;
}

.emphasized{
	font-size: 14px;
}

#brief_category{
	width: 238px;
}

#winner_count{
	margin-top: 2px;
}

.reference_input_link_1{
	width: 354px;
}

.reference_input_link_2{
	width: 330px;
}

.reference_add_text{
	line-height: 18px;
}

.full_inputfield{
	width: 350px;
}

.contest_reference_video{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

input.error{
	border: 1px dotted #C30 !important;
}

.inset{
	padding-left: 20px;
}
