/* --------------------------------------------------------------------------- */
/* Additional CSS for UK Visas pages that uses the 'Find Out' submit button
/* Internationalizing the 'Find Out' text instead of it being part of an image
/* Ref: Trac ticket #270 - Abigail Akinhanmi
/* --------------------------------------------------------------------------- */


#frmNeedUKVisa input {
	background: transparent url(../files/images/blank_button_find_out.gif) no-repeat right top;
	border:none;
	color:#FFF;
	font-size:0.75em;
	font-weight: bold;
	margin-left: 90%;
	margin-bottom: 5px; 
	min-height:20px;
	padding:0 10px 3px 10px;
	text-align:right;
	width: 82px;
}

#frmMoreInfo input {
	background: url(../files/images/blank_button_find_out.gif) no-repeat;
	border: none;
	color:#FFF;
	font-size:0.75em;
	font-weight: bold; 
	height: 20px;
	margin-bottom:3px;
	padding-top: 20px;
	padding:0 10px 3px 10px;
	text-align:right;
	width: 82px;
}
