
#tell-a-friend {
	margin-bottom: 15px;
}

#tell-a-friend * {
	font-family: Arial;
	font-size: 12px;
}

#tell-a-friend input {
	border: solid 1px #999;
	width: 150px;
}

#tell-a-friend textarea {
	border: solid 1px #999;
	width: 250px;
}
	
#tell-a-friend .form-row {
	margin-top: 6px;
	margin: 0 auto;
}

#tell-a-friend .checkbox, #tell-a-friend .checkbox-label {
	width: auto;
}

#tell-a-friend .submit {
	width: auto;
	font-size: 12px;
	padding: 3px 8px;
	cursor: pointer;
	font-weight: bold;
}

#tell-a-friend input.error {
	border: solid 1px red;
	background-color: #ffcccc;
}

#tell-a-friend label.error, #tell-a-friend span.error {
	color: red;
}

#tell-a-friend div.error, #tell-a-friend div.success {
	background-color: #ff3333;
	color: white;
	font-weight: bold;
	padding: 5px 20px;
	margin-bottom: 10px;
}

#tell-a-friend div.success {
	background-color: green;
}

#tell-a-friend a {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
}

#tell-a-friend .clear { clear: both; }
