/* RA Tip Form CSS */

div.highslide-body {
	width: 190px;
}

form#tip input {
	color: #5a557e;
	border: 1px solid #5a557e;
	width: 190px;
}

#tip input#submit_tip {
	border: 1px solid #201e4b;
	background: #5a557e;
	color: #fff;
	text-transform: uppercase;
	width: 190px;
	cursor: pointer;
}

#tip textarea {
	color: #5a557e;
	border: 1px solid #5a557e;
	width: 186px;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

#tip label {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
}

h2.emailform {
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	color: #32a3e0;
	border-bottom: 1px dotted #32a3e0;
}

h2.tip_thanks {
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	color: #32a3e0;
	border-bottom: 1px dotted #32a3e0;
}

p.tip_thanks {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: 000;
}

p.tip_thanks a {
	color: #5a557e;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	/* padding-bottom: 10px; */
}

p.tip_thanks a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #5a557e;
}