#voteCaptcha {
    position: relative;
    display: none;
}
.voteCaptchaContainer {
    position: absolute;
    top: 5px;
}

button::-moz-focus-inner {border: none;}

.registerForm .inputDiv {
    position: relative;
}

.createContestButton {
	float: right;
	width: 260px;
}
.amazon {
	margin-right:12px;
}
.participationControl {
	padding-left: 30px;
	padding-top: 7px;
	padding-right: 37px;
}
.winnerImg {
	position: absolute;
	left: 540px;
}
#embedNavBar {
	margin:0 11px;
	width:970px;
}
a.contestTypeLink {
	color:white;
}
a.contestTypeLink:hover {
	color:#A9DFEB;
}
.winnerImage a {
	margin-left:0px;
}
.participationMedium {
	margin-left:35px;
}

.embedding {
	float: right;
	position: relative;
	top: -25px;
}
#embedInstructions {
	display:block;float:none;margin-bottom:10px;
}
#embedInstructions code {
	display: block;
}
#profileTabsHeadline div a {
	font-size: 1.1em;
	color: #ccc
}
#contestsTabsHeadline div a {
	font-size: 1.1em;
	color: #ccc;
}
#gigsTabsHeadline div a {
	font-size: 1.1em;
	color: #ccc;
}
#favoritesTabsHeadline div a {
	font-size: 1.1em;
	color: #ccc;
}
div.boxbg {
	background-color:#1d1d1d;
}
.featuredNews .newsItem .newsContent {
	border: 1px solid #4A4A4A; background: rgba(0, 0, 0, .3);
	border-top-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	padding:10px;
	margin-right:20px;
	margin-bottom:10px;
}
a.selectedOrdering, .ribbon span.gigOverviewsSorter a.selectedOrdering {
	color:#A9DFEB;
	font-weight: bold;
}
textarea{
	color:#aaa;
	font-family: Arial;
font-size: 13px;
font-style: normal;
}
.paginateButtons {
	text-align: center;
}
.paginateButtons a {
	padding: 0 5px 0 5px;
}

.paging {
	text-align: center;
}
.paging a {
	padding: 0 5px 0 5px;
}
.errors {
	color: red;
}

.gwt-TextBox {
    border-top-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	width: 330px;
    font-size: 15px;
	color: #a9a9a9;
	font-weight: bold;
}

.noVisibility {
	visibility: hidden;
}

.sideNav .noLink {
	cursor: default;
}

.gwt-TextArea {
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    border-bottom-left-radius: 4px 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 150px;
    margin-left: 0px;
    margin-right: 0px;
    width: 300px;
     font-size: 15px;
	color: #a9a9a9;/*#3CB2F6;*/
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#gwtContestWizard form td label {
	font-size:15px;
}
#gwtContestWizard form .timeTable td label {
	font-weight: bold;
}

#gwtContestWizard form td .gwt-Label {
	font-size:15px;
}
#gwtContestWizard .contestTimeBar {
	margin-bottom:30px;
}

.gwt-Form table {
    /* margin-top:20px; */
}

.gwt-DatePicker table {
	margin-top: 0px;
}

.gwt-Form label {
	padding-right: 20px;
	display: block;
	width: 200px;
}

.gwt-CheckBox label {
	display: inline;
    padding-left:3px;
}
.gwt-CheckBox.selected label, .gwt-CheckBox.selected label:hover {
	color:#3CB2F6;
}
.gwt-CheckBox label:hover {
	color:#A9DFEB;
}
.gwt-RadioButton label{
    display:inline;
}

.gwt-Form td .errorLabel {
	padding-left: 25px;
	padding-bottom: 20px;
	color: red;
	font-weight: bold;
	background-image: url("/static/images/icons/warning2.png");
	background-repeat: no-repeat;
	background-size: 5%;
}
.timeTable .errorLabel {
	height: 40px;
	width: 361px;
}
.gwt-Form td .spacer {
	padding-left: 25px;
	padding-bottom: 20px;
	color: red;
}

.gwt-Form .gwt-FileUpload {
	padding-top: 10px;
	padding-bottom: 10px
}

.gwt-Form img { /*    width:300px;
    height:225px;*/
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
}

.contestOverviewHeader{
	position:relative;
	padding-bottom:10px;
}
.contestCreator{
	position:absolute;
	bottom:10px;
	left:105px;
}
.contestHeader div.img{
	margin-right:10px;
}
.contestHeader img {
	width: 80px;
}
.contestHeader h1 {
	padding-top:5px;
}
.contestHeader a {
	margin-right: 10px;
}

