.tipafriend-form {
	margin:10px;
}
.tipafriend-form .error {
	color:#CC3300;
}
.tipafriend-form .required_fields {
	text-align:right;
	margin-right:30px;
}
.tipafriend-form .error_header {
	margin-left:20px;
	font-weight:bold;
}
.tipafriend-form LABEL {
	font-weight:bold;
	display:block;
	padding-top:4px;
}
.tipafriend-form .radio_caption {
	display:inline;
	width:auto;
	float:none;
	font-weight:normal;
	padding-left:5px;
}
.tipafriend-form .caption {
	margin:10px 0 5px 0;
	font-weight:bold;	
}
.tipafriend-form table {
	width:500px;
	margin:0 auto;
}
.tipafriend-form table td {
	padding:5px;
	vertical-align:top;
}
.tipafriend-form table td.label {
	width:150px;
	text-align:right;
}
.tipafriend-form table .tr1 td {
	background-color:#F0F0F0;
}
.tipafriend-form table td select,
.tipafriend-form table td input {
	padding:2px;
	margin:2px;
}
.tipafriend-form table td input.text {
	width:180px;
}
.tipafriend-form .error {
	padding-left:20px;
	padding-top:5px;
}

.tipafriend-link p.bodytext {
	text-align:right;
}
