/*
 * This Source Code is subject to the terms of the Mozilla Public License
 * version 2.0 (the "License"). You can obtain a copy of the License at
 * http://mozilla.org/MPL/2.0/.
 */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

.wizard-header
{
	-moz-binding: url(chrome://adblockplus/content/ui/sendReport.xul#headerBinding) !important;
	padding: 10px 5px !important;
}

.progressLabel
{
	margin: 5px 0px;
	text-align: center;
	font-size: 110%;
	font-weight: normal;
}

.progressLabel.active
{
	font-weight: bold;
}

progressmeter
{
	margin-top: 100px;
}

.radioDescription
{
	-moz-margin-start: 32px;
}

radio, checkbox, .topLabel, #dataDeck
{
	margin-top: 15px;
}

#recentReports
{
	margin-top: 15px;
}

#recentReportsList
{
	overflow-x: hidden;
	overflow-y: auto;
}

#issuesBox
{
	overflow: auto;
}

#issuesChangeMessage
{
	color: red;
}

#screenshotButtons
{
	margin-top: 10px;
}

#screenshotBox
{
	overflow-y: scroll;
}

#commentLengthWarning
{
	color: red;
}

#commentLengthWarning[visible="false"]
{
	visibility: hidden;
}

/*
 * Force left-to-right everywhere where we are displaying addresses
 */
#data:-moz-locale-dir(rtl)
{
	direction: ltr;
}

#sendReportError
{
	color: red;
	font-size: 150%;
}

#sendReportErrorLinks, #typeWarningTextLink
{
	margin: 0px;
}

#sendReportErrorBox
{
	margin-bottom: 10px;
}