.contestTypeLabel {
	font-size:15px;
	font-weight: bold;
	width: 110px;
}
.contestDescription {
	position:relative;
	width:100%; 
	padding-right:0px;
	margin-bottom: 7px;
	margin-top:5px;
	overflow: hidden;
}
.contestDescription h5 {
	font-weight:bold;padding-bottom:3px
}
.contestDescription #descriptionText, .contestDescription .descriptionText  {
	overflow:hidden;float:left;
	padding-bottom:5px;text-align:justify;
}
.contestDescription .descriptionButtons{
	float:right;padding-right:5px;
}
.contestDescription .descriptionButtons a{
	font-weight:bold;
}
.contestDescription .contestAddThis{
	position: absolute;top:5px;right:0px;
}
.aticon-email {
    background-color: gray !important;
}
#gwtContestTimeBar {
	background-image:url('/static/images/icons/Light_Bulb_Off_20x20.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-position-y: -1px;
}
#gwtContestTimeBar:hover {
	background-image:url('/static/images/icons/Light_Bulb_On_20x20.png');
}
.contestTimeBar {
	font-size:12px;position: 
	relative; width: 100%; margin: 5px 0 10px 5px;
	cursor:pointer;
}
.contestTimeBar .timeBars {
	position:relative;
}
.contestTimeBar .timeBars .timeBar {
	height: 3px;margin-bottom:5px;
}
.contestTimeBar .participationTime{
	background-color: yellowgreen;
}
.contestTimeBar .contestTime {
	background-color: lightblue;
}
.contestTimeBar .votingTime {
	background-color: yellow;
}
.contestTimeBar .todayTime {
	background-color: red;
}
.contestTimeBar .timeBars .todayTime {
	width: 2px;
	position:absolute;
	top: -2px;	
	height: 24px;
	background-color:red;
	fiter: opacity(50);
}
.contestTimeBar .timeBarLegend {
	font-size:10px;
	padding-bottom:5px;
}
.contestTimeBar .timeBarLegend .legendBox{
	margin: 0 5px 1px 15px;
	height:5px;
	width:5px;
	display:inline-block;
}
#gwtContestTimeBar .var {
	display:none;
}
.gwtContestTimeBar .var {
	display:none;
}

#subNav div {
	padding-left: 20px;
}

/* My Profile - Page */


.profileTab, .gigTab {
	display: none;
}

.profileTab .profileTabContent {
	width: 880px;
}

table.personalDataFormTable{
	margin-top:10px;
}
table.personalDataFormTable td.firstColumn,table.personalDataFormTable td.secondColumn {
	padding: 0px 20px 10px 0;
	margin-top: 10px;
}

table.personalDataFormTable td.secondColumn input {
	width: 710px;
	
}
table.personalDataFormTable td.secondColumnRadio {
}

table.optionsAccessData td.firstColumn, td.fieldColumn, table.optionsAccessData td.secondColumn
	{
	padding-right: 10px;
}

div.errors ul li,
label.error {
	background: url("/static/images/icons/warning2.png") no-repeat;
	background-size: 22px;
	margin-left:0px;
	padding-left:30px;
	color:red;
	font-weight: bold; 
	background-repeat: no-repeat;
}
label.error {
    padding-bottom: 3px;
    display: inline-block;
    padding-top: 3px;
    background-position-x: 3px;

}

table.optionsAccessData ul li, table.personalDataFormTable ul li {
	background: url("/static/images/icons/warning2.png") no-repeat;
	background-size: 22px;
	margin-left:0px;
	padding-left:30px
}
table.personalDataFormTable ul {
	margin: 0;
}

table.optionsNotificationsTable td {
	padding-right: 10px;
}
table.optionsNotificationsTable .firstColumn {
	width:700px;
}

td {
	vertical-align: top;
}

.participationActionRow div.left {
	padding-right: 10px;
}

.activityIndicator div {
	height: 25px;
	width: 33px;
	background-image: url('/static/images/tobedone_small_triple.png');
	background-position: 0 0;
}

.activityIndicator .done {
	background-position: 0 -50px;
}

#gwtDatePicker {
	height: 38px;
}

/* Home Tab Panel */
#homeTabPanel {
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border: 2px solid #4A4A4A;
	background: #2F2F2F;
	margin-bottom: 30px;
}

#homeTabPanel .homeTabContent {
	height: 230px;
	font-size: 1.1em;
	background-color: #1D1D1D;
}

#homeTabPanel .tabItem {
	background-color: #3D3D3D;
	border: 1px solid #676767;
	border-bottom: none;
	border-right: none;
	font-size: 1.3em;
}
#homeTabPanel .tabItem a {
	color: lightgray;
}
#homeTabPanel .tabItem a:hover {
	color: white;
}
#homeTabPanel .tabItem p {
	margin: 0px;
}

#homeTabPanel .tabItem p a {
	cursor: pointer;
}

#homeTabPanel .tabItem.selected {
	background-color: #1D1D1D;
}

.workTabContent {
	float: right;
	width: 640px;
}

#workTabPanel {
	float: left;
}

#workTabPanel .sideNavBox-1 {
	padding-top: 0px;
}

.whatAboutPanel,.sponsorAContest,.workTabContentItem {
	padding: 10px;
}

#tabContent-3 .btn {
	float: right;
}

/* DATE PICKER Original Style */
.gwt-DatePicker {
  cursor: pointer;
}

.gwt-DatePicker td,.datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerDays {
	width: 100%;
	background: white;
}

.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	outline: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel,.datePickerWeekendLabel {
	background: #fff;
	padding: 0px 4px 2px;
	cursor: default;
	color: #666;
	font-size: 70%;
	font-weight: normal;
}

.datePickerDay {
	padding: 4px 7px;
	cursor: hand;
	cursor: pointer;
}

