/* Styles specific to the site, which are not required for third party applications, eg: Kayako */

input[type=text] {
	border:1px solid #949494;
	background:white;
	font-size:13px;
	margin:0;
	padding:2px;
}

a {
	color:#02F;
	text-decoration:none;
	font-weight:normal;
	outline:none;	
}

a:hover {
	color:#02F;
	text-decoration:underline;	
}