div.tx-indexedsearch-searchbox fieldset {
	border: 0px;
	margin: 0px;
	margin-right: 2em;
	border: 1px solid #2f577b;
	padding: 1em;
}

div.tx-indexedsearch-searchbox fieldset input {
	border: 1px solid #2f577b;
	background-color: transparent;
	
}
input#tx-indexedsearch-searchbox-button-submit {
	font-weight: bold;
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-color: transparent;
	width: auto;
	float: right;
	cursor: pointer;
}

div.tx-indexedsearch-searchbox fieldset legend {
	font-weight: bold;
	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 #2f577b;
	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: #2f577b;
	width: auto;
	background-color: #ffffff;
	padding: 0px;
	border: 0px;
}
form#mailform input.csc-mailform-submit:hover {
	cursor: pointer;
}


.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-text,
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password,
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password-again {
	border: 1px solid #2f577b;
	width: 320px;
}
.tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-error{
	position: absolute;
	background-color: #fff;
	border: 1px solid #f00;
	padding: 2px !important;
	margin-left: 324px;
	margin-top: -3px !important;
	
}
.tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-error:hover {
	opacity: 0.2;
}


.tx-dmailsubscription-pi1 dl {
	clear:left;
}
.tx-dmailsubscription-pi1 dt {
	
	width: 140px;
}
.tx-dmailsubscription-pi1 dd {

	
}
.tx-dmailsubscription-pi1 label {
	margin-bottom: 4px;
}
.tx-dmailsubscription-pi1 input.tx-srfeuserregister-pi1-text {
	margin-bottom: 4px;
	display: block;
	background-color: transparent;
	width: 320px;
	border: 1px solid #2f577b;
}
.tx-dmailsubscription-pi1 input.csc-mailform-submit {
	cursor: pointer;
	width: auto;
	float: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	background-color: transparent;
}
.tx-dmailsubscription-pi1 p.error {
	position: absolute;
	background-color: #fff;
	border: 1px solid #f00;
	padding: 2px;
	margin-left: 324px;
	margin-top: -3px;	
}
.tx-dmailsubscription-pi1 p.error:hover {
	opacity: 0.2;
}