.datePickerDayIsWeekend {
	background: #f7f7f7;
}

.datePickerDayIsFiller {
	color: #999;
	font-weight: normal;
}

.datePickerDayIsValue {
	background: #d7dfe8;
}

.datePickerDayIsDisabled {
	color: #AAAAAA;
	font-style: italic;
	cursor: not-allowed;
}

.datePickerDayIsHighlighted {
	background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
	background: #d7dfe8;
}

.datePickerDay.datePickerDayIsToday {
	padding: 3px;
	border-bottom:2px solid #3CB2F6;
}

.datePickerMonthSelector {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #fff;
}

.datePickerPreviousButton,.datePickerNextButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 4px;
	outline: none;
}

td.datePickerMonth {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

.gwt-DateBox {
  padding: 5px 4px;
}

.gwt-DateBox input {
	width: 8em;
}

.dateBoxFormatError {
	background: #ffcccc;
}

.dateBoxPopup {
	
}

/* Participation (Gig) page */
/* Like/Don't like-Voter */
.voteUpButton {
	background-image: url('/static/images/voter/up.png');
	width: 40px;
	height: 32px;
	display: block;
}
.voteUpButtonWrapper {
	background-image: url(/static/images/voter/red-green-bg.png);
	background-position-y: -32px;
	background-repeat: no-repeat;
	background-position-x: 39px;
}
.voteDownButton {
	background-image: url('/static/images/voter/down.png');
	width: 40px;
	height: 32px;
	display: block;
}

.voteDownButtonWrapper {
	background-image: url(/static/images/voter/red-green-bg.png);
	background-repeat: no-repeat;
	padding-right:60px;
}
.voteUpButton:hover,
.voteDownButton:hover {
	background-position: 0 -32px;
}

.upDownVoter .rated {
	background-position: 0 -64px;
	cursor: default;
}

.voteUpDownResult {
	width: 104px;
	height: 32px;
	position: relative;
}

.voteUpDownResult .upVotes {
	height: 100%;
	background-color: green;
	background-image: url('/static/images/voter/red-green-bg.png');
	background-position: 0 -32px;
}

.voteUpDownResult .downVotes {
	height: 100%;
	background-color: red;
	background-image: url('/static/images/voter/red-green-bg.png');
}

.voteUpDownResult .resultText {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	padding-top: 3px;
	font-family:Arial, Helvetica, sans-serif
}
/* LIKE ONLY VOTER */
.voteUpOnlyResult {
	width: 184px;
	margin-right:20px;
	text-align:center;
	padding-left:10px;
	height: 29px;
	position: relative;
	background-color: green;
	background-image: url('/static/images/voter/red-green-bg.png');
	background-position: 0 -32px;
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	padding-top: 3px;
	font-family:Arial, Helvetica, sans-serif
}
.voteDislikeButton {
	background-image: url('/static/images/voter/rejection.png');
	width: 27px;
	height: 27px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

/* Grade-Voter */
.firstGrade,
.secondGrade,
.thirdGrade,
.fourthGrade,
.fithGrade {
	background-image: url('/static/images/voter/stars.png');
	background-repeat:no-repeat;
	background-position: 0 -20px;
	height: 20px;
}

.firstGrade:hover,
.secondGrade:hover,
.thirdGrade:hover,
.fourthGrade:hover,
.fithGrade:hover,
.gradeVoter .rated:hover {
	background-position: 0 0px;
}

.gradeVoter a.grade {
	width: 32px;
	height: 32px;
	display: block;
}
.gradeVoterWrapper {
	padding:5px 0 7px 6px;
	width: 235px;
	background-image: url('/static/images/voter/stars-bg.png');
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border: 1px solid #4A4A4A;
}
.gradeVoter .ratingText {
	 font-size: 1.5em;
	 position:relative;
	 top:-3px;
	 font-weight: bold;
	 padding-right:10px;
	 color:	black;
}
.gradeVoter {
	padding-right:5px;
}
.gradeVoter .rated {
	background-position: 0 0px;
}

/* Best Gig Voter */
.bestVoterWrapper {
	/*padding:5px 0 7px 6px;*/
	height:30px;
	width: 230px;
	background-image: url('/static/images/voter/stars-bg.png');
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border: 1px solid #4A4A4A;
	color: black;
	padding-rihjt:5px;
}
.bestVoterImage {
	display: inline-block;
	background-image: url('/static/images/icons/award.png');
	margin-left:5px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 30px;
	width: 30px;
	
}
.bestVoterWrapper:hover .bestVoterText {
	color:black;
	cursor:pointer; 
}
.selected .bestVoterText{
	color:black;
}
.bestVoterText{
	padding: 7px 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: gray;	
}
.bestVoterWrapper .bestVoterVotes{
    color:green;
    padding: 7px 10px 0 0;
    font-size: 1.1em;
    font-weight: bold;
}
.bestGigVoter {
	width: 243px;
}

.bestGigVoter .bestGig {
	width: 70px;
}

.bestGigVoter .bestGig:hover,
.bestGigVoter .rated:hover {
	background-position: 0 -76px;
}

.bestGigVoter .rated {
	background-position: 0 -152px;
}

.bestGigVoter a.vote span {
	display: block;
}

.participationOverviewVoter {
    width: 170px;
}

.participationOverviewVoter .gradeVoterWrapper {
    width: 162px;
}
.participationOverviewVoter .gradeVoterWrapper a.grade {
    width:  20px;
    height: 20px;
}
.participationOverviewVoter .gradeVoterWrapper .ratingText {
    font-size: 1.2em;
    padding-right: 4px;
    top:0px;
}

.participationOverviewVoter .bestGigVoter, .participationOverviewVoter .bestVoterWrapper {
    width: 170px;
}
.participationOverviewVoter .upDownVoter .voteUpDownResult{
    width: 90px;
}
.participationOverviewVoter .upDownVoter .voteUpOnlyResult{
    width: 120px;
    margin-right: 0px;
    font-size: 13px;
}
.participationOverviewVoter .upDownVoter .voteUpOnlyResult .resultText .text{
    display: inline-block;
    padding-top: 4px;
}
.participationOverviewVoter .upDownVoter .voteDownButtonWrapper{
    padding-right: 0px;
}

/* Search */
#searchOptions table {
	width: 100%;
	padding-top:30px;
}
.mediumUploadInfo ul li{
	margin-left:0px;
}
/*ContestOverview*/
div.contestOverview{
	margin:0 17px 10px 0;
	padding:0px;
}
div.contestOverview .img{
	padding:0px;
}
div.contestOverview a{
	
}
.contestOverviewTitle{
	margin:1px 5px 1px 5px;	
	color:#CCC;
}
.contestOverviewCenter {
	border-bottom:1px solid #4A4A4A;
	border-top:1px solid #4A4A4A;
	padding:4px;
}
.contestOverviewImage {
	float:left;
	width:120px;
	height:91px;
	overflow:hidden;
	border-bottom:1px solid black;
}
.contestOverviewImage img {
	min-height:90px;
	width:120px;
}
.contestOverviewIcons{
	height:90px;
	width:36px;
	float:right;
	border:1px solid black;
	background-color: #1D1D1D;
}
div.contestOverviewIcons img {
	width:25px;
	border:0px;
}
.contestOverviewIcons div{
	width:25px;
	height: 25px;
	background-size:100%;
	margin-left:5px;
	margin-top:3px;
}
.contestOverviewIcons .PHOTO{
	background-image: url('/static/images/icons/camera_40x40_tr.png');
}
.contestOverviewIcons .VIDEO{
	background-image: url('/static/images/icons/Film_Clap_Board_40x40_tr.png');
}
.contestOverviewIcons .AUDIO{
	background-image: url('/static/images/icons/Headphones_40x40_tr.png');
}
.contestOverviewIcons .LYRIC{
    background-image: url('/static/images/icons/notebook_tr_40x40.png');
}
.contestOverviewIcons .LOGGED_IN{
	background-image: url('/static/images/icons/Form_40x40_tr.png');
}
.contestOverviewIcons .INVITED{
	background-image: url('/static/images/icons/Newsletter_40x40_tr.png');
}
.contestOverviewIcons .ANYBODY{
	background-image: url('/static/images/icons/Earth_40x40_tr.png');
}
.contestOverviewFooter {
	margin:1px 5px 1px 5px;
	color:#AAA;
	font-weight: normal;
	font-size:0.85em;	
}

/* GigOverview*/
div.gigOverview{
	margin:10px 23px 10px 0;
	padding:0px;
}
div.gigOverview .img{
	padding:0px;
}
.gigOverviewTitle{
	margin:1px 5px 1px 5px;	
	color:#CCC;
	position: relative;
}
.gigOverviewRating{
	position: absolute;
	right:0px;
	top:0px;
}
.gigOverviewCenter {
	border-bottom:1px solid #4A4A4A;
	border-top:1px solid #4A4A4A;
	padding:4px;
}
.gigOverviewImage {
	float:left;
	width:160px;
	height:120px;
	overflow:hidden;
	border-bottom:1px solid black;
}
.gigOverviewImage img {
	/*min-height:90px;*/
	/*width:160px;*/
}

.gigOverviews{
	width:100%;
	margin-top:-5px;
}
.gigOverviewsHeader {
	float:left;
}
.ribbon span.gigOverviewsSorter {
	float: right;
	font-size: 1em;
	padding: 2px 15px 0 0;
	font-weight: normal;
}
.ribbon span.gigOverviewsSorter a {
	color:#3CB2F6;
	font-weight: normal;
}
.ribbon span.gigOverviewsSorter a:hover {
	color:#A9DFEB;
}
/* Paginator */
.paginator{
	text-align: center;
}
.paginator a, .paginator span{
	padding-right: 5px;
	padding-left: 5px;
}
/* Favorite button */
.favorite {
	height: 20px;
	width: 20px;
	background-image: url('/static/images/icons/Bookmarks_20x20.png');
	display: inline-block;
}
.favoriteBig {
	height: 32px;
	width: 32px;
	background-image: url('/static/images/icons/Bookmarks_32x32.png');
	display: inline-block;
}
.favorited {
	border:1px solid gray;
}
/* Alert button */
.alert {
	height: 20px;
	width: 20px;
	background-image: url('/static/images/icons/Delete_20x20.png');
	display: inline-block;
}
.alertbox {
	right: 280px;
}
.alertBig {
	height: 32px;
	width: 32px;
	background-image: url('/static/images/icons/Delete_32x32.png');
	display: inline-block;
}
.markIcons{
	position:relative;
}
.markIconsWrapper {
	z-index:1;
	position:absolute;
	right: -5px;
	top: 9px;
}
.markIconsWrapper img {
	border:none;
}
#Logo {
	position:absolute;
	top:65px;
}
#Logo a {
	/*background-size:70%;*/
}
#Search {
	margin-top:10px;
	margin-bottom: 10px;
}

