.tipafriend_form { border: none; text-align:left; }
.tipafriend_form label { width: 270px; font-weight:bold; display:block; float: left; }

.tipafriend_form input { float: left; }

.tipafriend_form INPUT#tipform_name, 
.tipafriend_form INPUT#tipform_email, 
.tipafriend_form INPUT#tipform_recipient, 
.tipafriend_form textarea#tipform_message { 
	padding: 3px; 
	margin-bottom: 5px;
	width: 65%; 
	border-top: 1px solid #24669b; 		
	border-left: 1px solid #24669b; 		
	border-right: 2px solid #24669b; 		
	border-bottom: 2px solid #24669b; 	
}

.tipafriend_clear { clear:both; }
.tipafriend_error { font-weight:bold; color:#FF0000;}	