@charset "UTF-8";
/* CSS Document */

/* --- Form Errors --- */

.form_error {
	border: 1px solid #ef0000 !important;
	background-color: #FFF0F0 !important;
	margin-bottom: 2px !important;
}

.form_error_msg {
	clear: both;
	color: #ef0000;
	margin: 10px 0 10px 215px;
	padding-top: 2px;
}

acronym.required {
	color: red;
}


/* form elements */

label {
	float:left;
	display:block;
	width:200px;
	font-size:12px;
	font-weight:700;
	padding-right:10px;
	padding-top:3px;
	text-align:left;
	margin-top: 2px;
}

label.error {
	position:absolute;
	color:#f00;
	font-weight:100;
	font-size:12px;
	top:5px;
	left:250px;
}

input.fields, textarea.fields {
	float:left;
	width:260px;
	border:1px solid #ccc;
	padding:5px;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
	font-family:Arial;
	color:#7f7e82;
}

textarea.fields {
	height:100px;
}

select.fields {
	padding:5px;
	width:200px;
	font-size:12px;
	margin-top:5px;
}

input.fields2, textarea.fields2, input[type=file] {
	float:left;
	width:350px;
	border:1px solid #ccc;
	padding:5px;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
	font-family:Arial;
	color:#666;
}

textarea.fields2 {
	height:150px;
}

.w100 {
	width:100px !important;
}

.w250 {
	width:250px !important;
}

select.w250 {
	width:260px !important;
}

select.fields2 {
	padding:5px;
	width:362px;
	border:1px solid #ccc;
	font-size:12px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
}

input.fields3 {
	float:left;
	width:75px;
	border:1px solid #ccc;
	padding:2px;
	font-size:12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
	font-family:Arial;
	color:#7f7e82;
	margin-top:5px;
}

.search-options {
	width:275px;
	border:1px solid #ccc;
	padding:5px;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:Arial;
	color:#7f7e82;
	position:absolute;
	top:5px;
	left:460px;
	display:none;
}


input.button {
	margin:6px 0 0 10px;
}

#search-submit {
	position:absolute;
	top:6px;
	left:745px;
}

body#code-removal-page #search-submit, body#marketing-tools-page #search-submit {
	position:relative !important;
	top:inherit;
	left:inherit;
}

.left {
	float:left;
}


.right {
	float:right;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.clear {
	clear:both;
}