/* Comments */
.commentNewWrapper {
	background-color: rgb(29, 29, 29);
	width: 100%;
	margin-top: 2px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
}
.commentFormTextField {
	width: 690px;
	max-width: 690px;
}
.newSubComment .commentFormTextField {
	width: 540px;
	max-width: 540px;
}
.commentNewWrapper .commentPic {
	padding-right: 4px;margin-top:9px;margin-left:4px;
}
.commentPic img {
	width: 33px;
	height: 24px;
	margin-top:1px;
	margin-left:1px;
}
.commentTopWrapper {
	background-color: rgb(29, 29, 29);
	width:869px;
	margin-top: 2px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	border: 1px solid #4A4A4A;
	margin-top:5px;
	padding:5px 5px 0 5px;
}
.commentTopContent {
	width: 800px;
}

.gigComments {
	width: 545px;
}
.gigComments .commentTopWrapper {
	width: 532px;
}
.gigComments .commentFormTextField {
	width: 358px;
	max-width: 358px;
}
.gigComments .newSubComment .commentFormTextField {
	width: 295px;
	max-width: 295px;
}
.newSubComment .commentFormTextField {
	width: 540px;
	max-width: 540px;
}
.gigComments .commentTopContent {
	width: 480px;
}
#searchOptionsTable table th{
	text-align: left;
	width: 150px;
	height: 30px;
}
#searchOptionsTable table td.inputCell {
	width: 30px;
}
.sidebanners {
	text-align: center;
	margin-left:11px;

}
.sidebanner {
	margin-bottom: 5px;
}
.sidebanner.banner-dimension-HALF {
	width: 250px;
}
.sidebanner.banner-dimension-HALF img {
	width: 250px;
}
.sidebanner.banner-dimension-SQUARE {
	width: 250px;
}
.sidebanner.banner-dimension-SQUARE img {
	width: 250px;
}
.sidebanner.banner-dimension-SKY {
	display:inline-block;
	margin-right: 3px;
	margin-left: 3px;
}
.sidebanner.banner-dimension-SKY img {
	width: 250px;
}
#markInappropriateMessage {
	z-index: 1;
	background-color:#1D1D1D;
}
#recaptcha_instructions_image {
	color: #3CB2FF;
}
.recaptcha_theme_blackglass .recaptcha_input_area #recaptcha_response_field {
	border: 1px solid black;
	color: #AAA;
}
#loginForm button {
	margin:0;
}
.forgotpwbutton {
	 padding-right: 194px;
}
.commentPic img {
	width: 33px;
	height: 24px;
}
.userRankSign {
	position: absolute;
	top: 0px;
	right: -10px;
}
.pwInput {
	float:left;
	margin-right:5px;
}
#activeContests .spreadBox {
	margin-left:30px;
}
.advContactFormWrapper {
	padding-left:300px;
	padding-top:30px;
}
.impContactFormWrapper {
	margin-left:40px;
}
#profileTabs .gigBox {
	background-color:#1d1d1d;
	width:100%;
	margin-top:20px
}
#profileTabs .gigBox .contestDescription {
	width:651px;
}
#contestsTabs .contestDescription {
	width:647px;
}
.backendOverview #contestsTabs .contestDescription {
    width:658px;
}

