@charset "iso-8859-2";
*{font-size: 8pt; font-family:Trebuchet MS;}

BODY 	 {
	background-color: #fff;
	text-align:center;
}

A:active  { color: #163273;  } 
A:link    { color: #163273;  } 
A:visited { color: #163273;  } 
A:hover   { color: #163273;  } 

P {text-align: center; font-weight: bolder; }

TABLE {border: none; padding:0; margin:0 auto; width:500px;}

TD.krakweb_form {border:0; } 

IMG {border: none; vertical-align: middle;}
INPUT, TEXTAREA {border:1px #000 solid;}

a.left_inside, button, input[type="submit"], input[type="reset"]{
				display: block;
				background: #1b6cb8 url(images/alert-overlay.png);
				line-height: 24px;
				text-align: center;
				color: white;
				font-weight: bold;
				font-family: Trebuchet MS;
				font-size: 9pt;
				margin: 0 9px 4px 9px;
				border-radius: 24px;
				border:none;
				
			}
			a.left_inside img {border:0; margin:auto; padding:0;line-height:27px; vertical-align:middle; }
			a.left_inside:visited{color:#fff;}
			a.left_inside:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover{
				display: block;
				background: #79bffd url(images/alert-overlay.png);
				line-height: 24px;
				text-align: center;
				color: white;
				font-weight: bold;
				font-family: Trebuchet MS;
				font-size: 9pt;
				margin: 0 9px 4px 9px;
				border-radius: 24px;
				
			}
			
		#top_search a.left_inside{
		background: #ED1D24 url(images/alert-overlay.png);
		
		}
		#top_search a.left_inside:hover{
		background: #ff7676 url(images/alert-overlay.png);
		
		}
		button, button:hover , input[type="submit"], input[type="submit"]:hover, input[type="reset"], input[type="reset"]:hover{display:inline !important; padding:0 12px;}	 
