/**
 * WCM Stylesheet
 */
body.wcm-showbar-top {
	padding-top: 40px;
}
body.wcm-showbar-bottom {
	padding-bottom: 40px;
}

#wcm-messagebox,
#wcm-corner {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 5px;
	
	z-index: 9999;

/*	
	background: -webkit-gradient( linear, right top, right bottom, from( rgba( 0, 0, 0, 0.4 ) ), to( rgba( 0, 0, 0, 0.8 ) ) );
	background: -moz-linear-gradient( right top, right bottom, from( rgba( 0, 0, 0, 0.4 ) ), to( rgba( 0, 0, 0, 0.8 ) ) );
/*	background: -ms-linear-gradient(top, rgba( 0, 0, 0, 0.4 ), to( rgba( 0, 0, 0, 0.8 ));	* /
	background: linear-gradient( right top, right bottom, from( rgba( 0, 0, 0, 0.4 ) ), to( rgba( 0, 0, 0, 0.8 ) ) );
*/

background: #000000;
background: rgba( 0, 0, 0, 0.8);
	
background: linear-gradient(bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.4) 100%);
background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.4) 100%);
background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.4) 100%);
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.4) 100%);
background: -ms-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.4) 100%);
background: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgba(0,0,0,0.8)),
	color-stop(0.6, rgba(0,0,0,0.8)),
	color-stop(1, rgba(0,0,0,0.4))
);
/* For Internet Explorer 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#44000000);
/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#44000000)";    
	
	
/*	filter: progid:DXImageTransform.Microsoft.gradient( gradientType=0, startColorStr=#66000000, endColorStr=#CC000000 );					/* IE 5-7 */
/*	background: -ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=0, startColorStr=#66000000, endColorStr=#CC000000 );	/* IE 8/9 */
	
	text-shadow: 1px 1px 1px #000;
}
	#wcm-messagebox p {
		padding: 5px;
		margin: 0;
	}
	#wcm-messagebox a {
		color: #FFF;
		text-decoration: underline;
	}
.wcm-bar {
	position: fixed;
	left: 0;
	right: 0;
	text-align: center;
}
	.wcm-bar p {
		text-align: center;
		display: inline-block;
	}
.wcm-bar-top {
	top: 0;
}
.wcm-bar-bottom {
	bottom: 0;
}

#wcm-infobox {
	position: fixed;
	left: 35%;
	right: 35%;
	
	z-index: 9998;
}
	.wcm-infobox {
		background: #000;
		background: rgba( 0, 0, 0, 0.8);
		color: #FFF;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 18px;
		padding: 10px 10px 5px 10px;
		text-align: left;
		
		text-shadow: 1px 1px 1px #000;
	}
	.wcm-infobox-top {
		top: 38px;
		
		border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
	}
	.wcm-infobox-bottom {
		bottom: 38px;
		border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
	}

#wcm-corner {
	z-index: 9998;
	cursor: pointer;
}
	#wcm-corner p {
		margin: 0;
	}
	.wcm-corner {
		background-color: #000;
		color: #FFF;
		padding: 5px;
		text-align: center;
	}
	.wcm-corner-top {
		position: fixed;
		top: 0;
		left: 30px;
		
		border-radius: 0 0 5px 5px;
	}
	.wcm-corner-bottom {
		position: fixed;
		bottom: 0;
		left: 30px;
		
		border-radius: 5px 5px 0 0;
	}
.wcm-showbar-top #wcm-corner,
.wcm-showbar-bottom #wcm-corner {
	display: none;
}


#wcm-choice {
	clear: both;
}
	#wcm-choice .wcm-choice-option {
		margin: 5px
	}
		#wcm-choice .wcm-choice-option p {}
		#wcm-choice .wcm-choice-option input {
			margin: 5px;
		}
		#wcm-choice .wcm-choice-option label {}
	#wcm-choice input[type="submit"] {
		border: 1px solid #FFF;
		background-color: #DDD;
		color: #000;
		padding: 2px 4px;
		margin: 2px 10px 2px 0;
	}
	#wcm-choice a {
		color: #FFF;
	}

#wcm-messagebox a.wcm-button {
	color: #FFF;
	padding: 3px 7px;
	text-decoration: none;
	margin: 0 10px;
	
	display: inline-block;
}
	#wcm-messagebox a.wcm-button:hover {
/*		background: #000;*/
	}
	#wcm-messagebox a.wcm-button-close {
		background-color: #F1A908;
	}
	#wcm-messagebox a.wcm-button-accept {
		color: #4F8A10;
		background-color: #DFF2BF;
	}
	#wcm-messagebox a.wcm-button-decline {
		color: #D8000C;
		background-color: #FFBABA;
	}
	
#wcm-messagebox a.wcm-button,
#wcm-choice input[type="submit"] {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
 
/**
 * DO NOT EDIT BELOW
 */
body.wcm-showbar-top {
	padding-top: 40px;
}
body.wcm-showbar-bottom {
	padding-bottom: 40px;
}

#wcm-messagebox {
	z-index: 9999;
}
	#wcm-messagebox p {}
	#wcm-messagebox a {}
.wcm-bar {
	position: fixed;
	left: 0;
	right: 0;
}
	.wcm-bar p {}
.wcm-bar-top {
	top: 0;
}
.wcm-bar-bottom {
	bottom: 0;
}

#wcm-infobox {
	position: fixed;
	left: 35%;
	right: 35%;
	
	z-index: 9998;
}
	.wcm-infobox {}
	.wcm-infobox-top {
		top: 38px;
	}
	.wcm-infobox-bottom {
		bottom: 38px;
	}

#wcm-messagebox a.wcm-button {
	display: inline-block;
}
	#wcm-messagebox a.wcm-button:hover {}
	#wcm-messagebox a.wcm-button-close {}
	#wcm-messagebox a.wcm-button-accept {}
	#wcm-messagebox a.wcm-button-decline {}