#searchPanel .searchContainer {
	width:600px;
}
#searchPanel .searchField {
	margin:0 15px 0 15px; 
	width:340px;
}
#searchPanel #searchOptions {	
	width:580px;
	margin-top:10px;
	margin-bottom:10px
}
body #sm2-container.high_performance.swf_loaded {
	height: 0px;
}
a.delete {
	padding-top:3px;
	padding-left:22px;
	background-image: url("/static/images/icons/Trash_Empty_20x20.png");
	background-repeat: no-repeat;
}
.alertbox .gwt-TextArea {
margin-left: 2px;
}

#CommentForm .recaptchaWrapper {
	margin:0px;
	margin-top:5px;
}
#CommentForm .recaptchaWrapper div {
	margin: 0;
}
.addthis_toolbox.addthis_default_style{
	width:100px;
}
.addthis_toolbox.addthis_default_style.addthis_32x32_style {
	width:180px;
}
.contestHeaderBanner img {
	width:581px;
}

.contestCreated .infoBox2 {
	margin-top:20px;margin-bottom:20px;
}

.facebookApp .gwt-CheckBox {
    display: inline-block;
}
.facebookApp {
padding-bottom: 50px;
}
.settingsOverviewButtonPanel {
    margin-left: 5px;
    margin-bottom: 25px;
}
.settingsOverviewButtonPanel .settingsView {
   float:left;
   text-align: center;
   margin: 0px 5px 0px 5px;
   width: 120px;
}
.settingsOverviewButtonPanel .settingsView .radioButtonSize {
    margin: auto;
}
.finishIntroductionText {
    margin-bottom: 30px;
    text-align: center;
}
.rateDescriptionText1 {
    margin-top: 30px;
    font-size: 1.2em;
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
}
.rateDescriptionText2 {
    text-align: center;
    margin-bottom: 15px;
}
.rateInfoPanel {
    margin:20px auto;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}
