fieldset {
	margin-top: 2em;
	border:none;
	/* used to fix safari bug where clear:both would clear floating of former divs */
	float:left;
}

body .csc-mailform-footer a {
	color: black;
}

.csc-mailform-footer {
	clear:both;
	padding-top:10px;
	font-size:.8em;
	margin-left:90px;
}

label, input, select {
	font-size:.9em;
	line-height:1em;
}

#mailformformtype_mail {
	margin-left:90px;
}

input, textarea{
	width:230px;
}

.tx-newloginbox-pi1 input, .tx-newloginbox-pi1 textarea{
	width:auto;
}

.csc-mailform-field {
	display:block;
	margin-bottom:4px;
}

input.csc-mailform-check {
	width:auto;
}

input.csc-mailform-submit {
	width:115px;
	text-align:center;
	padding-right:5px;
	/*height:auto;*/
	/*margin:20px 0 0 160px;*/
}

label
{
	float:left;
	width: 80px;
	text-align: right;
	margin-right: 10px;
	display: block;
	padding-top:2px;
}
