div.tx-indexedsearch-searchbox fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #aedcf5;
	padding: 1em;
}

div.tx-indexedsearch-searchbox fieldset input {
	border: 1px solid #aedcf5;
	background-color: transparent;
	
}
input#tx-indexedsearch-searchbox-button-submit {
	font-weight: bold;
	color: #00a8eb;
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-color: transparent;
	width: auto;
	float: right;
}

div.tx-indexedsearch-searchbox fieldset legend {

	font-weight: bold;
	color: #00a8eb;
	margin-bottom: 0.5em;
	
}


form#mailform {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form#mailform fieldset {
	border: 0px;
}
form#mailform label {
	float: left;
	display:block;
	width: 200px;
	margin: 2px;
}
form#mailform div.csc-mailform-field {
	clear: left;
}
form#mailform input, form#mailform select, form#mailform textarea  {
	/*background-color: transparent;*/
	border: 1px solid #aedcf5;
	margin: 2px;
	width: 320px;
}
form#mailform select {
	width: auto;
}
form#mailform select option {
	background-color: #f7f8f8;
}
form#mailform input.csc-mailform-submit {
	font-weight: bold;
	color: #00a8eb;
	width: auto;
	background-color: #ffffff;
	padding: 0px;
}
form#mailform input.csc-mailform-submit:hover {
	cursor: pointer;
}