.rateInfoPanel .rateLabel {
    color: white;
}
.rateInfoPanel .mwstLabel {
    font-size:  12px;
}
#gwtContestWizard .ratesPanel li {
    padding: 7px;
    font-weight: bold;
    clear: both;
    height: 1.5em;
}
#gwtContestWizard .ratesPanel li .rateName {
    float: left;
}
#gwtContestWizard .ratesPanel li .ratePrice {
    float: right;
}
.ratesPanel ul {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(60, 178, 246);
}
.ratesPanel li.rateFREE.active, .rateInfoPanel .rateLabel.rateFREE {
    background-color: gray;
}
.ratesPanel li.rateBASIC.active, .rateInfoPanel .rateLabel.rateBASIC {
    background-color: rgb(75, 209, 209);
}
.ratesPanel li.ratePLUS.active, .rateInfoPanel .rateLabel.ratePLUS {
    background-color: rgb(43, 194, 159);
}
.ratesPanel li.ratePREMIUM.active, .rateInfoPanel .rateLabel.ratePREMIUM {
    background-color: rgb(220, 80, 222);
}
#gwtContestWizard .ratesPanelWrapper, #gwtContestWizard .ratesPanelWrapper h5 {
    color:white;
}
#gwtContestWizard .ratesPanelWrapper h5 {
    display: inline-block;
}
#gwtContestWizard .ratesPanel {
   margin-bottom: 5px;
}
#gwtContestWizard .ratesPanelWrapper .rateInfoLink {
    float:right;
    padding-right:3px;
}
#gwtContestWizard ul.ratesPanel {
    border: 2px solid;
}
.billingAdrHeader {
    font-weight: bold;
    font-size: 1.2em;
}
.jurySelectionInfo {
    text-align: center;
    padding: 10px;
}
#facebookLikeButton
{
    border:none;
    overflow:hidden;
    width:250px;
    height:68px;
    background-color:transparent;
}

#profileTabsHeadline {
    padding: 0px;
    margin: 0px;
}

#profileTabsHeadline div {
    padding: 2px 5px 0 5px;
    margin: 0px 0px -1px 10px;
}


#profileTabsHeadline div a:hover {
    color: #A9DFEB;
}

#profileTabsHeadline div.selected {
    background-color: #2F2F2F;
    border: 1px solid #4A4A4A;
    border-bottom: 0px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
}

#profileTabsHeadline div.selected a {
    color: white;
}

#contestsTabsHeadline {
    border-bottom: 1px solid #4A4A4A;
}

#profileTabsHeadline {
    padding: 0px;
    margin: 0px;
}

#contestsTabsHeadline div {
    padding: 2px 5px 0 5px;
    margin: 0px 10px -1px 0px;
}



#contestsTabsHeadline div a:hover {
    color: #A9DFEB;
}

#contestsTabsHeadline div.selected {
    background-color: #2F2F2F;
    border: 1px solid #4A4A4A;
    border-bottom: 0px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
}

#contestsTabsHeadline div.selected a {
    color: white;
}

#contestsTabsHeadline .headerlink a {
    font-size: 14px;
    font-weight: bold;
}

#contestsTabsHeadline .headerlink a:hover {
    color: #3CB2F6;
}

.gigTab .gigOverview {
    margin-top: 0px;
    margin-right: 17px;
}

#gigsTabsHeadline {
    border-bottom: 1px solid #4A4A4A;
}

#gigsTabsHeadline div {
    padding: 2px 5px 0 5px;
    margin: 0px 10px -1px 0px;
}



#gigsTabsHeadline div a:hover {
    color: #A9DFEB;
}

#gigsTabsHeadline div.selected {
    background-color: #2F2F2F;
    border: 1px solid #4A4A4A;
    border-bottom: 0px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
}

#gigsTabsHeadline div.selected a {
    color: white;
}

#gigsTabsHeadline .headerlink a {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#gigsTabsHeadline .headerlink a:hover {
    color: #3CB2F6;
}

a.delete {
    background-image: url("/static/images/icons/Trash_Empty_20x20.png");
    background-repeat: no-repeat;
    padding-left: 22px;
    padding-top: 3px;
}

#favoritesTabsHeadline {
    border-bottom: 1px solid #4A4A4A;
}

#favoritesTabsHeadline div {
    padding: 2px 5px 0 5px;
    margin: 0px 10px -1px 0px;
}



#favoritesTabsHeadline div a:hover {
    color: #A9DFEB;
}

