div.csc-form-row {
	margin-bottom: 5px;
/* 	padding: 2px; */
	border: 1px solid #e9acbb;
	width: 398px;
	line-height: 22px;
	overflow: hidden;
}

div.csc-form-field input.formfields, div.csc-form-field select.formfields, div.csc-form-field textarea.formfields {
	margin: 0px;
	border: 2px solid white;
	font-family: Georgia;
}

div.csc-form-label {
	float: left;
	width: 130px;
	padding-left: 5px;
}

.formfields[type=checkbox] {
	position: relative;
	top: 4px;
}

form, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

.csc-form input, .csc-form textarea,
.tipform input, .tipform textarea {
	padding: 1px 3px;
	width: 240px;
}

input.csc-mailform-submit {
	margin-left: 0px;
	width: 254px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: none;
	color: white;
	text-transform: uppercase;
	font-family: Georgia;
	float: right;
	background-image: url(../img/submit.png);
	cursor: pointer;
}

.tipafriend div.csc-form-label {
	width: 160px;
}

.tipafriendformfields {
	border: 2px solid white;
}

img.tx-srfreecap-pi2-image {
	margin: 0;
}

.tx-srfreecap-pi2-cant-read {
	color: #666666;
}