form.indexedsearch input {
	border: none;
}

input, textarea, select {
    margin-bottom: 1px ! important;
	margin-left: 4px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #BBBBBB;  
    color: #454545;
    background-color: white;
    vertical-align: middle;
}

input.searchbox-sword {
	margin:0px;
}

input[type="radio"],
input[type="checkbox"] {
	border:none;
}

input.searchbox-sword {
	font-size: 90%;
    margin-bottom: 1px ! important;
	margin-right: 2px;
	padding: 1px;
	border: 1px solid #BBBBBB;  
    color: #777777;
    background-color: white;
    vertical-align: middle;
}

input.CheckBx {
	border: none;
	background-color:#f0f5f5;
}

fieldset {
	margin-right: 15px;
	padding: 3px 2px 8px 2px;
}

div.FieldGroup {
	float: left;
	background-color:#f0f5f5;
}

fieldset.LabelWidth label {
	font-size: 92%;
	padding-left: 6px;
}

legend {
	font-weight: bold;
	font-size: 95%;
}
.error{
	color:#FE7D1F;
}
select {
	border: 1px solid #BBBBBB;
}

.required {
	color: red;
}
.send {
	padding: 1px;
	border: 1px solid #BBBBBB;
}

#indexedsearch input {
	border-top: solid 1px #647E88;
	border-left: solid 1px #647E88;
	border-right: solid 1px #EFF4F8;
	border-bottom: solid 1px #EFF4F8;
}
#indexedsearch input.search-button {
	border:none;
	text-align: center;
	width: 13px;
	height: 13px;
	padding: 0px;
	/*
	border: 1px solid gray;
	border-style: outset;
	*/
	background-image: url(images/search_button.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header_menu input.search-button {
	margin: 0;
	font-size: 85%;
}
/* updates for powermail */
.tx-powermail-pi1 label,
.tx-powermail-pi1 input,
.tx-powermail-pi1 select,
.tx-powermail-pi1 textarea {
	display:block;
	font-size:12px;
	margin-left:0;
}
.tx-powermail-pi1 select {
	width:275px;
}
.tx-powermail-pi1 label {
	padding-left:0;
}
.tx-powermail-pi1 input,
.tx-powermail-pi1 textarea {
	padding:2px;
	width:270px;
}
.tx-powermail-pi1 .powermail_check_inner input {
	padding:0px;
	width:auto;
	display:inline
}
.tx-powermail-pi1 .powermail_check_inner label{
	display:inline;
	padding-left:5px;
}
.tx-powermail-pi1 .powermail_mandatory {
	color:red;
	padding-right:3px;
}
.tx-powermail-pi1 .invalid {
	border:1px solid red;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	margin-top:15px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_captcha {
	margin-top:20px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_captcha input{
	display:inline;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_captcha img {
	float:right;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_captcha .tx_powermail_pi1_fieldwrap_html_captcha_description {
	clear:both;
	float:none;
}
.tx-powermail-pi1 .tx-srfreecap-pi2-cant-read {
	display:block;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_submit input {
	width:auto;
}
.tx-powermail-pi1 legend {
	display:none;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_html {
	margin-bottom:20px;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_submit input:hover {
	background-color:#F3F3F3;
	cursor:pointer;
}
.error {
	padding:0 0 8px;
	background: url('images/error_arrow.gif') no-repeat scroll 5px bottom transparent;
	z-index: 10;
}
.error p{
	border:1px solid #969696;
	background-color:#BFBFBF;
	padding:1px 3px;
	color:#FFFFFF;
	font-size:12px;
}