#favoritesTabsHeadline div.selected {
    background-color: #2F2F2F;
    border: 1px solid #4A4A4A;
    border-bottom: 0px;
    border-top-left-radius: 4px 4px;
    border-top-right-radius: 4px 4px;
}

#favoritesTabsHeadline div.selected a {
    color: white;
}

#favoritesTabsHeadline .headerlink a {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#favoritesTabsHeadline .headerlink a:hover {
    color: #3CB2F6;
}
.contestList {
    margin-top: 25px;
    margin-left: 75px;
}
#contestsTabs .boxHeader {
    font-weight: bold;
    border-bottom: 1px solid gray;
}

.sweepstakeForm input,
.sweepstakeForm img,
.sweepstakeForm textarea {
    width: 550px;
}
.sweepstakeForm  .message-wrapper {
    margin-top: 10px;
}
.bookingInfo {
    font-size: 13px;
    font-weight: normal;
}
.sweepstakeForm .checkbox {
    width: auto;
}
.sweepstakeForm .rateLabel,
#create-sweepstake .rateLabel{
    padding: 5px;
    border-radius: 5px;
}
.sweepstakeForm .priceLabel {
    margin-top:15px;
}
#create-sweepstake .rateInfoLink {
    margin: 20px;
}
.sweepstakeImgSmall {
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
}
.sweepstakeForm table input {
    width: 410px;
}
.sweepstakeForm input[type=radio] {
    width: auto;
}
.relative {
    position: relative;
}
.infoText {
    margin-top: 10px;
    margin-bottom: 10px;
}
.rateInfoLink {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 15px;
}
.sweepstakeForm h2 {
    margin-top: 15px;
}
.sweepstakeForm .timeWrapper .colLabel {
    padding-right: 15px;
}
.sweepstakeForm .impressumWrapper textarea{
    height: 60px;
}
.sweepstakeFormWrapper .headerMessage {
    text-align: center;
    margin-top: 20px;
}
.sweepstakeFormWrapper .inputWrapper,
.sweepstakeFormWrapper .errors,
.sweepstakeFormWrapper label.error{
    margin: 0 150px 0 150px;
}
.sweepstakeFormWrapper label.error {
    margin-top:5px;
}
.sweepstakeFormWrapper .inputWrapper input{
    width: 100%;
}
.sweepstakeFormWrapper .inputWrapper input[type=checkbox],
.sweepstakeFormWrapper .inputWrapper input[type=radio]{
    width: 20px;
}
.sweepstakeFormWrapper .conditionsConfirmWrapper,
.sweepstakeFormWrapper .newsletterOptInWrapper {
    margin: 20px 65px;
}
.sweepstakeFormWrapper .conditionsConfirmWrapper input,
.sweepstakeFormWrapper .newsletterOptInWrapper input {
    float:left;
    margin-right: 10px;
}
.sweepstakeFormWrapper .buttons {
    text-align: center;
    margin-bottom: 20px;
}
.sweepstake-footer {
    text-align: center;
}
.sweepstake-footer .conditionsLink,
.sweepstake-footer .impressumLink {
    display: inline-block;
    margin: 0px 10px 0px 10px;
}
.sweepstakeThanksWrapper {
    text-align: center;
    margin: 20px;
}

.sweepstakeThanksWrapper .addthis_toolbox{
    display: inline-block;
    float: none !important;
    margin-top:15px;
}
.sweepstakeFormWrapper div.message {
    margin-top: 20px;
    text-align: center;
}
.sweepstakeFormWrapper div.sections h2,
.sweepstakeFormWrapper div.sections .steps,
.sweepstakeFormWrapper div.sections .actions .disabled
{
    display:none;
}
.sweepstakeFormWrapper div.sections .actions li {
    background: none;
    float:right;
}
.sweepstakeFormWrapper div.sections .actions li.button-previous {
    float:left;
}
.sweepstakeFormWrapper div.sections .actions:after {
    content: "";
    display: table;
    clear: both;
}

.sweepstakeFormWrapper div.sections input[type=radio] + label,
.sweepstakeFormWrapper div.sections input[type=radio] + .inputWrapper-radioElement label{
  height: 16px;
  background: url("/static/images/icons/rejection_30.png") no-repeat 0 .2em;
  padding-left: 45px;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 200px;
  display: inline-block;
  background-size: 20px;
  background-position-y: 8px;
}

.sweepstakeFormWrapper div.sections input[type=radio]:checked + label,
.sweepstakeFormWrapper div.sections input[type=radio]:checked + .inputWrapper-radioElement label{
    background: url("/embed-backend-sub/static/images/icons/check_30.png") no-repeat 0 .2em;
    background-size: 20px;
    background-position-y: 8px;
}
.sweepstakeFormWrapper div.sections input[type=radio] + .inputWrapper-radioElement{
    padding-left: 10px;
}
.sweepstakeFormWrapper div.sections input[type=radio]:checked + .inputWrapper-radioElement{
    border-width: 2px;
}

