/*
.gwt-DialogBox 
{
	width:					400px;
	-webkit-user-select:	none;
    -moz-user-select:		none;
    -ms-user-select:		none;
    user-select:			none;
	border:2px solid #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 15px #aaa;
	-webkit-box-shadow:0 0 15px #aaa;
}

.gwt-DialogBox, .dialogMiddleCenter 
{
	background:		#0c0;
	margin:			0px;
	padding:		0px;
	border:			0px solid #bbbbbb;
}
*/

.CargoTextArea.senddisabled
{
	border:					1px solid #f33;
}
.CargoTextBox.senddisabled
{
	border:					1px solid #f33;
}

.gwt-PopupPanelGlass 
{
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.dialogMiddleCenter
{
	width:					400px;
}
.CargoAlertDialog
{
	width:					400px;
	-webkit-user-select:	none;
    -moz-user-select:		none;
    -ms-user-select:		none;
    user-select:			none;
	border:2px solid #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 15px #aaa;
	-webkit-box-shadow:0 0 15px #aaa;
	background:				#F0F0F0;
}

.CargoAlertDialogCaption 
{
	background: 	#F0F0F0;
	padding-top:	5px;
	padding-left:	10px;
	padding-bottom:	5px;
	padding-right:	10px;
	font-size:		120%;
}

.CargoAlertDialogDefaultCaption
{
	color:			#ccc;
}

.CargoAlertDialogContent
{
	width:			100%;
	padding:		10px;
}


.CargoAlertDialogLogo.information
{
	background: 	url(CargoImages/info-64.png) no-repeat;
	width:			80px;
	height:			80px;
}
.CargoAlertDialogLogo.warning
{
	background: 	url(CargoImages/warning-64.png) no-repeat;
	width:			80px;
	height:			80px;
}
.CargoAlertDialogLogo.error
{
	background:		url(CargoImages/error-64.png) no-repeat;
	width:			80px;
	height:			80px;
}

.CargoAlertDialogButtonbar
{
	position:			relative;
	text-align:			right;
	width:				100%;
}

.CargoAlertDialogOkButton
{
	text-align:			right;
	right:				0px;
	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		15px;
	padding-right:		15px;
	border:				1px solid #bbbbbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 		5px;
	background: 		#fefefe;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.CargoAlertDialogOkButton:hover
{
	background: 		#cfcfcf;
}
.CargoAlertDialogOkButton:active
{
background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
	color:				#fff;
	-webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

/*
.gwt-DialogBox, .dialogContent 
{
	background:		#FFF;
	border:			0px solid #bbbbbb;
}
*/


#labelNotUsed
{
	background:#f7f7f7;
	background:-moz-linear-gradient(90deg, #ccc, #fff); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Webkit */
	border:1px solid #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 15px #aaa;
	-webkit-box-shadow:0 0 15px #aaa;
	padding: 12px;
}

.mainPane
{
	background : #fe9292;
}
.CargoProfile
{
	display: 	block;
	position:	relative !important;
}

.CargoProfileLinkBox
{
	padding-top:		13px;
	padding-bottom:		13px;
	border-top:			1px solid #ddd;
	border-bottom:		1px solid #aaa;
}
.CargoProfileLink
{
	text-decoration:		none;
	font-size:				120%;
	font-weight:			bold;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}


.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

#closeButton {
  margin: 15px 6px 6px;
}

.CargoFileProgressBar {
	background-color: rgb(180,180,180);
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.3) inset;
	border:					1px solid #666;
}

.CargoFileProgressBar div {
	background-color: rgb(90, 130, 240);
	border-radius: 3px;
	position: relative;
	display: block;
	height: 100%;
}

.CargoFileProgressBar span 
{
  	font-family: 		Arial Unicode MS, Arial, sans-serif;
  	font-size:			11px;
}


.CargoFileProgressBox
{
	overflow:				hidden;
    height: 				100%;
    width: 					100%;
}


.CargoFileProgressOuter
{
	overflow:				hidden;
	background: 			rgba(0,0,0,0.5) ;
    height: 				100%;
    width: 					100%;
    padding: 				1px;
}

.CargoFileProgressInner 
{
	position:				absolute;
    background: 			#1e90fa;
    width: 					0px;
    margin-top:				0px;
    margin-bottom:			0px;
    height: 				18px;
}

.CargoFileProgressPercent
{
	color:		#222288;
	margin-right: 3px;
}
.CargoFileProgressText 
{
	position:				absolute;
	overflow:				hidden;
	color:					#000;
    margin-top:				1px;
    font-size:				80%;
    left:					4px;
}

.CargoLabel 
{
	text-align: 			left;
}


.CargoSingleFileBox 
{
	display:		block;
}

.CargoSingleFileBrowse
{
	margin: 			0;
	padding: 			5px 7px;
	text-decoration:	none;
	cursor: 			pointer;
	cursor: 			hand;
	font-size:			small;
	background: 		url("gwt/clean/images/hborder.png") repeat-x 0px -2077px;
	border:				1px solid #bbb;
	border-bottom: 		1px solid #a0a0a0;
	border-radius: 		3px;
	-moz-border-radius:	3px;
}
.CargoSingleFileBrowse:active 
{
	border: 			1px inset #ccc;
}
.CargoSingleFileBrowse:hover 
{
	border-color:		#939393;
}
.CargoSingleFileBrowse[disabled] 
{
	cursor:				default;
	color:				#888;
}
.CargoSingleFileBrowse[disabled]:hover 
{
	border:				1px outset #ccc;
}

.CargoDateBox.senddisabled
{
	border:				1px solid #f33;
}

.CargoFileBox 
{
	overflow:			hidden;
  	border: 			1px solid #ccc;
  	border-top: 		1px solid #999;
	padding: 			4px 2px;
	background-color: 	#fff;
	height:				20px;
}
.CargoMultiFileList
{
  	border: 		1px solid #ccc;
}

.CargoFileBox:focus
{
    outline: 			0;
}
.CargoFileBox.dropOver 
{
  	border: 			1px solid #222;
	background-color: 	rgba(0, 0, 0, 0.1);
	background:		 	url(CargoImages/drop-18.png) center center no-repeat;
}
.CargoFileBox.senddisabled
{
	border:				1px solid #f33;
}

.CargoMultiFileList
{
	width:				100%;
	height:				100%;
}

.CargoFileCancel 
{
	background: 		url(CargoImages/cancel-14.png) center center no-repeat;
	cursor: 			pointer;
	width:				18px;
	height:				18px;
}

.CargoFileContent
{
	width:				100%;
	height:				100%;
}

.CargoFileNameBox
{
  	font-family: 		Arial Unicode MS, Arial, sans-serif;
  	border: 			0px solid #ccc;
  	margin:				0px;
  	background-color: 	transparent;
}
.CargoFileNameBox-readonly 
{
	color:				#000 !important;
}
.CargoFileNameBox:focus
{
    outline: 0;
}

.CargoFileStatus:focus
{
    outline: 			0;
}
.CargoFileStatus.preflighterror
{
	background:				url(CargoImages/preflighterror-18.png) center center no-repeat;
	width:					18px;
	height:					18px;
	cursor:					pointer;
}
.CargoFileStatus.preflighting
{
	background:				url(CargoImages/preflighting-18.gif) center center no-repeat;
	width:					18px;
	height:					18px;
	cursor:					default;
}
.CargoFileStatus.preflightok
{
	background:				url(CargoImages/preflightok-18.png) center center no-repeat;
	width:					18px;
	height:					18px;
	cursor:					pointer;
}
.CargoFileStatus.preflightwarning
{
	background:				url(CargoImages/preflightwarning-18.png) center center no-repeat;
	width:					18px;
	height:					18px;
	cursor:					pointer;
}

.CargoFileStatus.uploading
{
	background:				none;
	width:					0px;
	height:					0px;
	cursor:					default;
}
.CargoFileStatus.uploaderror
{
	background:				url(CargoImages/error-18.png) center center no-repeat;
	width:					18px;
	height:					18px;
	cursor:					pointer;
}
.CargoFileStatus.uploadok
{
	background:				url(CargoImages/ok-18.png) center center no-repeat;
	width:					18px;
	height:					18px;
	cursor:					default;
}
.CargoFileStatus.uploadwarning
{
	background:				url(CargoImages/warning-18.png) center center no-repeat;
	width:					18px;
	height:					18px;
	cursor:					pointer;
}

.CargoMultiFileBox.senddisabled
{
	border:					1px solid #f33;
}

.CargoFileBox.uploadwarning 
{
	border:					1px solid #aa3;
}
 

.CargoMultiFileBox
{
	border:					1px solid #ccc;
	border-top:				1px solid #999;
	background-color:		#fff;
}
.CargoMultiFileBox.dropOver 
{
  	border: 			1px solid #222;
	background-color: 	rgba(0, 0, 0, 0.1);
	background:		 	url(CargoImages/drop-18.png) center center no-repeat;
}

#CargoContent
{
	width:	100%;
}


.CargoCheckBox.senddisabled
{
	border:					1px solid #f33;
}

.CargoCOP
{
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	border:1px solid #aaa;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 2px #aaa;
	-webkit-box-shadow:0 0 2px #aaa;
}

.CargoCOPThumbnailBox
{
	text-align:				center;
	margin:					2px;
}	
.CargoCOPThumbnail
{
	text-align:				left;	
	margin-right:			20px;	
}
.CargoCOPThumbnail.empty
{
	background:		 	url(CargoImages/thumbnail-none.png) center center no-repeat;
}

.CargoCOPResult
{
	padding-bottom:		0px;
}

.CargoCOPCaption
{
	border-bottom:		1px solid #aaa;
	color: 				#000;
	padding-top:		2px;
	padding-bottom:		2px;
	padding-left:		2px;
	padding-right:		2px;
background: rgb(242,245,246); 

background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); 
background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); 
background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );

}

