@charset "UTF-8";
/* CSS Document */

#referral_form{
	font-family:"Trebuchet MS",Verdana,Arial,sans;
	font-size:14px;
	color:#333333;
}
input {
	margin-right:3px;
}
.default-value:hover {
	background:#FFFFCC;
}
.button {
	background: #b1272c;
	font-family:"Trebuchet MS",Verdana,Arial,sans;
	color:#FFFFFF;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
}
.button:hover {
	text-decoration:underline;
	color:#CCCCCC;
}