.sweepstakeFormWrapper div.sections .inputWrapper input[type=radio] {
    width: 0px;
    height: 1px;
    display: block;
    visibility: hidden;
}
.sweepstakeFormWrapper div.sections .inputWrapper-radio {
    margin-right: 140px;
}
.sweepstakeFormWrapper div.sections .inputWrapper .inputWrapper-radioElement {
    margin-bottom: 5px;
    border-radius: 4px;
    background: rgb(225, 226, 227) url("/embed-backend-sub/static/images/inputBg.gif") repeat-x 0 0;
    border: 1px solid rgb(255, 255, 255);
    border-color: rgb(201, 202, 203) rgb(255, 255, 255) rgb(255, 255, 255) rgb(201, 202, 203);
    outline: none;
}
.sweepstakeFormWrapper .conditionsConfirmWrapper .inputWrapper,
.sweepstakeFormWrapper .conditionsConfirmWrapper label.error {
    margin:0px;
}

#quizInputs input[type="checkbox"],
#extrafieldsInputs input[type="checkbox"] {
    width: auto;
    margin-bottom: 15px;
}
.addThis-small {
    float: left;
    padding-left: 3px;
}


.christmascalendarForm input,
.christmascalendarForm img,
.christmascalendarForm textarea {
    width: 550px;
}
.christmascalendarForm input.checkbox {
    width: auto;
}
.christmascalendarForm h2 {
    margin-top: 15px;
}

.christmascalendar-box {
    position: relative;
}
.christmascalendar-box .background-image {
    width: 100%;
}

.christmascalendar-door {
    width: 10%;
    height: 10%;
    border: 1px dotted lightgray;
    border-left-style: dashed;
    margin: 3% 4%;
    background-color: rgba(128, 128, 128, 0.3);
}
.christmascalendar-door.odd {
    float:left;
}
.christmascalendar-door.even {
    float:right;
}
.christmascalendar-door-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.christmascalendar-number {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 20%;
}


.christmascalendar-door-24 {
    margin: 0;
    width: 20%;
    height: 20%;
}

.christmascalendar-door.not-set {
    background: url('/static/images/icons/warning.png') no-repeat;
    background-size: 30px;
}

#edit-christmascalendar .descriptionText {
    margin: 5px;
}
#edit-christmascalendar  .edit-buttons {
    text-align: center;
}
#edit-christmascalendar .christmascalendar-box {
    margin-bottom: 25px;
}
#edit-christmascalendar  .text {
    width: 560px;
}
.christmascalendarForm .imageWrapper .descriptionText {
    margin-bottom: 10px;
}
.christmascalendar-number span  {
    background-color: rgba(255,255,255,0.3);
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    -khtml-border-radius: 10%;
    border-radius: 10%;
    behavior: url(http://resource:/css/border-radius.htc);
    padding: 1% 3%;
    color:black;
}

.sweepstake-footer .addThis-small {
    float:none;
    display: inline-block;
    top: 4px;
    position: relative;
}
#fancybox-outer {
    background: url("/static/images/skins/skin-3/pageBg-repeat.png");
    background-size: 100%;
}
#fancybox-wrap {
    border-color: rgb(47,47,47);
}
#fangate-wrapper {
    padding: 10px;
}

#fangate-wrapper .close-button {
    display: inline-block;
    margin-top: 10px;
}
#fangate-wrapper .already-fan-button {
    float:right;
}
#fangate-wrapper .facebook-like-wrapper {
    text-align: center;
}
#fangate-wrapper {
    width: 400px;
}
#fangate-wrapper .fangate-header-message {
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 10px;
}

.facebookSettings .inputWrapper label {
    width: 180px;
    display: inline-block;
}
.facebookSettings .inputWrapper .facebook-like-wrapper {
    float:right;
}
.gwt-TextBox.facebookPage-TextBox {
    width: 100px;
    margin-right:20px;
}

#tooEarlyText,
#tooLateText,
#noActionText {
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
#show-christmascalendar-banner .descriptionText.descriptionText,
#sweepstake-show .descriptionText {
    text-align: center;
    font-size: 1.3em;
}
.embedLayout #show-christmascalendar h1 {
    display:none;
}
.theme9 #show-christmascalendar h1 {
    display:block;
}
.finishMessage {
    padding-top:15px;
}


.facebook-like-wrapper-only {
    background-color: rgb(78, 105, 162);
    padding: 10px;
    margin: 20px;
}
.facebook-like-wrapper-only .get-fan-text {
    display: inline-block;
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 1.5em;
}
#fangate-wrapper .close-button-wrapper {
    text-align: right;
}
.newletterOptInWrapper {
    margin-bottom: 20px;
}
.cal-banner {
    margin-top: 20px;
    margin-right: 10px;
}
.cal-banner #show-christmascalendar-banner{
    margin-bottom: 10px;
}

#spreader-wrapper {
    text-align: center;
    padding: 10px;
}
#spreader-wrapper .addthis_toolbox {
    display: inline-block;
    float: none !important;
    width:185px;
}

#spreader-wrapper .spreader-header-message {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
#spreader-wrapper .spreader-motivation-message {
    margin: 10px 0px;
    font-size: 1.2em;
}

#fblogin-dialog {
    text-align: center;
    padding:10px;
}
#fblogin-dialog .fblogin-header-message {
    font-size: 1.3em;
    padding:10px;
}