.CargoCOPCaption.uploading, .CargoCOPCaption.preflighting 
{
background: #ffd67f; 

background: -moz-linear-gradient(top,  #ffd67f 0%, #ffcc56 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd67f), color-stop(100%,#ffcc56)); 
background: -webkit-linear-gradient(top,  #ffd67f 0%,#ffcc56 100%); 
background: -o-linear-gradient(top,  #ffd67f 0%,#ffcc56 100%); 
background: -ms-linear-gradient(top,  #ffd67f 0%,#ffcc56 100%);
background: linear-gradient(to bottom,  #ffd67f 0%,#ffcc56 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd67f', endColorstr='#ffcc56',GradientType=0 );

}

.CargoCOPCaption.uploadok, .CargoCOPCaption.preflightok
{
background: rgb(161,252,100); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(161,252,100,1) 0%, rgba(141,237,109,1) 37%, rgba(37,219,37,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,252,100,1)), color-stop(37%,rgba(141,237,109,1)), color-stop(100%,rgba(37,219,37,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(161,252,100,1) 0%,rgba(141,237,109,1) 37%,rgba(37,219,37,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(161,252,100,1) 0%,rgba(141,237,109,1) 37%,rgba(37,219,37,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(161,252,100,1) 0%,rgba(141,237,109,1) 37%,rgba(37,219,37,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(161,252,100,1) 0%,rgba(141,237,109,1) 37%,rgba(37,219,37,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1fc64', endColorstr='#25db25',GradientType=0 ); /* IE6-9 */
}

.CargoCOPCaption.uploadwarning, .CargoCOPCaption.preflightwarning
{
background: rgb(249,255,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,255,153,1) 0%, rgba(226,229,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,255,153,1)), color-stop(100%,rgba(226,229,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(249,255,153,1) 0%,rgba(226,229,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(249,255,153,1) 0%,rgba(226,229,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(249,255,153,1) 0%,rgba(226,229,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(249,255,153,1) 0%,rgba(226,229,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ff99', endColorstr='#e2e527',GradientType=0 ); /* IE6-9 */
}
.CargoCOPCaption.uploaderror, .CargoCOPCaption.preflighterror
{
	border:					1px solid #f33;
background: #ff6868; /* Old browsers */
background: -moz-linear-gradient(top,  #ff6868 0%, #ff3f3f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6868), color-stop(100%,#ff3f3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff6868 0%,#ff3f3f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff6868 0%,#ff3f3f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff6868 0%,#ff3f3f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff6868 0%,#ff3f3f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6868', endColorstr='#ff3f3f',GradientType=0 ); /* IE6-9 */
}

.CargoCOPUploadProgressText
{
	color:			#aaa;
}

.CargoCOPStatusBox
{
	padding-top:	2px;
	padding-left:	5px;
	padding-right:	2px;
}
.CargoCOPStatusImage
{
	float:				right;
	width:				50px;
	height:				50px;
	border:				0px;
	background:			url(CargoImages/empty-36.png) center center no-repeat;
	background-size:	100% auto;
}
.CargoCOPStatusImage.preflighterror
{
	background:		 	url(CargoImages/preflighterror-36.png) center center no-repeat;
}
.CargoCOPStatusImage.preflighting
{
	background:		 	url(CargoImages/preflighting-36.gif) center center no-repeat;
}
.CargoCOPStatusImage.preflightok
{
	background:		 	url(CargoImages/preflightok-36.png) center center no-repeat;
}
.CargoCOPStatusImage.preflightwarning
{
	background:		 	url(CargoImages/preflightwarning-36.png) center center no-repeat;
}
.CargoCOPStatusImage.uploading
{
	background:		 	url(CargoImages/uploading-36.gif) center center no-repeat;
}
.CargoCOPStatusImage.uploadok 
{
	background:		 	url(CargoImages/ok-36.png) center center no-repeat;
}
.CargoCOPStatusImage.uploadwarning 
{
	background:		 	url(CargoImages/warning-36.png) center center no-repeat;
}
.CargoCOPStatusImage.uploaderror 
{
	background:		 	url(CargoImages/error-36.png) center center no-repeat;
}


.CargoCOPStatusText
{
	float:			left;
}

.CargoCOPInfoButton, .CargoCOPFixButton, .CargoCOPWarningButton, .CargoCOPErrorButton, .CargoCOPDownloadPreflightButton, .CargoCOPDownloadPreflightReportButton
{
	height:					26px;
/*	margin-bottom:			0px;
	padding-bottom:			0px;*/
}

.CargoCOPInfoButton
{
	background:		 	url(CargoImages/info-18.png) center center no-repeat ;
	width:				26px;
}
.CargoCOPFixButton
{
	background:		 	url(CargoImages/fix-18.png) center center no-repeat ;
	width:				26px;
}
.CargoCOPWarningButton
{
	background:		 	url(CargoImages/preflightwarning-18.png) center center no-repeat ;
	width:					26px;
}
.CargoCOPErrorButton
{
	background:		 	url(CargoImages/preflighterror-18.png) center center no-repeat ;
	width:					26px;
}

.COPInfoDialog
{
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	border:					1px solid #aaa;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-moz-box-shadow:		3 3 5px #aaa;
	-webkit-box-shadow:		3 3 5px #aaa;
}

.COPInfoTitle
{
	padding-bottom:			15px;
	font-size:				1.5em;
	font-weight:			bold;
}

.COPInfoContentBox
{
	padding:				20px;
}

.COPInfoBox
{
	overflow:				auto;
	padding-bottom:			15px;
}

.COPInfoKeyLabel
{
	color:			#444;
}

.CargoListBox
{
	text-align: left;
}

.CargoListBox select
{
	background: transparent;
	line-height: 1;
	border-radius: 0;
	width: 100%;
	height: 24px;
	border-color:	#888;
}
.CargoListBox.senddisabled select
{
	border:				1px solid #f33;
}

#CargoLoader
{
	width:		100%;
	height:		900px;
	overflow:	hidden;
}

.CargoProofImage
{
	cursor:					zoom-in;
	border:					1px solid black;
}

.CargoProofImageZoomBox
{
	background:				#aaa;
	border:					1px solid #000;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	-moz-box-shadow:		3 3 5px #aaa;
	-webkit-box-shadow:		3 3 5px #aaa;
}


.CargoProofImageClickLabel
{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding:				8px;
	border:					1px solid #fff;
	-moz-border-radius:		10px;
	-webkit-border-radius:	10px;
	color:					#fff;
	font-size:				1.0em;
	font-weight:			bold;
	pointer-events:			none;
}
